diff options
Diffstat (limited to 'openwrt/target/Config.in')
-rw-r--r-- | openwrt/target/Config.in | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index c2576fd55..791741a08 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -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 |