[BusyBox-cvs] busybox/networking Config.in,1.12,1.13
Glenn McGrath
bug1 at busybox.net
Sat Feb 15 11:51:05 UTC 2003
Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv6050/networking
Modified Files:
Config.in
Log Message:
Patch from Bastian Blank
- ip route flush
- different usage for telnetd in inetd mode
- changes for the default flags of the ip features
- if no /usr requested, udhcpc should use the script also without /usr.
Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/networking/Config.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Config.in 10 Feb 2003 22:53:37 -0000 1.12
+++ Config.in 15 Feb 2003 11:50:31 -0000 1.13
@@ -257,7 +257,7 @@
if ! (CONFIG_IP && CONFIG_IPADDR)
config CONFIG_FEATURE_IP_ADDRESS
bool " address"
- default n
+ default y
depends on CONFIG_IP
help
Please submit a patch to add help text for this item.
@@ -299,7 +299,7 @@
if !(CONFIG_IP && CONFIG_IPTUNNEL)
config CONFIG_FEATURE_IP_TUNNEL
bool " tunnel"
- default y
+ default n
depends on CONFIG_IP
help
Please submit a patch to add help text for this item.
More information about the busybox-cvs
mailing list