X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/28916540a338de71f5b19269fe2882d5863ef33a..de4ed9672b2244938b009d45fcb6b6e92276283d:/openwrt/Config.in.devel diff --git a/openwrt/Config.in.devel b/openwrt/Config.in.devel index f271f302f..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 @@ -59,7 +61,6 @@ config BR2_sparc tristate endif -endchoice config BR2_ARCH string @@ -70,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 @@ -100,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"