From cffe9a53f6bacb0c72d83efa19b1a9764d44dc72 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 21 Dec 2010 20:47:08 +0100 Subject: Kernel version compatibility: support from 2.6.34 The basic kernel compatibility issues are verified back to 2.6.24. The minimal supported kernel version had to be bumped from 2.6.31 to 2.6.34. --- kernel/Kbuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'kernel/Kbuild') diff --git a/kernel/Kbuild b/kernel/Kbuild index 3124569..dca009a 100644 --- a/kernel/Kbuild +++ b/kernel/Kbuild @@ -1,7 +1,5 @@ EXTRA_CFLAGS := -I$(M)/include \ - -DCONFIG_IP_SET_MAX=$(IP_SET_MAX) \ - -DNETLINK_DUMP_CONST=$(NETLINK_DUMP_CONST) \ - -DNFNL_CB_CONST=$(NFNL_CB_CONST) + -DCONFIG_IP_SET_MAX=$(IP_SET_MAX) obj-m += ip_set.o xt_set.o obj-m += ip_set_bitmap_ip.o ip_set_bitmap_ipmac.o ip_set_bitmap_port.o -- cgit v1.2.3