diff options
author | Luka Perkov <luka@openwrt.org> | 2013-08-21 00:36:53 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-08-21 00:36:53 +0000 |
commit | 3e28d0849ee6cd39bfcc1a3458881b1e5e09c75c (patch) | |
tree | 2226ead2c4ad30d65ce99b0242a62e8e38d63653 /target/linux/malta/le | |
parent | ff384f04e4710582052fea07437a03873e2f9b92 (diff) | |
download | upstream-3e28d0849ee6cd39bfcc1a3458881b1e5e09c75c.tar.gz upstream-3e28d0849ee6cd39bfcc1a3458881b1e5e09c75c.tar.bz2 upstream-3e28d0849ee6cd39bfcc1a3458881b1e5e09c75c.zip |
malta: refresh configuration
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37819
Diffstat (limited to 'target/linux/malta/le')
-rw-r--r-- | target/linux/malta/le/config-default | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/malta/le/config-default b/target/linux/malta/le/config-default index 368eca098a..b5634c6756 100644 --- a/target/linux/malta/le/config-default +++ b/target/linux/malta/le/config-default @@ -1,5 +1,3 @@ -CONFIG_32BIT=y -# CONFIG_64BIT is not set # CONFIG_CPU_BIG_ENDIAN is not set CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_CPU_MIPS32=y @@ -8,3 +6,4 @@ CONFIG_CPU_MIPS32_R2=y # CONFIG_CPU_MIPS64_R1 is not set # CONFIG_CPU_MIPS64_R2 is not set CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set |