X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=openwrt%2FConfig.in.devel;h=644633d32865e4ef070e1f55e3c3bf67be01f815;hp=8e382f63997afb23a0322155909720a96e80bc50;hb=b151a4a8c99e1c23f8b8b281a7a5e87a004cb3a8;hpb=7c8358bdd5d5c91bb3720119417e2f01a0fc90ed diff --git a/openwrt/Config.in.devel b/openwrt/Config.in.devel index 8e382f6399..644633d328 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"