This is a cache of https://discuss.96boards.org/t/the-kernel-the-support-of-netfilter-for-ip-tables/7250. It is a snapshot of the page at 2024-09-20T10:29:34.078+0000.
the kernel the support of netfilter for ip tables - Products Support - 96Boards Forum

the kernel the support of netfilter for ip tables

I am building my own image based on the core-image-base.
this is my recipe:

IMAGE_FEATURES += "splash"

LICENSE = "MIT"

inherit core-image

IMAGE_INSTALL += "netbase ifupdown ppp init-ifupdown busybox"

IMAGE_INSTALL += "gprs common-initscript" # my recipes for gprs internet

IMAGE_INSTALL += "hostapd hostap-utils dhcp-client dhcp-server iptables haveged"

I am using kernel version - debian-qcom-dragonboard410c-16.04.

When I am adding to the kernel the support of netfilter for ip tables and nat I am getting this crash.

Tzahi