iptables: build with shared modules, this fixes #4450

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-11-19 14:48:00 +01:00
parent eebfc3d937
commit 7acf1983a3

View File

@ -32,4 +32,4 @@ PKG_LONGDESC="Iptables is used to set up, maintain, and inspect the tables of IP
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--with-kernel=$(kernel_path) --enable-static --disable-shared"
PKG_CONFIGURE_OPTS_TARGET="--with-kernel=$(kernel_path)"