[package] kernel: fix packaging of act_connmark.ko (#11492)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31821 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2012-05-19 23:33:47 +00:00
parent f16b4efcf3
commit 2b42d9a454
1 changed files with 1 additions and 0 deletions

View File

@ -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))