-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
--- a/include/target.mk | ||
+++ b/include/target.mk | ||
@@ -53,10 +53,10 @@ DEFAULT_PACKAGES.nas:=\ | ||
@@ -53,10 +53,11 @@ DEFAULT_PACKAGES.nas:=\ | ||
mdadm | ||
# For router targets | ||
DEFAULT_PACKAGES.router:=\ | ||
- dnsmasq \ | ||
- firewall4 \ | ||
- nftables \ | ||
- kmod-nft-offload \ | ||
+ dnsmasq-full \ | ||
+ firewall \ | ||
+ iptables-legacy ip6tables-legacy kmod-ipt-nat6 ip6tables-mod-nat \ | ||
+ kmod-ipt-offload \ | ||
firewall4 \ | ||
nftables \ | ||
kmod-nft-offload \ | ||
+ kmod-ipt-offload kmod-ipt-nat6 ip6tables-mod-nat \ | ||
odhcp6c \ | ||
odhcpd-ipv6only \ | ||
ppp \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,3 @@ | ||
From 593d238ebf777c36c9ee819a1e20f59da5adc361 Mon Sep 17 00:00:00 2001 | ||
From: kiddin9 <[email protected]> | ||
Date: Tue, 5 Jul 2022 17:54:53 +0800 | ||
Subject: [PATCH] Update mt7621.mk | ||
|
||
Signed-off-by: kiddin9 <[email protected]> | ||
--- | ||
target/linux/ramips/image/mt7621.mk | 46 +++++++++-------------------- | ||
1 file changed, 14 insertions(+), 32 deletions(-) | ||
|
||
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk | ||
index bdaeac2cb16e..72fbd3930a80 100644 | ||
--- a/target/linux/ramips/image/mt7621.mk | ||
+++ b/target/linux/ramips/image/mt7621.mk | ||
@@ -223,7 +223,7 @@ define Device/asus_rt-n56u-b1 | ||
|
@@ -21,12 +9,21 @@ index bdaeac2cb16e..72fbd3930a80 100644 | |
endef | ||
TARGET_DEVICES += asus_rt-n56u-b1 | ||
|
||
@@ -673,7 +673,7 @@ define Device/glinet_gl-mt1300 | ||
IMAGE_SIZE := 32448k | ||
DEVICE_VENDOR := GL.iNet | ||
DEVICE_MODEL := GL-MT1300 | ||
- DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware kmod-usb3 | ||
+ DEVICE_PACKAGES := kmod-mt7615d_dbdc kmod-usb3 -wpad-basic-wolfssl | ||
endef | ||
TARGET_DEVICES += glinet_gl-mt1300 | ||
|
||
@@ -984,7 +984,7 @@ define Device/jcg_y2 | ||
JCG_MAXSIZE := 16064k | ||
DEVICE_VENDOR := JCG | ||
DEVICE_MODEL := Y2 | ||
- DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware kmod-usb3 | ||
+ DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware kmod-usb3 wpad-mini -wpad-basic-wolfssl -coremark -htop -bash -openssh-sftp-server | ||
+ DEVICE_PACKAGES := kmod-mt7615d_dbdc kmod-usb3 -wpad-basic-wolfssl -coremark -htop -bash -openssh-sftp-server | ||
endef | ||
TARGET_DEVICES += jcg_y2 | ||
|
||
|
@@ -53,7 +50,7 @@ index bdaeac2cb16e..72fbd3930a80 100644 | |
DEVICE_ALT0_MODEL := KE 2P | ||
SUPPORTED_DEVICES += k2p | ||
- DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware | ||
+ DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware wpad-mini -wpad-basic-wolfssl -coremark -htop -bash -openssh-sftp-server | ||
+ DEVICE_PACKAGES := kmod-mt7615d_dbdc -wpad-basic-wolfssl -coremark -htop -bash -openssh-sftp-server | ||
endef | ||
TARGET_DEVICES += phicomm_k2p | ||
|
||
|
@@ -219,4 +216,4 @@ index bdaeac2cb16e..72fbd3930a80 100644 | |
+xiaomi,mi-router-cr660x) | ||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x20000" | ||
;; | ||
esac | ||
esac |