diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-07 12:18:59 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-07 12:18:59 +0000 |
commit | 3993f896186c3e1b353424a40bff05812db907a1 (patch) | |
tree | d82b3163948249383daf9cc5eef88ec8bfde33da /scripts | |
parent | 950b13ab5466be802693ca9f8aaa88f114238d78 (diff) | |
download | busybox-w32-3993f896186c3e1b353424a40bff05812db907a1.tar.gz busybox-w32-3993f896186c3e1b353424a40bff05812db907a1.tar.bz2 busybox-w32-3993f896186c3e1b353424a40bff05812db907a1.zip |
- add arp to defconfig
git-svn-id: svn://busybox.net/trunk/busybox@17178 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts')
-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 | |||
491 | # Networking Utilities | 491 | # Networking Utilities |
492 | # | 492 | # |
493 | CONFIG_FEATURE_IPV6=y | 493 | CONFIG_FEATURE_IPV6=y |
494 | CONFIG_ARP=y | ||
494 | CONFIG_ARPING=y | 495 | CONFIG_ARPING=y |
495 | CONFIG_DNSD=y | 496 | CONFIG_DNSD=y |
496 | CONFIG_ETHER_WAKE=y | 497 | CONFIG_ETHER_WAKE=y |