forked from Ivasoft/openwrt
malta: add le64 and be64 sub targets
These two subtargets are used to build a 64-bit malta kernel along with 64-bit userland support. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36211
This commit is contained in:
14
target/linux/malta/be64/config-default
Normal file
14
target/linux/malta/be64/config-default
Normal file
@@ -0,0 +1,14 @@
|
||||
CONFIG_64BIT=y
|
||||
# CONFIG_32BIT is not set
|
||||
CONFIG_MIPS32_COMPAT=y
|
||||
CONFIG_MIPS32_O32=y
|
||||
CONFIG_MIPS32_N32=y
|
||||
# CONFIG_HUGETLBFS is not set
|
||||
CONFIG_CPU_BIG_ENDIAN=y
|
||||
# CONFIG_CPU_LITTLE_ENDIAN is not set
|
||||
CONFIG_CPU_MIPS32=y
|
||||
# CONFIG_CPU_MIPS32_R1 is not set
|
||||
# CONFIG_CPU_MIPS32_R2 is not set
|
||||
CONFIG_CPU_MIPS64_R1=y
|
||||
# CONFIG_CPU_MIPS64_R2 is not set
|
||||
CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y
|
||||
Reference in New Issue
Block a user