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-08-20 13:17:53 +00:00
|
|
|
index e3608d8d4e464146d88bdcd8efdd6ec870823fb7..c85a6f90bd4efffee6d05cd43759a1c8578477ac 100644
|
2022-06-05 21:45:55 +00:00
|
|
|
--- a/target/linux/ramips/image/mt7621.mk
|
|
|
|
+++ b/target/linux/ramips/image/mt7621.mk
|
2022-08-20 13:17:53 +00:00
|
|
|
@@ -172,7 +172,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-08-20 13:17:53 +00:00
|
|
|
@@ -418,7 +417,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-08-20 13:17:53 +00:00
|
|
|
@@ -1224,7 +1222,6 @@ endef
|
|
|
|
TARGET_DEVICES += mts_wg430223
|
2022-06-05 21:45:55 +00:00
|
|
|
|
|
|
|
define Device/netgear_ex6150
|
|
|
|
- $(Device/dsa-migration)
|
|
|
|
DEVICE_VENDOR := NETGEAR
|
|
|
|
DEVICE_MODEL := EX6150
|
|
|
|
DEVICE_PACKAGES := kmod-mt76x2
|
2022-08-20 13:17:53 +00:00
|
|
|
@@ -1236,7 +1233,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-08-20 13:17:53 +00:00
|
|
|
@@ -1419,7 +1415,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-08-20 13:17:53 +00:00
|
|
|
@@ -1743,7 +1738,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-08-20 13:17:53 +00:00
|
|
|
@@ -2129,7 +2123,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-08-20 13:17:53 +00:00
|
|
|
@@ -2142,7 +2135,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
|