diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-06-18 18:30:40 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-06-18 18:30:40 +0000 |
commit | c12c40f4a65efb0a0c070fe914c6552dbf2f22d1 (patch) | |
tree | 2a3133f582fa7391fe86e7dfa463db4f5631ef2e /package/iptables | |
parent | 5448e327a35ac447794ff3d61900e8e9d16304ba (diff) | |
download | upstream-c12c40f4a65efb0a0c070fe914c6552dbf2f22d1.tar.gz upstream-c12c40f4a65efb0a0c070fe914c6552dbf2f22d1.tar.bz2 upstream-c12c40f4a65efb0a0c070fe914c6552dbf2f22d1.zip |
normalize Makefiles.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3998 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index f47b936f05..623a64ed84 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -50,7 +50,6 @@ Includes: \\\ * libipt_conntrack \\\ * libipt_helper \\\ * libipt_connmark/CONNMARK - endef define Package/iptables-mod-filter @@ -62,7 +61,6 @@ DESCRIPTION:=iptables extensions for packet content inspection\\\ Includes: \\\ * libipt_ipp2p \\\ * libipt_layer7 - endef define Package/iptables-mod-imq @@ -73,7 +71,6 @@ TITLE:=IMQ support DESCRIPTION:=iptables extension for IMQ support\\\ Includes: \\\ * libipt_IMQ - endef define Package/iptables-mod-ipopt @@ -91,7 +88,6 @@ Includes: \\\ * libipt_tcpmms \\\ * libipt_ttl/TTL \\\ * libipt_unclean - endef define Package/iptables-mod-ipsec @@ -103,7 +99,6 @@ DESCRIPTION:=iptables extensions for matching ipsec traffic\\\ Includes: \\\ * libipt_ah \\\ * libipt_esp - endef define Package/iptables-mod-nat @@ -138,7 +133,6 @@ Includes: \\\ * libipt_physdev \\\ * libipt_pkttype \\\ * libipt_recent - endef define Package/iptables-utils |