svn commit: trunk/busybox/networking

aldot at busybox.net aldot at busybox.net
Fri Sep 23 19:37:23 UTC 2005


Author: aldot
Date: 2005-09-23 12:37:13 -0700 (Fri, 23 Sep 2005)
New Revision: 11601

Log:
- ifupdown needs run-parts. Thanks Derosnec for pointing this out.


Modified:
   trunk/busybox/networking/Config.in


Changeset:
Modified: trunk/busybox/networking/Config.in
===================================================================
--- trunk/busybox/networking/Config.in	2005-09-23 18:44:53 UTC (rev 11600)
+++ trunk/busybox/networking/Config.in	2005-09-23 19:37:13 UTC (rev 11601)
@@ -184,6 +184,7 @@
 config CONFIG_IFUPDOWN
 	bool "ifupdown"
 	default n
+	select CONFIG_RUN_PARTS
 	help
 	  Activate or deactivate the specified interfaces.  This applet makes
 	  use of either "ifconfig" and "route" or the "ip" command to actually




More information about the busybox-cvs mailing list