diff options
| author | 2009-02-20 10:55:14 +0100 | |
|---|---|---|
| committer | 2009-02-20 10:55:14 +0100 | |
| commit | 268cb38e1802db560c73167e643f14a3dcb4b07c (patch) | |
| tree | 3bc3b7954795722bd09b760ba540a3f7f429dae0 /include/linux/netfilter/Kbuild | |
| parent | netfilter: fix hardcoded size assumptions (diff) | |
| download | linux-dev-268cb38e1802db560c73167e643f14a3dcb4b07c.tar.xz linux-dev-268cb38e1802db560c73167e643f14a3dcb4b07c.zip | |
netfilter: x_tables: add LED trigger target
Kernel module providing implementation of LED netfilter target. Each
instance of the target appears as a led-trigger device, which can be
associated with one or more LEDs in /sys/class/leds/
Signed-off-by: Adam Nielsen <a.nielsen@shikadi.net>
Acked-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/linux/netfilter/Kbuild')
| -rw-r--r-- | include/linux/netfilter/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild index 5a8af875bce2..deeaee5c83f2 100644 --- a/include/linux/netfilter/Kbuild +++ b/include/linux/netfilter/Kbuild @@ -7,6 +7,7 @@ header-y += xt_CLASSIFY.h header-y += xt_CONNMARK.h header-y += xt_CONNSECMARK.h header-y += xt_DSCP.h +header-y += xt_LED.h header-y += xt_MARK.h header-y += xt_NFLOG.h header-y += xt_NFQUEUE.h |
