move package/linux into target/linux, use wbx' new kernel code. support building...
[openwrt/svn-archive/archive.git] / openwrt / target / Config.in
index 176734e29a34cfdd51caa54091e8bc3e828c1655..5019b3d7223fe3d0c74e450eb7c404d2d3937a1a 100644 (file)
@@ -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