Changeset 416013b in freewrt


Ignore:
Timestamp:
Jul 17, 2006, 3:38:56 AM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
4acfd49
Parents:
a48f08a
Message:

honour case-insensitive filesystem

git-svn-id: svn://www.freewrt.org/trunk/freewrt@264 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/generic-2.4/patches/608-netfilter_ipset.patch

    ra48f08a r416013b  
    55715571+module_init(init);
    55725572+module_exit(fini);
    5573 diff -Naur linux-old/net/ipv4/netfilter/ipt_SET.c linux-new/net/ipv4/netfilter/ipt_SET.c
    5574 --- linux-old/net/ipv4/netfilter/ipt_SET.c      1970-01-01 01:00:00.000000000 +0100
    5575 +++ linux-new/net/ipv4/netfilter/ipt_SET.c      2005-08-10 22:13:00.000000000 +0200
     5573diff -Naur linux-old/net/ipv4/netfilter/ipt_SET2.c linux-new/net/ipv4/netfilter/ipt_SET2.c
     5574--- linux-old/net/ipv4/netfilter/ipt_SET2.c     1970-01-01 01:00:00.000000000 +0100
     5575+++ linux-new/net/ipv4/netfilter/ipt_SET2.c     2005-08-10 22:13:00.000000000 +0200
    55765576@@ -0,0 +1,127 @@
    55775577+/* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
     
    55855585+ */
    55865586+
    5587 +/* ipt_SET.c - netfilter target to manipulate IP sets */
     5587+/* ipt_SET2.c - netfilter target to manipulate IP sets */
    55885588+
    55895589+#include <linux/types.h>
     
    57105710 obj-$(CONFIG_IP_NF_MATCH_MARK) += ipt_mark.o
    57115711+obj-$(CONFIG_IP_NF_MATCH_SET) += ipt_set.o
    5712 +obj-$(CONFIG_IP_NF_TARGET_SET) += ipt_SET.o
     5712+obj-$(CONFIG_IP_NF_TARGET_SET) += ipt_SET2.o
    57135713+ifdef CONFIG_IP_NF_SET
    57145714+       obj-$(CONFIG_IP_NF_SET) += ip_set.o
Note: See TracChangeset for help on using the changeset viewer.