Author: cyrus Date: 2015-09-08 19:44:10 +0200 (Tue, 08 Sep 2015) New Revision: 46829
Modified: trunk/package/utils/busybox/Config-defaults.in trunk/package/utils/busybox/Makefile Log: busybox: improve applets & deprecate ifconfig, route added: ip addr, ip route, ip link, traceroute6 removed: hostid, devmem, vconfig, arping deprecated (to be removed): ifconfig, route Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/utils/busybox/Config-defaults.in =================================================================== --- trunk/package/utils/busybox/Config-defaults.in 2015-09-08 16:43:32 UTC (rev 46828) +++ trunk/package/utils/busybox/Config-defaults.in 2015-09-08 17:44:10 UTC (rev 46829) @@ -432,7 +432,7 @@ default n config BUSYBOX_DEFAULT_HOSTID bool - default y + default n config BUSYBOX_DEFAULT_ID bool default y @@ -1785,7 +1785,7 @@ default n config BUSYBOX_DEFAULT_DEVMEM bool - default y + default n config BUSYBOX_DEFAULT_EJECT bool default n @@ -1950,7 +1950,7 @@ default n config BUSYBOX_DEFAULT_ARPING bool - default y + default n config BUSYBOX_DEFAULT_BRCTL bool default y @@ -2103,16 +2103,16 @@ default n config BUSYBOX_DEFAULT_IP bool - default n + default y config BUSYBOX_DEFAULT_FEATURE_IP_ADDRESS bool - default n + default y config BUSYBOX_DEFAULT_FEATURE_IP_LINK bool - default n + default y config BUSYBOX_DEFAULT_FEATURE_IP_ROUTE bool - default n + default y config BUSYBOX_DEFAULT_FEATURE_IP_TUNNEL bool default n @@ -2229,7 +2229,7 @@ default y config BUSYBOX_DEFAULT_TRACEROUTE6 bool - default n + default y config BUSYBOX_DEFAULT_FEATURE_TRACEROUTE_VERBOSE bool default y @@ -2301,7 +2301,7 @@ default n config BUSYBOX_DEFAULT_VCONFIG bool - default y + default n config BUSYBOX_DEFAULT_WGET bool default y Modified: trunk/package/utils/busybox/Makefile =================================================================== --- trunk/package/utils/busybox/Makefile 2015-09-08 16:43:32 UTC (rev 46828) +++ trunk/package/utils/busybox/Makefile 2015-09-08 17:44:10 UTC (rev 46829) @@ -9,7 +9,7 @@ PKG_NAME:=busybox PKG_VERSION:=1.23.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
