Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2094 - image builder has incorrect board name for wr842n-v1 causes sysupgrade error for ath79 upgrade #8066

Closed
openwrt-bot opened this issue Jan 31, 2019 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

Greybeard:

Boardname mismatch in imagebuilder (and suspected release builds) for tplink wr842n-v1
Doesn't appear to be an issue if upgrading to another ar71xxx image but sysupgrade fails when upgrading to ath79 image for wr842n-v1 due to board mismatch.

from existing ar71xxx wr842n-v1 system

head -n5 /etc/board.json
{
"model": {
"id": "tl-mr3420",
"name": "TP-Link TL-WR842N/ND v1"
},

in file openwrt-imagebuilder-18.06.1-ar71xx-generic.Linux-x86_64/target/linux/ar71xx/image/generic-tp-link.mk

define Device/tl-wr842n-v1
$(Device/tplink-8m)
DEVICE_TITLE := TP-LINK TL-WR842N/ND v1
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
BOARDNAME := TL-MR3420
DEVICE_PROFILE := TLWR842
TPLINK_HWID := 0x08420001
endef
TARGET_DEVICES += tl-wr842n-v1
Supply the following if possible:

  • Device problem occurs on
  • Software versions of OpenWrt/LEDE release, packages, etc.
  • Steps to reproduce

Discussed in form thread

@openwrt-bot
Copy link
Author

adrianschmutzler:

From what I understand of your description, this should be fixed in 522f6b7 , which is also backported to 19.07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant