diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-18 17:03:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-18 17:03:55 +0000 |
commit | f0f9ec9c5626a4124234638a0ed2f4c99c435ff8 (patch) | |
tree | eaa59400aae15a69c47faa369e3bf53690f18592 /target/Config.in | |
parent | ba5b41f0dcd3b89ab6ff031147d99ec6d4a132ef (diff) | |
download | upstream-f0f9ec9c5626a4124234638a0ed2f4c99c435ff8.tar.gz upstream-f0f9ec9c5626a4124234638a0ed2f4c99c435ff8.tar.bz2 upstream-f0f9ec9c5626a4124234638a0ed2f4c99c435ff8.zip |
add a modified version of the mips64 patch from #4603
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15249 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 6506312b37..405e1690c4 100644 --- a/target/Config.in +++ b/target/Config.in @@ -65,6 +65,13 @@ config mips config mipsel bool +config mips64 + select BIG_ENDIAN + bool + +config mips64el + bool + config arm bool @@ -118,6 +125,8 @@ config ARCH default "m68k" if m68k default "mips" if mips default "mipsel" if mipsel + default "mips64" if mips64 + default "mips64el" if mips64el default "powerpc" if powerpc default "sh3" if sh3 default "sh3eb" if sh3eb |