1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

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

SVN-Revision: 31821
This commit is contained in:
Jo-Philipp Wich 2012-05-19 23:33:47 +00:00
parent df754ded76
commit fc7c50c1d3

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