package: add VSC73[89]5 microcode for the AP83/PB44 boards
[openwrt.git] / package / iptables / Makefile
index 324d565..68ccc76 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
@@ -254,6 +254,10 @@ TARGET_CPPFLAGS := \
        -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
        $(TARGET_CPPFLAGS)
 
+TARGET_CFLAGS := \
+       $(TARGET_CFLAGS) \
+       -DFORCE_MODPROBE_PROGRAM="\\\"/sbin/insmod\\\""
+
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-devel \
@@ -292,7 +296,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.022928 seconds and 4 git commands to generate.