cleanup the whole addpattern / trx nonsense
[openwrt/svn-archive/archive.git] / openwrt / target / Config.in
index c2576fd55a0691ef64d177d74d881a5efe29c69b..791741a08f617d6655f07e1d95c08a6a1428c5f6 100644 (file)
@@ -1,9 +1,5 @@
-#
-
-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"
+endchoice