2
0
forked from Ivasoft/openwrt

malta: Refresh kernel configuration

This refreshes the kernel configuration on top of kernel 5.4.
It now builds without asking to select some kernel options on all 4
subtargets.
It still does not boot up, there is a different problem.

Tested-By: Yousong Zhou <yszhou4tech@gmail.com>
Acked-By: Yousong Zhou <yszhou4tech@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens
2020-08-09 14:43:53 +02:00
parent 0a864f20fb
commit eafdd1a0fc
5 changed files with 23 additions and 18 deletions

View File

@@ -1,4 +1,12 @@
CONFIG_CPU_BIG_ENDIAN=y
CONFIG_CPU_HAS_RIXI=y
# CONFIG_CPU_LITTLE_ENDIAN is not set
CONFIG_CPU_MIPS32_R2=y
CONFIG_CPU_MIPSR2=y
CONFIG_CPU_SUPPORTS_MSA=y
CONFIG_HAVE_CBPF_JIT=y
CONFIG_HAVE_KVM=y
CONFIG_HIGHMEM=y
CONFIG_MIPS_CBPF_JIT=y
CONFIG_MIPS_SPRAM=y
CONFIG_TARGET_ISA_REV=2