projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c33aded
)
busybox: add as an alternative of /sbin/ip
author
Yousong Zhou
<yszhou4tech@gmail.com>
Sun, 5 Mar 2017 03:28:23 +0000
(11:28 +0800)
committer
Yousong Zhou
<yszhou4tech@gmail.com>
Sun, 5 Mar 2017 09:23:47 +0000
(17:23 +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 0937ef9f30d0ee68a8c11ea4e8d080bf652bcb4f..28a6e894e877df78770330fcde4323a16c0fdc51 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:=
1
+PKG_RELEASE:=
2
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