mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Fix compilation
This commit is contained in:
parent
7360c8686d
commit
308ef8016c
2 changed files with 5 additions and 4 deletions
4
build.sh
4
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"
|
||||
|
|
|
@ -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
|
||||
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
|
||||
♯ CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
|
Loading…
Reference in a new issue