projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab32644
)
Moved into top level Config.in
NETGEAR
author
Florian Schirmer
<jolt@tuxbox.org>
Thu, 12 May 2005 09:39:05 +0000
(09:39 +0000)
committer
Florian Schirmer
<jolt@tuxbox.org>
Thu, 12 May 2005 09:39:05 +0000
(09:39 +0000)
SVN-Revision: 831
openwrt/target/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/target/Config.in
b/openwrt/target/Config.in
index 176734e29a34cfdd51caa54091e8bc3e828c1655..671c56e47ac8ff3fe12b61ff11c698cebee7c521 100644
(file)
--- 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