From: Harald Welte Date: Mon, 19 Mar 2001 17:41:45 +0000 (+0000) Subject: cosmetic fix: moved tos-fix.patch to 'already applied in previous kernels' X-Git-Tag: v1.2.2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb41546d26a92a5df6d36bfad38af9d8407d6bf;p=thirdparty%2Fiptables.git cosmetic fix: moved tos-fix.patch to 'already applied in previous kernels' --- diff --git a/Makefile b/Makefile index a85536ef..a69159b3 100644 --- a/Makefile +++ b/Makefile @@ -4,13 +4,13 @@ TOPLEVEL_INCLUDED=YES ifndef KERNEL_DIR KERNEL_DIR=/usr/src/linux endif -NETFILTER_VERSION:=1.2.1 +NETFILTER_VERSION:=1.2.1a OLD_NETFILTER_VERSION:=1.2 # Waiting for inclusions in the kernel tree. -PENDING_PATCHES:=tos-fix.patch dropped-table.patch seqoffset.patch irc-conntrack-nat.patch +PENDING_PATCHES:=dropped-table.patch seqoffset.patch irc-conntrack-nat.patch # These went in previous kernels. -PENDING_PATCHES+=ipv6-fixes.patch.ipv6 masquerade+fwmark.patch nat-overlap.patch ppc-sparc-mangle.patch +PENDING_PATCHES+=ipv6-fixes.patch.ipv6 masquerade+fwmark.patch nat-overlap.patch ppc-sparc-mangle.patch tos-fix.patch LIBDIR:=/usr/local/lib BINDIR:=/usr/local/sbin