mirror of https://github.com/hak5/openwrt-owl.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 <nbd@nbd.name>owl
parent
8301e61365
commit
76cc264364
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue