sync with buildroot2 from uclibc, add devices, may be used to build other kernel...
[openwrt-10.03/.git] / target / Config.in
index c2576fd55a0691ef64d177d74d881a5efe29c69b..d93df6b1cfc872aab594f32c704d791127a3d50c 100644 (file)
@@ -1,9 +1,8 @@
-#
-
-menu "Target Filesystem"
-
-source "target/jffs2/Config.in"
-source "target/squashfs/Config.in"
-
-endmenu
-
+choice
+       prompt "Target Root Filesystem"
+       source "target/jffs2/Config.in"
+       source "target/squashfs/Config.in"
+       source "target/squashfs-lzma/Config.in"
+endchoice
+
+source "target/device/Config.in"