mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
50 lines
1.6 KiB
Diff
50 lines
1.6 KiB
Diff
From 52b5e226b69e67036bc23ed9dda3de12f95637ac Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Mon, 29 Apr 2024 11:18:00 +0200
|
|
Subject: [PATCH] mediatek: build tree integration
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
include/target.mk | 11 +++++++++++
|
|
package/kernel/linux/modules/netsupport.mk | 2 +-
|
|
2 files changed, 12 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/include/target.mk b/include/target.mk
|
|
index 38578f60c4..3a17587e4e 100644
|
|
--- a/include/target.mk
|
|
+++ b/include/target.mk
|
|
@@ -74,6 +74,17 @@ DEFAULT_PACKAGES.qsdk:=\
|
|
ppp-mod-pppoe \
|
|
-procd-ujail
|
|
|
|
+DEFAULT_PACKAGES.fw3:=\
|
|
+ dnsmasq \
|
|
+ firewall \
|
|
+ ip6tables \
|
|
+ iptables \
|
|
+ kmod-ipt-offload \
|
|
+ odhcp6c \
|
|
+ odhcpd-ipv6only \
|
|
+ ppp \
|
|
+ ppp-mod-pppoe
|
|
+
|
|
ifneq ($(DUMP),)
|
|
all: dumpinfo
|
|
endif
|
|
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
|
|
index d6b28c51b7..eccb043b27 100644
|
|
--- a/package/kernel/linux/modules/netsupport.mk
|
|
+++ b/package/kernel/linux/modules/netsupport.mk
|
|
@@ -994,7 +994,7 @@ endef
|
|
$(eval $(call KernelPackage,bpf-test))
|
|
|
|
|
|
-SCHED_MODULES_EXTRA = sch_codel sch_dsmark sch_gred sch_multiq sch_sfq sch_teql sch_fq act_pedit act_simple act_csum em_cmp em_nbyte em_meta em_text
|
|
+SCHED_MODULES_EXTRA = sch_codel sch_dsmark@gt5.4 sch_gred sch_multiq sch_sfq sch_teql sch_fq act_pedit act_simple 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
|
|
--
|
|
2.34.1
|
|
|