aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2017-05-02 22:11:17 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2017-05-02 22:42:36 +0800
commit8b1b094fefc41342e70a7cb498d5bcceef89abce (patch)
tree5665761e9523882d95bd6d5f49bf1e58c27353e3 /package/utils/busybox
parentfc9361e60e87202b654315350f7474431074ebf6 (diff)
downloadupstream-8b1b094fefc41342e70a7cb498d5bcceef89abce.tar.gz
upstream-8b1b094fefc41342e70a7cb498d5bcceef89abce.tar.bz2
upstream-8b1b094fefc41342e70a7cb498d5bcceef89abce.zip
busybox: add as an alternative of /sbin/ip
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/utils/busybox')
-rw-r--r--package/utils/busybox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index f0110ee08a..b6091bfcd7 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
PKG_VERSION:=1.26.2
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@ -44,6 +44,7 @@ define Package/busybox
URL:=http://busybox.net/
DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc +BUSYBOX_CONFIG_PAM:libpam +BUSYBOX_CONFIG_NTPD:jsonfilter
MENU:=1
+ ALTERNATIVES:=100:/sbin/ip:/bin/busybox
endef
define Package/busybox/description