#
-# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
PKG_NAME:=iptables
PKG_VERSION:=1.4.6
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MD5SUM:=c67cf30e281a924def6426be0973df56
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \
ftp://ftp.no.netfilter.org/pub/netfilter/iptables/
-PKG_FIXUP = libtool
+PKG_FIXUP:=libtool
include $(INCLUDE_DIR)/package.mk
ifeq ($(DUMP),)
endef
define Package/iptables/description
- IPv4 firewall administration tool.
- Includes support for:
- - comment
- - limit
- - LOG
- - mac
- - multiport
- - REJECT
- - TCPMSS
+IPv4 firewall administration tool.
+Includes support for:
+- comment
+- limit
+- LOG
+- mac
+- multiport
+- REJECT
+- TCPMSS
endef
define Package/iptables-mod-conntrack
endef
define Package/iptables-mod-conntrack/description
- Basic iptables extensions for connection tracking.
- Includes:
- - state
- - raw
- - NOTRACK
+Basic iptables extensions for connection tracking.
+Includes:
+- state
+- raw
+- NOTRACK
endef
define Package/iptables-mod-conntrack-extra
endef
define Package/iptables-mod-conntrack-extra/description
- Extra iptables extensions for connection tracking.
- Includes:
- - libipt_conntrack
- - libipt_helper
- - libipt_connmark/CONNMARK
+Extra iptables extensions for connection tracking.
+Includes:
+- libipt_conntrack
+- libipt_helper
+- libipt_connmark/CONNMARK
endef
define Package/iptables-mod-filter
endef
define Package/iptables-mod-filter/description
- iptables extensions for packet content inspection.
- Includes:
- - libipt_string
- - libipt_layer7
+iptables extensions for packet content inspection.
+Includes:
+- libipt_string
+- libipt_layer7
endef
define Package/iptables-mod-imq
endef
define Package/iptables-mod-imq/description
- iptables extension for IMQ support.
- Includes:
- - libipt_IMQ
+iptables extension for IMQ support.
+Includes:
+- libipt_IMQ
endef
define Package/iptables-mod-ipopt
endef
define Package/iptables-mod-ipopt/description
- iptables extensions for matching/changing IP packet options.
- Includes:
- - libipt_CLASSIFY
- - libipt_dscp/DSCP
- - libipt_ecn/ECN
- - libipt_length
- - libipt_mac
- - libipt_mark/MARK
- - libipt_statistic
- - libipt_tcpmms
- - libipt_tos/TOS
- - libipt_ttl/TTL
- - libipt_unclean
+iptables extensions for matching/changing IP packet options.
+Includes:
+- libipt_CLASSIFY
+- libipt_dscp/DSCP
+- libipt_ecn/ECN
+- libipt_length
+- libipt_mac
+- libipt_mark/MARK
+- libipt_statistic
+- libipt_tcpmms
+- libipt_tos/TOS
+- libipt_ttl/TTL
+- libipt_unclean
endef
define Package/iptables-mod-ipsec
endef
define Package/iptables-mod-ipsec/description
- iptables extensions for matching ipsec traffic.
- Includes:
- - libipt_ah
- - libipt_esp
- - libipt_policy
+iptables extensions for matching ipsec traffic.
+Includes:
+- libipt_ah
+- libipt_esp
+- libipt_policy
endef
define Package/iptables-mod-ipset
endef
define Package/iptables-mod-ipset/description
- IPset iptables extensions.
- Includes:
- - libipt_set
- - libipt_SET
+IPset iptables extensions.
+Includes:
+- libipt_set
+- libipt_SET
endef
define Package/iptables-mod-nat
endef
define Package/iptables-mod-nat/description
- iptables extensions for basic NAT targets.
- Includes:
- - MASQUERADE
- - SNAT
- - DNAT
+iptables extensions for basic NAT targets.
+Includes:
+- MASQUERADE
+- SNAT
+- DNAT
endef
define Package/iptables-mod-nat-extra
endef
define Package/iptables-mod-nat-extra/description
- iptables extensions for extra NAT targets.
- Includes:
- - REDIRECT
+iptables extensions for extra NAT targets.
+Includes:
+- REDIRECT
endef
define Package/iptables-mod-ulog
endef
define Package/iptables-mod-ulog/description
- iptables extensions for user-space packet logging.
- Includes:
- - libipt_ULOG
+iptables extensions for user-space packet logging.
+Includes:
+- libipt_ULOG
endef
define Package/iptables-mod-iprange
endef
define Package/iptables-mod-iprange/description
- iptables extensions for matching ip ranges.
- Includes:
- - libipt_iprange
+iptables extensions for matching ip ranges.
+Includes:
+- libipt_iprange
endef
define Package/iptables-mod-extra
endef
define Package/iptables-mod-extra/description
- other extra iptables extensions.
- Includes:
- - libipt_owner
- - libipt_physdev
- - libipt_pkttype
- - libipt_recent
+Other extra iptables extensions.
+Includes:
+- libipt_owner
+- libipt_physdev
+- libipt_pkttype
+- libipt_recent
endef
define Package/iptables-utils
KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
KBUILD_OUTPUT="$(LINUX_DIR)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
- all install $(MAKE_TARGETS)
+ $(MAKE_TARGETS)
define Build/Compile
- mkdir -p $(PKG_INSTALL_DIR)
+ $(INSTALL_DIR) $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) $(IPTABLES_MAKEOPTS)
+ $(MAKE) -C $(PKG_BUILD_DIR) $(IPTABLES_MAKEOPTS) install
$(MAKE) -C $(PKG_BUILD_DIR)/libipq $(IPTABLES_MAKEOPTS)
+ $(MAKE) -C $(PKG_BUILD_DIR)/libipq $(IPTABLES_MAKEOPTS) install
endef
define Build/InstallDev
- mkdir -p $(1)/usr/include
- mkdir -p $(1)/usr/include/iptables
- mkdir -p $(1)/usr/include/net/netfilter
+ $(INSTALL_DIR) $(1)/usr/include
+ $(INSTALL_DIR) $(1)/usr/include/iptables
+ $(INSTALL_DIR) $(1)/usr/include/net/netfilter
# XXX: iptables header fixup, some headers are not installed by iptables anymore
$(CP) $(PKG_BUILD_DIR)/include/net/netfilter/*.h $(1)/usr/include/net/netfilter/
$(CP) $(PKG_BUILD_DIR)/include/libiptc $(1)/usr/include/
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
- mkdir -p $(1)/usr/lib
+ $(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.{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
+ $(INSTALL_DIR) $(1)/usr/lib/pkgconfig
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/xtables.pc $(1)/usr/lib/pkgconfig/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libiptc.pc $(1)/usr/lib/pkgconfig/
endef