fix led driver (for power led), remove led support stuff from atm driver (crashes...
[openwrt.git] / target / Config.in
index 6453d54e726044ebb94190b4ff8555586e3ec115..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 n
-               select BR2_TARGET_DEFAULT
-               bool "Motorola"
+source "target/linux/Config.in"
 
 endmenu