[source] busybox: provide "ip"
LEDE Commits
lede-commits at lists.infradead.org
Sat Oct 14 11:24:08 PDT 2017
dedeckeh pushed a commit to source.git, branch master:
https://git.lede-project.org/1cec4d4ef0145b48094ec0df40c18b8fbb315cf0
commit 1cec4d4ef0145b48094ec0df40c18b8fbb315cf0
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Sat Oct 14 20:13:29 2017 +0200
busybox: provide "ip"
Let busybox provide "ip" as it supports the ip applets link, address,
route, rule and neighbor
Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
package/utils/busybox/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 941e828..35f63d9 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -47,6 +47,7 @@ define Package/busybox
URL:=http://busybox.net/
DEPENDS:=+BUSYBOX_USE_LIBRPC:librpc +BUSYBOX_CONFIG_PAM:libpam +BUSYBOX_CONFIG_NTPD:jsonfilter
MENU:=1
+ PROVIDES:=ip
ALTERNATIVES:=\
$(call BUSYBOX_IF_ENABLED,KILL, 100:/bin/kill:/bin/busybox) \
$(call BUSYBOX_IF_ENABLED,PS, 100:/bin/ps:/bin/busybox) \
More information about the lede-commits
mailing list