summaryrefslogtreecommitdiff
path: root/package/utils/busybox/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-03-22 21:43:04 +0100
committerHans Dedecker <dedeckeh@gmail.com>2018-03-22 21:54:20 +0100
commit02fba1a181950e8e0b6bfc67e33000a38af82b19 (patch)
tree00b4e9eaac197f1827586a551d35e02c384c02c5 /package/utils/busybox/Makefile
parent0f30f56e3857f3271796f4e5fa8f651841ab1a94 (diff)
downloadmtk-20170518-02fba1a181950e8e0b6bfc67e33000a38af82b19.zip
mtk-20170518-02fba1a181950e8e0b6bfc67e33000a38af82b19.tar.gz
mtk-20170518-02fba1a181950e8e0b6bfc67e33000a38af82b19.tar.bz2
busybox: drop providing virtual package ip
Drop providing the virtual package ip by busybox which was added in commit 1cec4d4ef0. Letting busybox provide the virtual package ip is not optimal for the following reasons : - Applications depending on ip expect either the ip-full or ip-tiny package to be enabled. - Busybox ip applet cannot be added or removed at runtime Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/utils/busybox/Makefile')
-rw-r--r--package/utils/busybox/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 4f85cc9..623fbd5 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -46,7 +46,6 @@ 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) \