summaryrefslogtreecommitdiffstats
path: root/target/linux/malta
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-05 12:36:41 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-04-05 12:36:41 +0000
commitba4ad32184f062c97ccb41bd96ace454d11e6c97 (patch)
tree8bcd826be64ec73e42a5b2c3f90c81425a7e2f27 /target/linux/malta
parent39247ef4b3642f011e3be82c087b393be70602c9 (diff)
malta: move endianness kernel configuration to subtarget
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36209 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta')
-rw-r--r--target/linux/malta/config-3.81
-rw-r--r--target/linux/malta/le/config-default2
2 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/malta/config-3.8 b/target/linux/malta/config-3.8
index 80fbe60fc..54caec7a4 100644
--- a/target/linux/malta/config-3.8
+++ b/target/linux/malta/config-3.8
@@ -35,7 +35,6 @@ CONFIG_CPU_GENERIC_DUMP_TLB=y
CONFIG_CPU_HAS_PREFETCH=y
# CONFIG_CPU_HAS_SMARTMIPS is not set
CONFIG_CPU_HAS_SYNC=y
-CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_CPU_MIPS32=y
# CONFIG_CPU_MIPS32_R1 is not set
CONFIG_CPU_MIPS32_R2=y
diff --git a/target/linux/malta/le/config-default b/target/linux/malta/le/config-default
new file mode 100644
index 000000000..396e1b75f
--- /dev/null
+++ b/target/linux/malta/le/config-default
@@ -0,0 +1,2 @@
+# CONFIG_CPU_BIG_ENDIAN is not set
+CONFIG_CPU_LITTLE_ENDIAN=y