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-10-24 13:34:45 +00:00
|
|
|
index 94b040e361c89e7363116e461ec4f678854f64f3..8327f8653b65f18814ecea2096b0516c4a144515 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-10-24 13:34:45 +00:00
|
|
|
@@ -426,7 +425,6 @@ endef
|
2022-06-05 21:45:55 +00:00
|
|
|
TARGET_DEVICES += dlink_dir-853-r1
|
|
|
|
|
|
|
|
define Device/dlink_dir-860l-b1
|
|
|
|
- $(Device/dsa-migration)
|
|
|
|
$(Device/seama)
|
|
|
|
SEAMA_SIGNATURE := wrgac13_dlink.2013gui_dir860lb
|
|
|
|
LOADER_TYPE := bin
|
2022-10-24 13:34:45 +00:00
|
|
|
@@ -1236,7 +1234,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-10-24 13:34:45 +00:00
|
|
|
@@ -1249,7 +1246,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-10-24 13:34:45 +00:00
|
|
|
@@ -1432,7 +1428,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-10-24 13:34:45 +00:00
|
|
|
@@ -1756,7 +1751,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-10-24 13:34:45 +00:00
|
|
|
@@ -2153,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-10-24 13:34:45 +00:00
|
|
|
@@ -2166,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
|