Moved into top level Config.in NETGEAR
authorFlorian Schirmer <jolt@tuxbox.org>
Thu, 12 May 2005 09:39:05 +0000 (09:39 +0000)
committerFlorian Schirmer <jolt@tuxbox.org>
Thu, 12 May 2005 09:39:05 +0000 (09:39 +0000)
SVN-Revision: 831

openwrt/target/Config.in

index 176734e29a34cfdd51caa54091e8bc3e828c1655..671c56e47ac8ff3fe12b61ff11c698cebee7c521 100644 (file)
@@ -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