mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Fix r7800 image compilation on kernel 6.6
This commit is contained in:
parent
5bb12a0ab6
commit
43fa4cb3bf
2 changed files with 9 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -848,7 +848,7 @@ if [ "$OMR_KERNEL" = "6.6" ]; then
|
||||||
#echo "# CONFIG_PACKAGE_kmod-r8168 is not set" >> ".config"
|
#echo "# CONFIG_PACKAGE_kmod-r8168 is not set" >> ".config"
|
||||||
#echo "# CONFIG_PACKAGE_kmod-button-hotplug is not set" >> ".config"
|
#echo "# CONFIG_PACKAGE_kmod-button-hotplug is not set" >> ".config"
|
||||||
#echo "# CONFIG_PACKAGE_kmod-cryptodev is not set" >> ".config"
|
#echo "# CONFIG_PACKAGE_kmod-cryptodev is not set" >> ".config"
|
||||||
if [ "$OMR_TARGET" != "ubnt-erx" ]; then
|
if [ "$OMR_TARGET" != "ubnt-erx" ] && [ "$OMR_TARGET" != "r7800" ]; then
|
||||||
echo "CONFIG_BPF_TOOLCHAIN=y" >> ".config"
|
echo "CONFIG_BPF_TOOLCHAIN=y" >> ".config"
|
||||||
echo "CONFIG_BPF_TOOLCHAIN_HOST=y" >> ".config"
|
echo "CONFIG_BPF_TOOLCHAIN_HOST=y" >> ".config"
|
||||||
echo "CONFIG_KERNEL_BPF_EVENTS=y" >> ".config"
|
echo "CONFIG_KERNEL_BPF_EVENTS=y" >> ".config"
|
||||||
|
|
|
@ -11,3 +11,11 @@ CONFIG_CRYPTO_SHA2_ARM_CE=y
|
||||||
CONFIG_CRYPTO_GHASH_ARM_CE=y
|
CONFIG_CRYPTO_GHASH_ARM_CE=y
|
||||||
CONFIG_CRYPTO_AES_ARM=y
|
CONFIG_CRYPTO_AES_ARM=y
|
||||||
CONFIG_CRYPTO_AES_ARM_CE=y
|
CONFIG_CRYPTO_AES_ARM_CE=y
|
||||||
|
# CONFIG_KERNEL_CC_OPTIMIZE_FOR_PERFORMANCE is not set
|
||||||
|
CONFIG_KERNEL_CC_OPTIMIZE_FOR_SIZE=y
|
||||||
|
CONFIG_KERNEL_GPIO_SYSFS=y
|
||||||
|
# CONFIG_KERNEL_IPV6_SEG6_LWTUNNEL is not set
|
||||||
|
# CONFIG_KERNEL_CGROUP_BPF is not set
|
||||||
|
# CONFIG_KERNEL_KPROBES is not set
|
||||||
|
# CONFIG_KERNEL_FTRACE is not set
|
||||||
|
# CONFIG_KERNEL_KALLSYMS is not set
|
||||||
|
|
Loading…
Reference in a new issue