diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-07 12:18:59 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-07 12:18:59 +0000 |
commit | f0b71c19ae3797e9867cf0d85fa41ca5cf2c5d29 (patch) | |
tree | d82b3163948249383daf9cc5eef88ec8bfde33da /scripts/defconfig | |
parent | fa85b86f388fb037b67fa7fcc3b5502c8d0fa84a (diff) | |
download | busybox-f0b71c19ae3797e9867cf0d85fa41ca5cf2c5d29.tar.gz |
- add arp to defconfig
Diffstat (limited to 'scripts/defconfig')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 1c6dc9891..5ef6cff29 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -491,6 +491,7 @@ CONFIG_WATCHDOG=y # Networking Utilities # CONFIG_FEATURE_IPV6=y +CONFIG_ARP=y CONFIG_ARPING=y CONFIG_DNSD=y CONFIG_ETHER_WAKE=y |