diff options
Diffstat (limited to 'target/linux/generic/patches-3.18/621-sched_act_connmark.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/621-sched_act_connmark.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.18/621-sched_act_connmark.patch b/target/linux/generic/patches-3.18/621-sched_act_connmark.patch index 945974981a..958aee42cf 100644 --- a/target/linux/generic/patches-3.18/621-sched_act_connmark.patch +++ b/target/linux/generic/patches-3.18/621-sched_act_connmark.patch @@ -2,7 +2,7 @@ +++ b/net/sched/act_connmark.c @@ -0,0 +1,126 @@ +/* -+ * Copyright (c) 2011 Felix Fietkau <nbd@openwrt.org> ++ * Copyright (c) 2011 Felix Fietkau <nbd@nbd.name> + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, @@ -110,7 +110,7 @@ + .init = tcf_connmark_init, +}; + -+MODULE_AUTHOR("Felix Fietkau <nbd@openwrt.org>"); ++MODULE_AUTHOR("Felix Fietkau <nbd@nbd.name>"); +MODULE_DESCRIPTION("Connection tracking mark restoring"); +MODULE_LICENSE("GPL"); + |