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
|
2023-03-31 11:59:26 +00:00
|
|
|
index 1fb806043460895182159504f48708ae717379cb..3c26f75b9a1cbc397154b3eef4b29ec7d3d7f0db 100644
|
2022-06-05 21:45:55 +00:00
|
|
|
--- a/target/linux/ramips/image/mt7621.mk
|
|
|
|
+++ b/target/linux/ramips/image/mt7621.mk
|
2023-03-31 11:59:26 +00:00
|
|
|
@@ -180,7 +180,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
|
2023-03-31 11:59:26 +00:00
|
|
|
@@ -427,7 +426,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)
|
2022-12-29 23:45:48 +00:00
|
|
|
$(Device/seama-lzma-loader)
|
2022-06-05 21:45:55 +00:00
|
|
|
SEAMA_SIGNATURE := wrgac13_dlink.2013gui_dir860lb
|
2022-12-29 23:45:48 +00:00
|
|
|
IMAGE_SIZE := 16064k
|
2023-03-31 11:59:26 +00:00
|
|
|
@@ -1247,7 +1245,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
|
2023-03-31 11:59:26 +00:00
|
|
|
@@ -1260,7 +1257,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
|
2023-03-31 11:59:26 +00:00
|
|
|
@@ -1443,7 +1439,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
|
2023-03-31 11:59:26 +00:00
|
|
|
@@ -1780,7 +1775,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
|
2023-03-31 11:59:26 +00:00
|
|
|
@@ -2196,7 +2190,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
|
2023-03-31 11:59:26 +00:00
|
|
|
@@ -2209,7 +2202,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
|