From 308ef8016c18c28b84dfed115aa70027ad13fd18 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 21 Dec 2022 18:54:18 +0100 Subject: [PATCH] Fix compilation --- build.sh | 4 ++-- root/target/linux/generic/config-5.15 | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 119b2ecb..999c39c5 100755 --- a/build.sh +++ b/build.sh @@ -241,12 +241,12 @@ if [ "$OMR_PACKAGES" = "mini" ]; then fi if [ "$SHORTCUT_FE" = "yes" ]; then - echo "CONFIG_PACKAGE_fast-classifier=y" >> "$OMR_TARGET/${OMR_KERNEL}/source/.config" + echo "CONFIG_PACKAGE_kmod-fast-classifier=y" >> "$OMR_TARGET/${OMR_KERNEL}/source/.config" echo "CONFIG_PACKAGE_kmod-shortcut-fe=y" >> "$OMR_TARGET/${OMR_KERNEL}/source/.config" echo "CONFIG_PACKAGE_kmod-shortcut-fe-cm=y" >> "$OMR_TARGET/${OMR_KERNEL}/source/.config" echo "CONFIG_PACKAGE_shortcut-fe-drv=y" >> "$OMR_TARGET/${OMR_KERNEL}/source/.config" else - echo "# CONFIG_PACKAGE_fast-classifier is not set" >> "$OMR_TARGET/${OMR_KERNEL}/source/.config" + echo "# CONFIG_PACKAGE_kmod-fast-classifier is not set" >> "$OMR_TARGET/${OMR_KERNEL}/source/.config" echo "# CONFIG_PACKAGE_kmod-shortcut-fe-cm is not set" >> "$OMR_TARGET/${OMR_KERNEL}/source/.config" echo "# CONFIG_PACKAGE_kmod-shortcut-fe is not set" >> "$OMR_TARGET/${OMR_KERNEL}/source/.config" echo "# CONFIG_PACKAGE_shortcut-fe is not set" >> "$OMR_TARGET/${OMR_KERNEL}/source/.config" diff --git a/root/target/linux/generic/config-5.15 b/root/target/linux/generic/config-5.15 index 737c20bf..167eb639 100644 --- a/root/target/linux/generic/config-5.15 +++ b/root/target/linux/generic/config-5.15 @@ -2587,6 +2587,7 @@ CONFIG_INET=y # CONFIG_INET_ESPINTCP is not set # CONFIG_INET_IPCOMP is not set # CONFIG_INET_LRO is not set +CONFIG_INET_TABLE_PERTURB_ORDER=16 # CONFIG_INET_TCP_DIAG is not set # CONFIG_INET_TUNNEL is not set # CONFIG_INET_UDP_DIAG is not set @@ -7454,7 +7455,6 @@ CONFIG_MODPROBE_PATH="/sbin/modprobe" CONFIG_MODULE_COMPRESS_NONE=y # CONFIG_MPLS_IPTUNNEL is not set # CONFIG_MPLS_ROUTING is not set -# CONFIG_MPTCP is not set # CONFIG_MSM_GCC_8953 is not set # CONFIG_MSM_MMCC_8994 is not set # CONFIG_MTD_MCHP48L640 is not set @@ -7608,4 +7608,5 @@ CONFIG_SERIAL_8250_16550A_VARIANTS=y # CONFIG_WWAN_HWSIM is not set # CONFIG_ZERO_CALL_USED_REGS is not set # CONFIG_ZRAM_DEF_COMP_LZORLE is not set -# CONFIG_ZRAM_DEF_COMP_ZSTD is not set \ No newline at end of file +# CONFIG_ZRAM_DEF_COMP_ZSTD is not set +♯ CONFIG_ZRAM_DEF_COMP_LZ4HC is not set \ No newline at end of file