X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/35c88064da126600ed9e3de6109de3f6d91c9141..65157ef12a8118a41bf16f73e2c03ba1bc9da7a3:/openwrt/target/Config.in diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 176734e29..5019b3d72 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -14,25 +14,8 @@ menu "Target Root Filesystem" endmenu -menu "Device Support" +menu "Kernel Configuration / Device Support" - config BR2_TARGET_DEFAULT - default y - bool "Generic" - - config BR2_TARGET_WRT54G - default y - select BR2_TARGET_DEFAULT - bool "Linksys WRT54G" - - 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" +source "target/linux/Config.in" endmenu