projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc9361e
)
busybox: add as an alternative of /sbin/ip
author
Yousong Zhou
<yszhou4tech@gmail.com>
Tue, 2 May 2017 14:11:17 +0000
(22:11 +0800)
committer
Yousong Zhou
<yszhou4tech@gmail.com>
Tue, 2 May 2017 14:42:36 +0000
(22:42 +0800)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
package/utils/busybox/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/busybox/Makefile
b/package/utils/busybox/Makefile
index f0110ee08a33056d50fa28b8f0147abddfe57fe8..b6091bfcd7a6a4ae8f87cfd8d475f0385ed7140d 100644
(file)
--- 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