From: "Luis R. Rodriguez" <mcg...@qca.qualcomm.com> iw is to iwconfig as ip is to ifconfig
As with iwconfig, ifconfig is deprecated, promote usage of ip using netlink. Signed-off-by: Luis R. Rodriguez <mcg...@qca.qualcomm.com> --- package/utils/busybox/config/networking/Config.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/utils/busybox/config/networking/Config.in b/package/utils/busybox/config/networking/Config.in index 442eb03..d8f4351 100644 --- a/package/utils/busybox/config/networking/Config.in +++ b/package/utils/busybox/config/networking/Config.in @@ -591,7 +591,7 @@ config BUSYBOX_CONFIG_FEATURE_INETD_RPC config BUSYBOX_CONFIG_IP bool "ip" - default n + default y select BUSYBOX_CONFIG_PLATFORM_LINUX help The "ip" applet is a TCP/IP interface configuration and routing @@ -600,35 +600,35 @@ config BUSYBOX_CONFIG_IP config BUSYBOX_CONFIG_FEATURE_IP_ADDRESS bool "ip address" - default n + default y depends on BUSYBOX_CONFIG_IP help Address manipulation support for the "ip" applet. config BUSYBOX_CONFIG_FEATURE_IP_LINK bool "ip link" - default n + default y depends on BUSYBOX_CONFIG_IP help Configure network devices with "ip". config BUSYBOX_CONFIG_FEATURE_IP_ROUTE bool "ip route" - default n + default y depends on BUSYBOX_CONFIG_IP help Add support for routing table management to "ip". config BUSYBOX_CONFIG_FEATURE_IP_TUNNEL bool "ip tunnel" - default n + default y depends on BUSYBOX_CONFIG_IP help Add support for tunneling commands to "ip". config BUSYBOX_CONFIG_FEATURE_IP_RULE bool "ip rule" - default n + default y depends on BUSYBOX_CONFIG_IP help Add support for rule commands to "ip". -- 1.7.10.4 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel