diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index 7dda526008..90675248fe 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -1,6 +1,6 @@ include ./common-tp-link.mk -define Device/tplink_rex5x-v1 +define Device/tplink_rex5x $(Device/tplink-safeloader) SOC := qca9558 IMAGE_SIZE := 7680k @@ -13,7 +13,7 @@ define Device/tplink_rex5x-v1 endef define Device/tplink_re355-v1 - $(Device/tplink_rex5x-v1) + $(Device/tplink_rex5x) DEVICE_MODEL := RE355 DEVICE_VARIANT := v1 TPLINK_BOARD_ID := RE355 @@ -22,7 +22,7 @@ endef TARGET_DEVICES += tplink_re355-v1 define Device/tplink_re450-v1 - $(Device/tplink_rex5x-v1) + $(Device/tplink_rex5x) DEVICE_MODEL := RE450 DEVICE_VARIANT := v1 TPLINK_BOARD_ID := RE450 @@ -31,17 +31,10 @@ endef TARGET_DEVICES += tplink_re450-v1 define Device/tplink_re450-v2 - $(Device/tplink-safeloader) + $(Device/tplink_rex5x) SOC := qca9563 - IMAGE_SIZE := 7680k - KERNEL_SIZE := 6016k DEVICE_MODEL := RE450 DEVICE_VARIANT := v2 - DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct - 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). - IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size | append-metadata TPLINK_BOARD_ID := RE450-V2 LOADER_TYPE := elf endef