2022-06-05 21:45:55 +00:00
|
|
|
From: David Bauer <mail@david-bauer.net>
|
|
|
|
Date: Sun, 5 Jun 2022 23:43:38 +0200
|
|
|
|
Subject: ramips-mt7621: make DSA images swconfig upgradable
|
|
|
|
|
|
|
|
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
|
2022-11-13 20:40:19 +00:00
|
|
|
index 4057c4ea11b29233be7673a77fc2c8100209d8b3..c80d6e7f3aa0d1222aa087ba3cb11b8905a576b3 100644
|
2022-06-05 21:45:55 +00:00
|
|
|
--- a/target/linux/ramips/image/mt7621.mk
|
|
|
|
+++ b/target/linux/ramips/image/mt7621.mk
|
2022-10-14 21:17:20 +00:00
|
|
|
@@ -179,7 +179,6 @@ endef
|
2022-06-05 21:45:55 +00:00
|
|
|
TARGET_DEVICES += asiarf_ap7621-nv1
|
|
|
|
|
|
|
|
define Device/asus_rt-ac57u
|
|
|
|
- $(Device/dsa-migration)
|
|
|
|
DEVICE_VENDOR := ASUS
|
|
|
|
DEVICE_MODEL := RT-AC57U
|
|
|
|
DEVICE_ALT0_VENDOR := ASUS
|
2022-11-13 20:40:19 +00:00
|
|
|
@@ -1233,7 +1232,6 @@ endef
|
2022-08-20 13:17:53 +00:00
|
|
|
TARGET_DEVICES += mts_wg430223
|
2022-06-05 21:45:55 +00:00
|
|
|
|
|
|
|
define Device/netgear_ex6150
|
|
|
|
- $(Device/dsa-migration)
|
2022-10-24 13:34:45 +00:00
|
|
|
$(Device/uimage-lzma-loader)
|
2022-06-05 21:45:55 +00:00
|
|
|
DEVICE_VENDOR := NETGEAR
|
|
|
|
DEVICE_MODEL := EX6150
|
2022-11-13 20:40:19 +00:00
|
|
|
@@ -1246,7 +1244,6 @@ endef
|
2022-06-05 21:45:55 +00:00
|
|
|
TARGET_DEVICES += netgear_ex6150
|
|
|
|
|
|
|
|
define Device/netgear_sercomm_nand
|
|
|
|
- $(Device/dsa-migration)
|
|
|
|
$(Device/uimage-lzma-loader)
|
|
|
|
BLOCKSIZE := 128k
|
|
|
|
PAGESIZE := 2048
|
2022-11-13 20:40:19 +00:00
|
|
|
@@ -1429,7 +1426,6 @@ endef
|
2022-07-31 11:47:50 +00:00
|
|
|
TARGET_DEVICES += netgear_wax202
|
2022-06-05 21:45:55 +00:00
|
|
|
|
|
|
|
define Device/netgear_wndr3700-v5
|
|
|
|
- $(Device/dsa-migration)
|
|
|
|
$(Device/netgear_sercomm_nor)
|
|
|
|
$(Device/uimage-lzma-loader)
|
|
|
|
IMAGE_SIZE := 15232k
|
2022-11-13 20:40:19 +00:00
|
|
|
@@ -1753,7 +1749,6 @@ endef
|
2022-06-05 21:45:55 +00:00
|
|
|
TARGET_DEVICES += tplink_tl-wpa8631p-v3
|
|
|
|
|
|
|
|
define Device/ubnt_edgerouter_common
|
|
|
|
- $(Device/dsa-migration)
|
|
|
|
$(Device/uimage-lzma-loader)
|
|
|
|
DEVICE_VENDOR := Ubiquiti
|
|
|
|
IMAGE_SIZE := 256768k
|
2022-11-13 20:40:19 +00:00
|
|
|
@@ -2152,7 +2147,6 @@ endef
|
2022-06-05 21:45:55 +00:00
|
|
|
TARGET_DEVICES += zbtlink_zbt-wg2626
|
|
|
|
|
|
|
|
define Device/zbtlink_zbt-wg3526-16m
|
|
|
|
- $(Device/dsa-migration)
|
|
|
|
$(Device/uimage-lzma-loader)
|
|
|
|
IMAGE_SIZE := 16064k
|
|
|
|
DEVICE_VENDOR := Zbtlink
|
2022-11-13 20:40:19 +00:00
|
|
|
@@ -2165,7 +2159,6 @@ endef
|
2022-06-05 21:45:55 +00:00
|
|
|
TARGET_DEVICES += zbtlink_zbt-wg3526-16m
|
|
|
|
|
|
|
|
define Device/zbtlink_zbt-wg3526-32m
|
|
|
|
- $(Device/dsa-migration)
|
|
|
|
$(Device/uimage-lzma-loader)
|
|
|
|
IMAGE_SIZE := 32448k
|
|
|
|
DEVICE_VENDOR := Zbtlink
|