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 | 1442bbc0d8104ab9a49cb52b7af96d21e1848ca4 (patch) | |
tree | 20ff3b2bb189d3506009b1dbba512f03072a5c21 /package/iptables | |
parent | 4c814a2dec5f91e9bcc21dbf10952d0bdd3fbc12 (diff) | |
download | master-187ad058-1442bbc0d8104ab9a49cb52b7af96d21e1848ca4.tar.gz master-187ad058-1442bbc0d8104ab9a49cb52b7af96d21e1848ca4.tar.bz2 master-187ad058-1442bbc0d8104ab9a49cb52b7af96d21e1848ca4.zip |
Add ipt_CLASSIFY target for 2.4 kernels (#1338)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6424 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-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 \\\ |