svn commit: trunk/busybox/networking

aldot at busybox.net aldot at busybox.net
Mon Apr 10 12:32:53 UTC 2006


Author: aldot
Date: 2006-04-10 05:32:52 -0700 (Mon, 10 Apr 2006)
New Revision: 14782

Log:
- fix typo introduced in the last commit.


Modified:
   trunk/busybox/networking/Config.in


Changeset:
Modified: trunk/busybox/networking/Config.in
===================================================================
--- trunk/busybox/networking/Config.in	2006-04-10 12:26:47 UTC (rev 14781)
+++ trunk/busybox/networking/Config.in	2006-04-10 12:32:52 UTC (rev 14782)
@@ -222,7 +222,7 @@
 	  Use the iproute "ip" command to implement "ifup" and "ifdown", rather
 	  than the default of using the older 'ifconfig' and 'route' utilities.
 
-config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
+config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
 	bool "  Use busybox ip applet"
 	default y
 	depends on CONFIG_FEATURE_IFUPDOWN_IP
@@ -236,7 +236,7 @@
 	  If leave this disabled, you must install the full-blown iproute2
 	  utility or the  "ifup" and "ifdown" applets will not work.
 
-config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
+config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
 	bool "  Use busybox ifconfig and route applets"
 	default y
 	depends on CONFIG_IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP




More information about the busybox-cvs mailing list