Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable CONFIG_NETFILTER_XT_MATCH_HASHLIMIT in kernel defconfig #35

Open
kraj opened this issue Apr 7, 2017 · 2 comments
Open

Enable CONFIG_NETFILTER_XT_MATCH_HASHLIMIT in kernel defconfig #35

kraj opened this issue Apr 7, 2017 · 2 comments

Comments

@kraj
Copy link
Contributor

kraj commented Apr 7, 2017

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
Copy link
Contributor

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
Copy link
Contributor Author

kraj commented Apr 7, 2017

module should be ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants