[source] ar71xx: image: specify TPLINK_HWID for TP-Link RE450

LEDE Commits lede-commits at lists.infradead.org
Thu Jun 29 02:19:27 PDT 2017


pepe2k pushed a commit to source.git, branch master:
https://git.lede-project.org/a73471dea7d2a329b7da9cf4812df661a538b6c2

commit a73471dea7d2a329b7da9cf4812df661a538b6c2
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Tue Jun 27 22:49:21 2017 +0200

    ar71xx: image: specify TPLINK_HWID for TP-Link RE450
    
    TPLINK_HWID hasn't been specified for TP-Link RE450 since the begin.
    As we don't want to break sysupgrade (all existing LEDE release images
    for this board have TPLINK_HWID set to 0x0), set it explicitly to 0x0.
    
    Fixes FS#852
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 target/linux/ar71xx/image/tp-link.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk
index 7d486b1..8d6eb61 100644
--- a/target/linux/ar71xx/image/tp-link.mk
+++ b/target/linux/ar71xx/image/tp-link.mk
@@ -282,6 +282,7 @@ define Device/re450-v1
   TPLINK_BOARD_ID := RE450
   DEVICE_PROFILE := RE450
   LOADER_TYPE := elf
+  TPLINK_HWID := 0x0
   KERNEL := kernel-bin | patch-cmdline | lzma | mktplinkfw-kernel
   IMAGES := sysupgrade.bin factory.bin
   IMAGE/sysupgrade.bin := append-rootfs | tplink-safeloader sysupgrade



More information about the lede-commits mailing list