[openwrt/openwrt] ath79: re-enable build of TP-Link RE355 v1, RE450 v1 and RE450 v2
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 20 15:04:17 PST 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2f17e44c691d49933195df0b89ca26985bd2741d
commit 2f17e44c691d49933195df0b89ca26985bd2741d
Author: Radek Dostál <rd at radekdostal.com>
AuthorDate: Sun Nov 9 18:38:15 2025 +0100
ath79: re-enable build of TP-Link RE355 v1, RE450 v1 and RE450 v2
With previous patches these devices have only 128 KiB less space than
RE450 v3. It may be even possible to revert commit 65b6f1c1b251 ("ath79:
move TP-Link RE450 v1 & v2 and RE355 v1 to tiny target") but that was
not done as the device has only 8 MiB flash and will eventually run out of
it anyway.
Signed-off-by: Radek Dostál <rd at radekdostal.com>
Link: https://github.com/openwrt/openwrt/pull/20709
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/ath79/image/tiny-tp-link.mk | 2 --
1 file changed, 2 deletions(-)
diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk
index b736701946..7e61eb96af 100644
--- a/target/linux/ath79/image/tiny-tp-link.mk
+++ b/target/linux/ath79/image/tiny-tp-link.mk
@@ -9,7 +9,6 @@ define Device/tplink_rex5x-v1
DEVICE_COMPAT_VERSION := 2.0
DEVICE_COMPAT_MESSAGE := Partition layout has changed compared to older versions by utilizing unused flash. \
Upgrade via sysupgrade mechanism (-F) will only work if flashed image still fits to the size of old partition (6016 KiB).
- DEFAULT := n
endef
define Device/tplink_re355-v1
@@ -43,7 +42,6 @@ define Device/tplink_re450-v2
Upgrade via sysupgrade mechanism (-F) will only work if flashed image still fits to the size of old partition (6016 KiB).
TPLINK_BOARD_ID := RE450-V2
LOADER_TYPE := elf
- DEFAULT := n
endef
TARGET_DEVICES += tplink_re450-v2
More information about the lede-commits
mailing list