diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-18 16:30:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-18 16:30:26 +0000 |
commit | 7eded1655951c53930992278232187e96c9bfb20 (patch) | |
tree | 1b884f56b259d751d163d59c3799a8e0c01862d8 /target | |
parent | 85f6ae6de71aa64dea946fc9798934d7c47faf0f (diff) | |
download | master-187ad058-7eded1655951c53930992278232187e96c9bfb20.tar.gz master-187ad058-7eded1655951c53930992278232187e96c9bfb20.tar.bz2 master-187ad058-7eded1655951c53930992278232187e96c9bfb20.zip |
[target] Config.in: fix powerpc64 endianness
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18828 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 8c2d73d337..2834d07cc6 100644 --- a/target/Config.in +++ b/target/Config.in @@ -104,6 +104,7 @@ config powerpc bool config powerpc64 + select BIG_ENDIAN bool config sh3 |