1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 12:28:31 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31821 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-05-19 23:33:47 +00:00
parent 2557831cbd
commit 0713bcf0c9

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