summaryrefslogtreecommitdiffstats
path: root/openwrt/Config.in.devel
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-14 22:13:32 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-14 22:13:32 +0000
commit40152cc646ac4cd24d5f1473fdac7974b0f419aa (patch)
tree7e69218ec25b19c70cff6ca4b84d964ac547e918 /openwrt/Config.in.devel
parent3855bdc4e0c3acf2496f36e3d4b696dd0b4deefc (diff)
cleanup makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3656 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/Config.in.devel')
-rw-r--r--openwrt/Config.in.devel5
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/Config.in.devel b/openwrt/Config.in.devel
index 8e382f639..644633d32 100644
--- a/openwrt/Config.in.devel
+++ b/openwrt/Config.in.devel
@@ -27,6 +27,8 @@ config BR2_mipsel
# Unsupported architectures
if CONFIG_DEVEL
+config BR2_mips64
+ tristate
config BR2_arm
tristate
@@ -69,6 +71,7 @@ config BR2_ARCH
default "m68k" if BR2_m68k
default "mips" if BR2_mips
default "mipsel" if BR2_mipsel || !CONFIG_DEVEL
+ default "mips64" if BR2_mips64
default "powerpc" if BR2_powerpc
default "sh3" if BR2_sh3
default "sh3eb" if BR2_sh3eb
@@ -99,6 +102,6 @@ config BR2_JLEVEL
endmenu
-source "toolchain/Config.in.devel"
+source "toolchain/Config.in"
source "package/Config.in"
source "target/linux/Config.in"