From: Felix Fietkau Date: Thu, 16 Mar 2017 15:54:16 +0000 (+0100) Subject: busybox: enable the "ip neigh" command (FS#618) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=76cc264364424013503a709551228edefd1167cd;p=openwrt%2Fstaging%2Flynxis%2Fomap.git busybox: enable the "ip neigh" command (FS#618) It is useful for creating static ARP entries. Adds about 1.9 KiB after gzip on MIPS. Signed-off-by: Felix Fietkau --- diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in index 141f08edc2..7f2c33a2e9 100644 --- a/package/utils/busybox/Config-defaults.in +++ b/package/utils/busybox/Config-defaults.in @@ -2220,7 +2220,7 @@ config BUSYBOX_DEFAULT_FEATURE_IP_RULE default y config BUSYBOX_DEFAULT_FEATURE_IP_NEIGH bool - default n + default y config BUSYBOX_DEFAULT_FEATURE_IP_RARE_PROTOCOLS bool default n