From: Florian Schirmer Date: Thu, 12 May 2005 09:39:05 +0000 (+0000) Subject: Moved into top level Config.in X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=c48e35b369a06c34a8b99e631639f70043006d19 Moved into top level Config.in SVN-Revision: 831 --- diff --git a/openwrt/target/Config.in b/openwrt/target/Config.in index 176734e29a..671c56e47a 100644 --- a/openwrt/target/Config.in +++ b/openwrt/target/Config.in @@ -13,26 +13,3 @@ menu "Target Root Filesystem" Build a squashfs-lzma root filesystem endmenu - -menu "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" - -endmenu