diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2017-10-14 20:13:29 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2017-10-14 20:23:55 +0200 |
commit | 1cec4d4ef0145b48094ec0df40c18b8fbb315cf0 (patch) | |
tree | d37fdb7913d6117b8bb032c22813a5501a5451f2 /package/utils/busybox | |
parent | 443abb8ccd669db524317d8b797b0d6e4beebd6b (diff) | |
download | upstream-1cec4d4ef0145b48094ec0df40c18b8fbb315cf0.tar.gz upstream-1cec4d4ef0145b48094ec0df40c18b8fbb315cf0.tar.bz2 upstream-1cec4d4ef0145b48094ec0df40c18b8fbb315cf0.zip |
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@gmail.com>
Diffstat (limited to 'package/utils/busybox')
-rw-r--r-- | package/utils/busybox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 941e828354..35f63d9a79 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) \ |