diff options
author | Rob Landley <rob@landley.net> | 2006-06-22 18:48:34 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-22 18:48:34 +0000 |
commit | 67d49433930b2e2e9b5af54ebaca072a7b1b4eaa (patch) | |
tree | 265d1347fb148caeeebcf72f5f167a8123fb514d | |
parent | 135cee3741c3447730c2655604b1b947fc5fce07 (diff) | |
download | busybox-w32-67d49433930b2e2e9b5af54ebaca072a7b1b4eaa.tar.gz busybox-w32-67d49433930b2e2e9b5af54ebaca072a7b1b4eaa.tar.bz2 busybox-w32-67d49433930b2e2e9b5af54ebaca072a7b1b4eaa.zip |
CONFIG_DHCP -> CONFIG_APP_DHCP.
-rw-r--r-- | include/applets.h | 6 | ||||
-rw-r--r-- | networking/udhcp/Config.in | 12 | ||||
-rw-r--r-- | networking/udhcp/Makefile.in | 10 |
3 files changed, 14 insertions, 14 deletions
diff --git a/include/applets.h b/include/applets.h index c9d5ac162..3acb3ba53 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -96,7 +96,7 @@ USE_DPKG(APPLET(dpkg, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | |||
96 | USE_DPKG_DEB(APPLET_ODDNAME(dpkg-deb, dpkg_deb, _BB_DIR_USR_BIN, _BB_SUID_NEVER, dpkg_deb)) | 96 | USE_DPKG_DEB(APPLET_ODDNAME(dpkg-deb, dpkg_deb, _BB_DIR_USR_BIN, _BB_SUID_NEVER, dpkg_deb)) |
97 | USE_DU(APPLET(du, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 97 | USE_DU(APPLET(du, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
98 | USE_DUMPKMAP(APPLET(dumpkmap, _BB_DIR_BIN, _BB_SUID_NEVER)) | 98 | USE_DUMPKMAP(APPLET(dumpkmap, _BB_DIR_BIN, _BB_SUID_NEVER)) |
99 | USE_DUMPLEASES(APPLET(dumpleases, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 99 | USE_APP_DUMPLEASES(APPLET(dumpleases, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
100 | USE_E2FSCK(APPLET(e2fsck, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 100 | USE_E2FSCK(APPLET(e2fsck, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
101 | USE_E2LABEL(APPLET_NOUSAGE(e2label, tune2fs, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 101 | USE_E2LABEL(APPLET_NOUSAGE(e2label, tune2fs, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
102 | USE_ECHO(APPLET(echo, _BB_DIR_BIN, _BB_SUID_NEVER)) | 102 | USE_ECHO(APPLET(echo, _BB_DIR_BIN, _BB_SUID_NEVER)) |
@@ -276,8 +276,8 @@ USE_TRACEROUTE(APPLET(traceroute, _BB_DIR_USR_BIN, _BB_SUID_MAYBE)) | |||
276 | USE_TRUE(APPLET(true, _BB_DIR_BIN, _BB_SUID_NEVER)) | 276 | USE_TRUE(APPLET(true, _BB_DIR_BIN, _BB_SUID_NEVER)) |
277 | USE_TTY(APPLET(tty, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) | 277 | USE_TTY(APPLET(tty, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) |
278 | USE_TUNE2FS(APPLET(tune2fs, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 278 | USE_TUNE2FS(APPLET(tune2fs, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
279 | USE_UDHCPC(APPLET(udhcpc, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 279 | USE_APP_UDHCPC(APPLET(udhcpc, _BB_DIR_SBIN, _BB_SUID_NEVER)) |
280 | USE_UDHCPD(APPLET(udhcpd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) | 280 | USE_APP_UDHCPD(APPLET(udhcpd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) |
281 | USE_UMOUNT(APPLET(umount, _BB_DIR_BIN, _BB_SUID_NEVER)) | 281 | USE_UMOUNT(APPLET(umount, _BB_DIR_BIN, _BB_SUID_NEVER)) |
282 | USE_UNAME(APPLET(uname, _BB_DIR_BIN, _BB_SUID_NEVER)) | 282 | USE_UNAME(APPLET(uname, _BB_DIR_BIN, _BB_SUID_NEVER)) |
283 | USE_UNCOMPRESS(APPLET(uncompress, _BB_DIR_BIN, _BB_SUID_NEVER)) | 283 | USE_UNCOMPRESS(APPLET(uncompress, _BB_DIR_BIN, _BB_SUID_NEVER)) |
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index fc07a9b7f..eb6f3fa55 100644 --- a/networking/udhcp/Config.in +++ b/networking/udhcp/Config.in | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | menu "udhcp Server/Client" | 6 | menu "udhcp Server/Client" |
7 | 7 | ||
8 | config CONFIG_UDHCPD | 8 | config CONFIG_APP_UDHCPD |
9 | bool "udhcp Server (udhcpd)" | 9 | bool "udhcp Server (udhcpd)" |
10 | default n | 10 | default n |
11 | help | 11 | help |
@@ -14,7 +14,7 @@ config CONFIG_UDHCPD | |||
14 | 14 | ||
15 | See http://udhcp.busybox.net for further details. | 15 | See http://udhcp.busybox.net for further details. |
16 | 16 | ||
17 | config CONFIG_UDHCPC | 17 | config CONFIG_APP_UDHCPC |
18 | bool "udhcp Client (udhcpc)" | 18 | bool "udhcp Client (udhcpc)" |
19 | default n | 19 | default n |
20 | help | 20 | help |
@@ -26,10 +26,10 @@ config CONFIG_UDHCPC | |||
26 | 26 | ||
27 | See http://udhcp.busybox.net for further details. | 27 | See http://udhcp.busybox.net for further details. |
28 | 28 | ||
29 | config CONFIG_DUMPLEASES | 29 | config CONFIG_APP_DUMPLEASES |
30 | bool "Lease display utility (dumpleases)" | 30 | bool "Lease display utility (dumpleases)" |
31 | default n | 31 | default n |
32 | depends on CONFIG_UDHCPD | 32 | depends on CONFIG_APP_UDHCPD |
33 | help | 33 | help |
34 | dumpleases displays the leases written out by the udhcpd server. | 34 | dumpleases displays the leases written out by the udhcpd server. |
35 | Lease times are stored in the file by time remaining in lease, or | 35 | Lease times are stored in the file by time remaining in lease, or |
@@ -40,7 +40,7 @@ config CONFIG_DUMPLEASES | |||
40 | config CONFIG_FEATURE_UDHCP_SYSLOG | 40 | config CONFIG_FEATURE_UDHCP_SYSLOG |
41 | bool " Log udhcp messages to syslog (instead of stdout)" | 41 | bool " Log udhcp messages to syslog (instead of stdout)" |
42 | default n | 42 | default n |
43 | depends on CONFIG_UDHCPD || CONFIG_UDHCPC | 43 | depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC |
44 | help | 44 | help |
45 | If selected, udhcpd will log all its messages to syslog, otherwise, | 45 | If selected, udhcpd will log all its messages to syslog, otherwise, |
46 | it will attempt to log them to stdout. | 46 | it will attempt to log them to stdout. |
@@ -50,7 +50,7 @@ config CONFIG_FEATURE_UDHCP_SYSLOG | |||
50 | config CONFIG_FEATURE_UDHCP_DEBUG | 50 | config CONFIG_FEATURE_UDHCP_DEBUG |
51 | bool " Compile udhcp with noisy debugging messages" | 51 | bool " Compile udhcp with noisy debugging messages" |
52 | default n | 52 | default n |
53 | depends on CONFIG_UDHCPD || CONFIG_UDHCPC | 53 | depends on CONFIG_APP_UDHCPD || CONFIG_APP_UDHCPC |
54 | help | 54 | help |
55 | If selected, udhcpd will output extra debugging output. If using | 55 | If selected, udhcpd will output extra debugging output. If using |
56 | this option, compile uDHCP with "-g", and do not fork the daemon to | 56 | this option, compile uDHCP with "-g", and do not fork the daemon to |
diff --git a/networking/udhcp/Makefile.in b/networking/udhcp/Makefile.in index df32247c6..77c4b720a 100644 --- a/networking/udhcp/Makefile.in +++ b/networking/udhcp/Makefile.in | |||
@@ -12,10 +12,10 @@ endif | |||
12 | srcdir=$(top_srcdir)/networking/udhcp | 12 | srcdir=$(top_srcdir)/networking/udhcp |
13 | 13 | ||
14 | #ok, so I forgot how to do an or, but this is a quick and dirty hack | 14 | #ok, so I forgot how to do an or, but this is a quick and dirty hack |
15 | ifeq ($(strip $(CONFIG_UDHCPC)),y) | 15 | ifeq ($(strip $(CONFIG_APP_UDHCPC)),y) |
16 | CONFIG_UDHCP_SHARED=y | 16 | CONFIG_UDHCP_SHARED=y |
17 | else | 17 | else |
18 | ifeq ($(strip $(CONFIG_UDHCPD)),y) | 18 | ifeq ($(strip $(CONFIG_APP_UDHCPD)),y) |
19 | CONFIG_UDHCP_SHARED=y | 19 | CONFIG_UDHCP_SHARED=y |
20 | else | 20 | else |
21 | CONFIG_UDHCP_SHARED=n | 21 | CONFIG_UDHCP_SHARED=n |
@@ -25,11 +25,11 @@ endif | |||
25 | UDHCP-y:= | 25 | UDHCP-y:= |
26 | UDHCP-$(CONFIG_UDHCP_SHARED) += common.c options.c packet.c pidfile.c \ | 26 | UDHCP-$(CONFIG_UDHCP_SHARED) += common.c options.c packet.c pidfile.c \ |
27 | signalpipe.c socket.c | 27 | signalpipe.c socket.c |
28 | UDHCP-$(CONFIG_UDHCPC) += dhcpc.c clientpacket.c clientsocket.c \ | 28 | UDHCP-$(CONFIG_APP_UDHCPC) += dhcpc.c clientpacket.c clientsocket.c \ |
29 | script.c | 29 | script.c |
30 | UDHCP-$(CONFIG_UDHCPD) += dhcpd.c arpping.c files.c leases.c \ | 30 | UDHCP-$(CONFIG_APP_UDHCPD) += dhcpd.c arpping.c files.c leases.c \ |
31 | serverpacket.c static_leases.c | 31 | serverpacket.c static_leases.c |
32 | UDHCP-$(CONFIG_DUMPLEASES) += dumpleases.c | 32 | UDHCP-$(CONFIG_APP_DUMPLEASES) += dumpleases.c |
33 | UDHCP_OBJS:=$(patsubst %.c,$(UDHCP_DIR)%.o, $(UDHCP-y)) | 33 | UDHCP_OBJS:=$(patsubst %.c,$(UDHCP_DIR)%.o, $(UDHCP-y)) |
34 | 34 | ||
35 | ifneq ($(strip $(UDHCP-y)),) | 35 | ifneq ($(strip $(UDHCP-y)),) |