X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2FConfig.in;h=0e11e178cea9fea5660393cbba5069c6bb348917;hb=d81741a5b1421dce9879515a52a52954b6cb0787;hp=176734e29a34cfdd51caa54091e8bc3e828c1655;hpb=3061bac13388e3efee762eb8559a95fb7e129ad7;p=openwrt.git diff --git a/target/Config.in b/target/Config.in index 176734e29a..0e11e178ce 100644 --- a/target/Config.in +++ b/target/Config.in @@ -12,27 +12,16 @@ menu "Target Root Filesystem" help Build a squashfs-lzma root filesystem -endmenu - -menu "Device Support" - - config BR2_TARGET_DEFAULT + config BR2_TARGET_ROOTFS_TGZ + bool "tgz" default y - bool "Generic" + help + Build a compressed tar archive of the kernel and the root filesystem - config BR2_TARGET_WRT54G - default y - select BR2_TARGET_DEFAULT - bool "Linksys WRT54G" +endmenu - config BR2_TARGET_WRT54GS - default y - select BR2_TARGET_DEFAULT - bool "Linksys WRT54GS" - - config BR2_TARGET_MOTOROLA - default y - select BR2_TARGET_DEFAULT - bool "Motorola" +menu "Kernel Configuration / Device Support" + +source "target/linux/Config.in" endmenu