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