diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-06-27 22:49:21 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-06-29 10:46:08 +0200 |
commit | a73471dea7d2a329b7da9cf4812df661a538b6c2 (patch) | |
tree | feedbb8206c9ad522591d446759c14b4ede04b62 /target | |
parent | 24043a0d2e01b9843c0dc529205b3b0bc7ecbbf9 (diff) | |
download | upstream-a73471dea7d2a329b7da9cf4812df661a538b6c2.tar.gz upstream-a73471dea7d2a329b7da9cf4812df661a538b6c2.tar.bz2 upstream-a73471dea7d2a329b7da9cf4812df661a538b6c2.zip |
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@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/tp-link.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk index 7d486b1028..8d6eb616f2 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 |