X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/35c88064da126600ed9e3de6109de3f6d91c9141..deafea2e188d222485ac4582f975f788cae45d67:/openwrt/target/Config.in diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 176734e29..835335919 100644 --- a/openwrt/target/Config.in +++ b/openwrt/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 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