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