[package] iptables: disable kernel module autoloading
[openwrt.git] / package / iptables / Makefile
index be5b95b..20e4b31 100644 (file)
@@ -68,6 +68,8 @@ define Package/iptables-mod-conntrack/description
  Basic iptables extensions for connection tracking.
  Includes:
  - state
+ - raw
+ - NOTRACK 
 endef
 
 define Package/iptables-mod-conntrack-extra
@@ -210,8 +212,6 @@ define Package/iptables-mod-extra/description
  - libipt_physdev
  - libipt_pkttype
  - libipt_recent
- - iptable_raw
- - libipt_NOTRACK
 endef
 
 define Package/iptables-utils
@@ -256,7 +256,6 @@ TARGET_CPPFLAGS := \
 
 CONFIGURE_ARGS += \
        --enable-shared \
-       --enable-static \
        --enable-devel \
        --enable-ipv6 \
        --with-kernel="$(LINUX_DIR)" \
@@ -293,7 +292,7 @@ define Build/InstallDev
        $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
        mkdir -p $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.{a,so*} $(1)/usr/lib/
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libiptc.{a,so*} $(1)/usr/lib/
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip*tc.{a,so*} $(1)/usr/lib/
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libipq.a $(1)/usr/lib/
        mkdir -p $(1)/usr/lib/pkgconfig
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/xtables.pc $(1)/usr/lib/pkgconfig/
This page took 0.030158 seconds and 4 git commands to generate.