aboutsummaryrefslogtreecommitdiffstats
path: root/target/Config.in
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-12 19:08:03 +0000
committerMike Baker <mbm@openwrt.org>2006-05-12 19:08:03 +0000
commit20e4ecc021ee9aa4b799b065732f39d9daa5a2c5 (patch)
tree6c8591525420de7c8afd05b2261efe6b9071196a /target/Config.in
parent7b37cc4da9c275661854482bb61046d4d7a8435f (diff)
downloadupstream-20e4ecc021ee9aa4b799b065732f39d9daa5a2c5.tar.gz
upstream-20e4ecc021ee9aa4b799b065732f39d9daa5a2c5.tar.bz2
upstream-20e4ecc021ee9aa4b799b065732f39d9daa5a2c5.zip
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 7f07ff0ac1..f20504031c 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