diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-03-16 16:54:16 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-03-22 11:43:21 +0100 |
commit | 76cc264364424013503a709551228edefd1167cd (patch) | |
tree | a28bef05ad0ba33270a7f240c63341af340b663b /package/utils/busybox | |
parent | 8301e613655c2d95fa5430a1a57d92d966fdc70b (diff) | |
download | upstream-76cc264364424013503a709551228edefd1167cd.tar.gz upstream-76cc264364424013503a709551228edefd1167cd.tar.bz2 upstream-76cc264364424013503a709551228edefd1167cd.zip |
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 <nbd@nbd.name>
Diffstat (limited to 'package/utils/busybox')
-rw-r--r-- | package/utils/busybox/Config-defaults.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |