Parcourir la source

package/busybox: prevent ip applet compile when iproute2 is active

Phil Sutter il y a 9 ans
Parent
commit
4b45b4b651
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      package/busybox/config/networking/Config.in

+ 1 - 0
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