Revert "kmod-sched: add act_police"

This reverts commit 1b973b54ea.

It turns out act_police is included in the kmod-sched package so this
package turns out to be superfluous and causes file provision conflicts.

Ooooops!  Best revert it then.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
master
Kevin Darbyshire-Bryant 4 years ago
parent 75f19deb3a
commit 9fd36f54f5

@ -867,16 +867,6 @@ define KernelPackage/sched-ctinfo
endef
$(eval $(call KernelPackage,sched-ctinfo))
define KernelPackage/sched-police
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=Traffic shaper police support
DEPENDS:=+kmod-sched-core
KCONFIG:=CONFIG_NET_ACT_POLICE
FILES:=$(LINUX_DIR)/net/sched/act_police.ko
AUTOLOAD:=$(call AutoLoad,71, act_police)
endef
$(eval $(call KernelPackage,sched-police))
define KernelPackage/sched-ipset
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=Traffic shaper ipset support

Loading…
Cancel
Save