diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2015-02-24 12:46:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-28 10:14:25 +0100 |
commit | 4b45b4b6517d76d769dafa6da23ef13aa1315388 (patch) | |
tree | 63b505df40d15bbaab54189fda0257f0e2e3036e /package | |
parent | 078ea350bf6ec3102215491e342266254c4fd845 (diff) |
package/busybox: prevent ip applet compile when iproute2 is active
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/config/networking/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 6e68fc786..d5bbad0ef 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -488,6 +488,7 @@ config BUSYBOX_FEATURE_IFUPDOWN_IP_BUILTIN bool "Use busybox ip applet" default y depends on BUSYBOX_FEATURE_IFUPDOWN_IP + depends on !ADK_PACKAGE_IP select BUSYBOX_PLATFORM_LINUX select BUSYBOX_IP select BUSYBOX_FEATURE_IP_ADDRESS |