aboutsummaryrefslogtreecommitdiffstats
path: root/target/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-12 05:06:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-12 05:06:56 +0000
commit768b48f380f60031f632cd7d1bc6be05e03a72a8 (patch)
treedf67c1174d33863318f90dbce91f22c7b204038c /target/Config.in
parent87f59ecd7c9bddefaf9710b21f61b1d5a310ebfc (diff)
downloadmaster-187ad058-768b48f380f60031f632cd7d1bc6be05e03a72a8.tar.gz
master-187ad058-768b48f380f60031f632cd7d1bc6be05e03a72a8.tar.bz2
master-187ad058-768b48f380f60031f632cd7d1bc6be05e03a72a8.zip
implement target profiles in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in59
1 files changed, 0 insertions, 59 deletions
diff --git a/target/Config.in b/target/Config.in
index 0ed1d0c587..83e2e1a900 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -1,64 +1,5 @@
-choice
- prompt "Target System"
- default LINUX_2_4_BRCM
-
source "tmp/.config-target.in"
-if DEVEL
-
-config LINUX_2_6_ARM
- bool "UNSUPPORTED little-endian arm platform"
- depends BROKEN
- select LINUX_2_6
- select arm
-
-config LINUX_2_6_CRIS
- bool "UNSUPPORTED cris platform"
- depends BROKEN
- select LINUX_2_6
- select cris
-
-config LINUX_2_6_M68K
- bool "UNSUPPORTED m68k platform"
- depends BROKEN
- select LINUX_2_6
- select m68k
-
-config LINUX_2_6_SH3
- bool "UNSUPPORTED little-endian sh3 platform"
- depends BROKEN
- select LINUX_2_6
- select sh3
-
-config LINUX_2_6_SH3EB
- bool "UNSUPPORTED big-endian sh3 platform"
- depends BROKEN
- select LINUX_2_6
- select sh3eb
-
-config LINUX_2_6_SH4
- bool "UNSUPPORTED little-endian sh4 platform"
- depends BROKEN
- select LINUX_2_6
- select sh4
-
-config LINUX_2_6_SH4EB
- bool "UNSUPPORTED big-endian sh4 platform"
- depends BROKEN
- select LINUX_2_6
- select sh4eb
-
-config LINUX_2_6_SPARC
- bool "UNSUPPORTED sparc platform"
- depends BROKEN
- select LINUX_2_6
- select sparc
-
-endif
-
-endchoice
-
-
# Kernel/Hardware features
config LINUX_2_4