Skip to content

Commit

Permalink
kernel: modules: remove dsmark support
Browse files Browse the repository at this point in the history
Fixes: #11952
  • Loading branch information
coolsnowwolf committed Mar 6, 2024
1 parent 262c581 commit 85291c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package/kernel/linux/modules/netsupport.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1019,8 +1019,7 @@ define KernelPackage/sched
CONFIG_NET_EMATCH_META \
CONFIG_NET_EMATCH_TEXT
FILES:=$(SCHED_FILES_EXTRA)
FILES+=$(LINUX_DIR)/net/sched/[email protected]
AUTOLOAD:=$(call AutoLoad,73, $(SCHED_MODULES_EXTRA) [email protected])
AUTOLOAD:=$(call AutoLoad,73, $(SCHED_MODULES_EXTRA))
endef

define KernelPackage/sched/description
Expand Down

0 comments on commit 85291c2

Please sign in to comment.