diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-02-28 12:04:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-02-28 12:04:58 +0000 |
commit | 780712e30e3c192cb17891a6e317d1103fd9e808 (patch) | |
tree | 22c8047187be3ec0ac555445879a8169cdfd1751 /package/iptables/Makefile | |
parent | fd0969ba6123ac81ae48929bb62174d8cb29f3aa (diff) | |
download | upstream-780712e30e3c192cb17891a6e317d1103fd9e808.tar.gz upstream-780712e30e3c192cb17891a6e317d1103fd9e808.tar.bz2 upstream-780712e30e3c192cb17891a6e317d1103fd9e808.zip |
Add ipt_CLASSIFY target for 2.4 kernels (#1338)
SVN-Revision: 6424
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 6e486df925..1b6bfc0b1f 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -91,6 +91,7 @@ define Package/iptables-mod-ipopt iptables extensions for matching/changing IP packet options.\\\ \\\ Includes: \\\ + - libipt_CLASSIFY \\\ - libipt_dscp/DSCP \\\ - libipt_ecn/ECN \\\ - libipt_length \\\ |