Skip to content
Snippets Groups Projects
Commit 8b1b094f authored by Yousong Zhou's avatar Yousong Zhou
Browse files

busybox: add as an alternative of /sbin/ip


Signed-off-by: default avatarYousong Zhou <yszhou4tech@gmail.com>
parent fc9361e6
Loading
...@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ...@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox PKG_NAME:=busybox
PKG_VERSION:=1.26.2 PKG_VERSION:=1.26.2
PKG_RELEASE:=4 PKG_RELEASE:=5
PKG_FLAGS:=essential PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
...@@ -44,6 +44,7 @@ define Package/busybox ...@@ -44,6 +44,7 @@ define Package/busybox
URL:=http://busybox.net/ URL:=http://busybox.net/
DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc +BUSYBOX_CONFIG_PAM:libpam +BUSYBOX_CONFIG_NTPD:jsonfilter DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc +BUSYBOX_CONFIG_PAM:libpam +BUSYBOX_CONFIG_NTPD:jsonfilter
MENU:=1 MENU:=1
ALTERNATIVES:=100:/sbin/ip:/bin/busybox
endef endef
define Package/busybox/description define Package/busybox/description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment