kernel: netsupport: kmod-sched: Remove sch_fq_codel and sch_fifo
The sch_fq_codel.ko and the sch_fifo.ko are always compiled into the kernel, they are activated in the generic kernel configuration. There is no need to activate the build of these kernel modules in the kmod-sched* packages. Signed-off-by: Hauke Mehrtens <hmehrtens@maxlinear.com>
This commit is contained in:
		 Hauke Mehrtens
					Hauke Mehrtens
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							2cc5059240
						
					
				
				
					commit
					606e357bf8
				
			| @@ -739,7 +739,7 @@ $(eval $(call KernelPackage,mppe)) | ||||
|  | ||||
|  | ||||
| SCHED_MODULES = $(patsubst $(LINUX_DIR)/net/sched/%.ko,%,$(wildcard $(LINUX_DIR)/net/sched/*.ko)) | ||||
| SCHED_MODULES_CORE = sch_ingress sch_fq_codel sch_hfsc sch_htb sch_tbf cls_basic cls_fw cls_route cls_flow cls_tcindex cls_u32 em_u32 act_gact act_mirred act_skbedit cls_matchall | ||||
| SCHED_MODULES_CORE = sch_ingress sch_hfsc sch_htb sch_tbf cls_basic cls_fw cls_route cls_flow cls_tcindex cls_u32 em_u32 act_gact act_mirred act_skbedit cls_matchall | ||||
| SCHED_MODULES_FILTER = $(SCHED_MODULES_CORE) act_connmark act_ctinfo sch_cake sch_netem sch_mqprio em_ipset cls_bpf cls_flower act_bpf act_vlan | ||||
| SCHED_MODULES_EXTRA = $(filter-out $(SCHED_MODULES_FILTER),$(SCHED_MODULES)) | ||||
| SCHED_FILES = $(patsubst %,$(LINUX_DIR)/net/sched/%.ko,$(filter $(SCHED_MODULES_CORE),$(SCHED_MODULES))) | ||||
| @@ -754,7 +754,6 @@ define KernelPackage/sched-core | ||||
| 	CONFIG_NET_SCH_HTB \ | ||||
| 	CONFIG_NET_SCH_TBF \ | ||||
| 	CONFIG_NET_SCH_INGRESS \ | ||||
| 	CONFIG_NET_SCH_FQ_CODEL \ | ||||
| 	CONFIG_NET_CLS=y \ | ||||
| 	CONFIG_NET_CLS_ACT=y \ | ||||
| 	CONFIG_NET_CLS_BASIC \ | ||||
| @@ -908,7 +907,6 @@ define KernelPackage/sched | ||||
|   KCONFIG:= \ | ||||
| 	CONFIG_NET_SCH_CODEL \ | ||||
| 	CONFIG_NET_SCH_DSMARK \ | ||||
| 	CONFIG_NET_SCH_FIFO \ | ||||
| 	CONFIG_NET_SCH_GRED \ | ||||
| 	CONFIG_NET_SCH_MULTIQ \ | ||||
| 	CONFIG_NET_SCH_PRIO \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user