sync with buildroot2 from uclibc, add devices, may be used to build other kernel...
[openwrt.git] / target / Config.in
index c2576fd..d93df6b 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"
This page took 0.035748 seconds and 4 git commands to generate.