svn commit: trunk/busybox
landley at busybox.net
landley at busybox.net
Tue Oct 25 02:19:56 UTC 2005
Author: landley
Date: 2005-10-24 19:19:55 -0700 (Mon, 24 Oct 2005)
New Revision: 11912
Log:
Two changes. One from Shaun Jackman makes libbb/interface.c compile only if
it's going to be used. (I'm guessing it doesn't work with newlib.)
The other one is from me: allyesconfig shouldn't enable devfs because that
changes all sorts of unrelated stuff (like /dev/loop0->dev/loop/0), which
can come as a bit of a surprise. (It's still there, but you have to go into
menuconfig and select it manually.)
Modified:
trunk/busybox/Makefile
Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile 2005-10-25 02:18:46 UTC (rev 11911)
+++ trunk/busybox/Makefile 2005-10-25 02:19:55 UTC (rev 11912)
@@ -185,7 +185,7 @@
allyesconfig: scripts/config/conf
@./scripts/config/conf -y $(CONFIG_CONFIG_IN)
- sed -i -r -e "s/^(CONFIG_DEBUG|USING_CROSS_COMPILER|CONFIG_STATIC|CONFIG_SELINUX).*/# \1 is not set/" .config
+ sed -i -r -e "s/^(CONFIG_DEBUG|USING_CROSS_COMPILER|CONFIG_STATIC|CONFIG_SELINUX|CONFIG_FEATURE_DEVFS).*/# \1 is not set/" .config
@./scripts/config/conf -o $(CONFIG_CONFIG_IN)
allnoconfig: scripts/config/conf
More information about the busybox-cvs
mailing list