Author: nbd Date: 2015-11-05 00:46:59 +0100 (Thu, 05 Nov 2015) New Revision: 47387
Modified: trunk/package/utils/busybox/Config-defaults.in Log: busybox: enable ip rule support by default (required for dealing with route tables) Adds about 1.2k gzip-compressed Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/utils/busybox/Config-defaults.in =================================================================== --- trunk/package/utils/busybox/Config-defaults.in 2015-11-04 22:28:47 UTC (rev 47386) +++ trunk/package/utils/busybox/Config-defaults.in 2015-11-04 23:46:59 UTC (rev 47387) @@ -2118,7 +2118,7 @@ default n config BUSYBOX_DEFAULT_FEATURE_IP_RULE bool - default n + default y config BUSYBOX_DEFAULT_FEATURE_IP_SHORT_FORMS bool default n _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
