projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df754de
)
kernel: fix packaging of act_connmark.ko (#11492)
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 19 May 2012 23:33:47 +0000
(23:33 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 19 May 2012 23:33:47 +0000
(23:33 +0000)
SVN-Revision: 31821
package/kernel/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netsupport.mk
b/package/kernel/modules/netsupport.mk
index 78c209b8e928698d55458dc6cce6e4347e5192b4..1cdd4f87faa362843f0ec116801f215764756e3c 100644
(file)
--- 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))