summaryrefslogtreecommitdiff
path: root/openwrt/Config.in.devel
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-04-14 22:13:32 +0000
committerMike Baker <mbm@openwrt.org>2006-04-14 22:13:32 +0000
commit600db0aea63d0e8f4ceecbe60abc68dd09e4012f (patch)
tree755a73402ab3a8a5ab1814e5d224bc0df0187bf7 /openwrt/Config.in.devel
parentc89d6bd29f3e5f43f9e0b2d0b7a4b9f8f1730598 (diff)
downloadmtk-20170518-600db0aea63d0e8f4ceecbe60abc68dd09e4012f.zip
mtk-20170518-600db0aea63d0e8f4ceecbe60abc68dd09e4012f.tar.gz
mtk-20170518-600db0aea63d0e8f4ceecbe60abc68dd09e4012f.tar.bz2
cleanup makefiles
SVN-Revision: 3656
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 8e382f6..644633d 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"