aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-05-19 23:33:47 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-05-19 23:33:47 +0000
commit2b42d9a454870930d5d5da0b3db2e71ee31faa3c (patch)
treef69ad2cb18c355887ac2093d94e764de34660d32 /package/kernel
parentf16b4efcf3fbee4abf7fe475d5c029b9a99d360b (diff)
downloadupstream-2b42d9a454870930d5d5da0b3db2e71ee31faa3c.tar.gz
upstream-2b42d9a454870930d5d5da0b3db2e71ee31faa3c.tar.bz2
upstream-2b42d9a454870930d5d5da0b3db2e71ee31faa3c.zip
[package] kernel: fix packaging of act_connmark.ko (#11492)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31821 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/netsupport.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/netsupport.mk b/package/kernel/modules/netsupport.mk
index 78c209b8e9..1cdd4f87fa 100644
--- a/package/kernel/modules/netsupport.mk
+++ b/package/kernel/modules/netsupport.mk
@@ -664,6 +664,7 @@ define KernelPackage/sched-connmark
TITLE:=Traffic shaper conntrack mark support
DEPENDS:=+kmod-sched-core +kmod-ipt-core +kmod-ipt-conntrack-extra
KCONFIG:=CONFIG_NET_ACT_CONNMARK
+ FILES:=$(LINUX_DIR)/net/sched/act_connmark.ko
endef
$(eval $(call KernelPackage,sched-connmark))