|
|
@@ -1026,7 +1026,7 @@ endef
|
|
|
$(eval $(call KernelPackage,bpf-test))
|
|
|
|
|
|
|
|
|
-SCHED_MODULES_EXTRA = sch_codel sch_gred sch_multiq sch_sfq sch_teql sch_fq act_pedit act_simple act_skbmod act_csum em_cmp em_nbyte em_meta em_text
|
|
|
+SCHED_MODULES_EXTRA = sch_codel sch_gred sch_multiq sch_sfq sch_teql sch_fq sch_ets act_pedit act_simple act_skbmod act_csum em_cmp em_nbyte em_meta em_text
|
|
|
SCHED_FILES_EXTRA = $(foreach mod,$(SCHED_MODULES_EXTRA),$(LINUX_DIR)/net/sched/$(mod).ko)
|
|
|
|
|
|
define KernelPackage/sched
|
|
|
@@ -1040,6 +1040,7 @@ define KernelPackage/sched
|
|
|
CONFIG_NET_SCH_SFQ \
|
|
|
CONFIG_NET_SCH_TEQL \
|
|
|
CONFIG_NET_SCH_FQ \
|
|
|
+ CONFIG_NET_SCH_ETS \
|
|
|
CONFIG_NET_ACT_PEDIT \
|
|
|
CONFIG_NET_ACT_SIMP \
|
|
|
CONFIG_NET_ACT_SKBMOD \
|