From 40152cc646ac4cd24d5f1473fdac7974b0f419aa Mon Sep 17 00:00:00 2001 From: mbm Date: Fri, 14 Apr 2006 22:13:32 +0000 Subject: cleanup makefiles git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3656 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openwrt/Config.in') diff --git a/openwrt/Config.in b/openwrt/Config.in index bdc8703e68..cccdce9bbd 100644 --- a/openwrt/Config.in +++ b/openwrt/Config.in @@ -32,6 +32,9 @@ config BR2_armeb # Unsupported architectures if CONFIG_DEVEL +config BR2_mips64 + tristate + select BR2_BIG_ENDIAN config BR2_arm tristate @@ -76,6 +79,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 -- cgit v1.2.3