diff options
author | Peter Lundkvist <peter.lundkvist@gmail.com> | 2018-07-09 12:54:17 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-07-12 18:27:36 +0200 |
commit | 36a4681b2bef90bc1f445204c7a76f5af091b1b2 (patch) | |
tree | 2d27baadbe1624a7df9ff103e4458cf1adde441d | |
parent | ca903c73c70592fc49649235770fa49823efab96 (diff) | |
download | openwrt-36a4681b2bef90bc1f445204c7a76f5af091b1b2.tar.gz openwrt-36a4681b2bef90bc1f445204c7a76f5af091b1b2.tar.bz2 openwrt-36a4681b2bef90bc1f445204c7a76f5af091b1b2.zip |
ramips: TP-Link TL-WR902AC v3: don't build factory image
The line that produces factory image was accidentally left by me while
testing before inital commit.
I came to the conclusion that flashing from OEM firmware does not work
(seems to share this behavior with other tplinks based on mt7628).
I have not done any further analysis, as I was unable to open the
case and attach a serial port (too much glue). Maybe i will try once
more.
So the way to do initial flashing (or un-bricking) is to use the
tftp-recover image. It is possible to revert to OEM firmware with tftp
recovery; in this case the first 512 bytes the image file need to be
cut off.
Signed-off-by: Peter Lundkvist <peter.lundkvist@gmail.com>
[add explaination provided via mail as commit message]
Signed-off-by: Mathias Kresin <dev@kresin.me>
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 443e1c79ab..21c5357a08 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -220,7 +220,6 @@ define Device/tplink_tl-wr902ac-v3 TPLINK_HWREV := 0x89 TPLINK_HWREVADD := 0x1 TPLINK_HVERSION := 3 - IMAGES += factory.bin DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport endef TARGET_DEVICES += tplink_tl-wr902ac-v3 |