X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f77b88d124ea1c900f9cf5e04046939aad48bbe1..058c5d0fb56b3b54faa211c3bc82f0ef5cf7eaa6:/target/Config.in diff --git a/target/Config.in b/target/Config.in index 6453d54e7..5019b3d72 100644 --- a/target/Config.in +++ b/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 n - select BR2_TARGET_DEFAULT - bool "Motorola" +source "target/linux/Config.in" endmenu