X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=openwrt%2Ftarget%2FConfig.in;h=63d87aee3f48aa900a0df76dd6cdb58ae5514152;hb=19abf86c40a8a97e86d5c265f63a80a7b243aa3a;hp=1a997da2a652d434a1de0b4c7320fe3e719ce5aa;hpb=1ef215245e59a81aae397c070f95b1a35488030d;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 1a997da2a6..63d87aee3f 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -1,6 +1,29 @@ -choice - prompt "Target Root Filesystem" - source "target/jffs2/Config.in" - source "target/squashfs-lzma/Config.in" -endchoice +menu "Target Root Filesystem" + config BR2_TARGET_ROOTFS_JFFS2 + bool "jffs2" + default y + depends BR2_mipsel + help + Build a jffs2 root filesystem + + config BR2_TARGET_ROOTFS_SQUASHFS_LZMA + bool "squashfs-lzma" + default y + depends BR2_mipsel + help + Build a squashfs-lzma root filesystem + + config BR2_TARGET_ROOTFS_TGZ + bool "tgz" + default y + help + Build a compressed tar archive of the kernel and the root filesystem + +endmenu + +menu "Kernel Configuration / Device Support" + +source "target/linux/Config.in" + +endmenu