Linaro / meta-qcom

OpenEmbedded/Yocto Project BSP layer for Qualcomm based platforms
MIT License
64 stars 76 forks source link

Enable CONFIG_NETFILTER_XT_MATCH_HASHLIMIT in kernel defconfig #35

Open kraj opened 7 years ago

kraj commented 7 years ago

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.

ndechesne commented 7 years ago

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

kraj commented 7 years ago

module should be ok.