mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 21:25:12 +02:00

The extension modules use the API of a fairly recent kernel, if not even the networking git tree. To make it work with older Linux kernels, an API wrapper is added. Should compile against running-kernels Linux 2.6.19..current (tested: 2.6.22..current). Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
6 lines
85 B
Makefile
6 lines
85 B
Makefile
# -*- Makefile -*-
|
|
|
|
obj-m += xt_TARPIT.o
|
|
obj-m += xt_TEE.o
|
|
obj-m += compat_xtables.o
|