meta-qcom icon indicating copy to clipboard operation
meta-qcom copied to clipboard

Enable CONFIG_NETFILTER_XT_MATCH_HASHLIMIT in kernel defconfig

Open kraj opened this issue 7 years ago • 2 comments

While compiling wireguard-module on dragon board 410c it fails to build due to the above option being unset

| /mnt/oe/openembedded-core/build/tmp-glibc/work/dragonboard_410c-oe-linux/wireguard-module/0.0.20170324-r0/WireGuard-0.0.20170324/src/Kbuild:30: *** "WireGuard requires CONFIG_NETFILTER_XT_MATCH_HASHLIMIT to be configured in your kernel. See https://www.wireguard.io/install/#kernel-requirements for more info". Stop.

kraj avatar Apr 07 '17 00:04 kraj

ok, i can make that change, would that be enough: +CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m or does it need to be =y? If so, i will add it to kernel/configs/distro.config in our tree

ndechesne avatar Apr 07 '17 07:04 ndechesne

module should be ok.

kraj avatar Apr 07 '17 14:04 kraj