summaryrefslogtreecommitdiffstats
path: root/target/Config.in
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-12 19:08:03 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-12 19:08:03 +0000
commit02eae88c3599c13df02546694887b629e8892fd0 (patch)
tree6c8591525420de7c8afd05b2261efe6b9071196a /target/Config.in
parent9e7850b0c32c217faf07b322d773cdc5fdd994c2 (diff)
fix BR2_ and CONFIG_ issues
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/Config.in b/target/Config.in
index 7f07ff0ac..f20504031 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -74,7 +74,7 @@ config LINUX_2_6_AU1000
Build firmware for AMD Alchemy 1500 boards
(e.g. 4G-Systems Mesh/Access Cube ...)
-if CONFIG_DEVEL
+if DEVEL
config LINUX_2_6_ARM
bool "UNSUPPORTED little-endian arm platform"
@@ -195,7 +195,7 @@ config ARCH
default "i386" if i386
default "m68k" if m68k
default "mips" if mips
- default "mipsel" if mipsel || !CONFIG_DEVEL
+ default "mipsel" if mipsel || !DEVEL
default "powerpc" if powerpc
default "sh3" if sh3
default "sh3eb" if sh3eb