diff root-filesystem.sh @ 964:edf9264f2d26

Make root filesystem's usr/src has config-linux and config-uClibc as well as config-busybox.
author Rob Landley <rob@landley.net>
date Tue, 02 Feb 2010 04:46:07 -0600
parents fc134a13357e
children 2d5e356580b9
line wrap: on
line diff
--- a/root-filesystem.sh	Tue Feb 02 02:52:13 2010 -0600
+++ b/root-filesystem.sh	Tue Feb 02 04:46:07 2010 -0600
@@ -127,6 +127,10 @@
 
 fi # native compiler
 
+# This is allowed to fail if there are no configs.
+
+mv "$STAGE_DIR/config-"* "$STAGE_DIR/src" 2>/dev/null
+
 # Clean up and package the result
 
 if [ -z "$SKIP_STRIP" ]