summaryrefslogtreecommitdiffstats
path: root/target/Config.in
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-06 03:34:52 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-06 03:34:52 +0000
commitf77b88d124ea1c900f9cf5e04046939aad48bbe1 (patch)
tree4c6922d42353c39b46dcd7cd09982fbe9c1f9765 /target/Config.in
parent7d3d15851a890855f0a752304fa50e5d8e927222 (diff)
nbd's makefile/menuconfig rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in42
1 files changed, 37 insertions, 5 deletions
diff --git a/target/Config.in b/target/Config.in
index 1a997da2a..6453d54e7 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -1,6 +1,38 @@
-choice
- prompt "Target Root Filesystem"
- source "target/jffs2/Config.in"
- source "target/squashfs-lzma/Config.in"
-endchoice
+menu "Target Root Filesystem"
+ config BR2_TARGET_ROOTFS_JFFS2
+ bool "jffs2"
+ default y
+ help
+ Build a jffs2 root filesystem
+
+ config BR2_TARGET_ROOTFS_SQUASHFS_LZMA
+ bool "squashfs-lzma"
+ default y
+ help
+ 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 n
+ select BR2_TARGET_DEFAULT
+ bool "Motorola"
+
+endmenu