diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-11 02:21:10 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-12-11 02:21:10 +0100 |
commit | 4662de0511487b4da965c4b2158bae318f3d80a8 (patch) | |
tree | 05647d5e10ec8ba1a0f50dbe396d2c04bda0c977 /scripts | |
parent | 8656676a2199e2701e7e5656ef3d2092dedd9ba5 (diff) | |
download | busybox-w32-4662de0511487b4da965c4b2158bae318f3d80a8.tar.gz busybox-w32-4662de0511487b4da965c4b2158bae318f3d80a8.tar.bz2 busybox-w32-4662de0511487b4da965c4b2158bae318f3d80a8.zip |
replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index f8a92d4c3..a98c7b6fa 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -744,12 +744,12 @@ CONFIG_TRACEROUTE=y | |||
744 | CONFIG_FEATURE_TRACEROUTE_VERBOSE=y | 744 | CONFIG_FEATURE_TRACEROUTE_VERBOSE=y |
745 | # CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE is not set | 745 | # CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE is not set |
746 | # CONFIG_FEATURE_TRACEROUTE_USE_ICMP is not set | 746 | # CONFIG_FEATURE_TRACEROUTE_USE_ICMP is not set |
747 | CONFIG_APP_UDHCPD=y | 747 | CONFIG_UDHCPD=y |
748 | CONFIG_APP_DHCPRELAY=y | 748 | CONFIG_DHCPRELAY=y |
749 | CONFIG_APP_DUMPLEASES=y | 749 | CONFIG_DUMPLEASES=y |
750 | CONFIG_FEATURE_UDHCPD_WRITE_LEASES_EARLY=y | 750 | CONFIG_FEATURE_UDHCPD_WRITE_LEASES_EARLY=y |
751 | CONFIG_DHCPD_LEASES_FILE="/var/lib/misc/udhcpd.leases" | 751 | CONFIG_DHCPD_LEASES_FILE="/var/lib/misc/udhcpd.leases" |
752 | CONFIG_APP_UDHCPC=y | 752 | CONFIG_UDHCPC=y |
753 | CONFIG_FEATURE_UDHCPC_ARPING=y | 753 | CONFIG_FEATURE_UDHCPC_ARPING=y |
754 | CONFIG_FEATURE_UDHCP_PORT=y | 754 | CONFIG_FEATURE_UDHCP_PORT=y |
755 | CONFIG_UDHCP_DEBUG=9 | 755 | CONFIG_UDHCP_DEBUG=9 |