Skip to content

Commit

Permalink
ar71xx: fix TPLINK_BOARD_ID for Archer C58 and TL-WA855RE
Browse files Browse the repository at this point in the history
Rename TPLINK_BOARD_NAME to TPLINK_BOARD_ID for two ommited devices.

Fixes: 7d6c63d ("build: rename TPLINK_BOARD_NAME to TPLINK_BOARD_ID")
Signed-off-by: Piotr Dymacz <[email protected]>
  • Loading branch information
pepe2k committed Jul 4, 2017
1 parent 3b7928c commit cf23547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ar71xx/image/tp-link.mk
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ define Device/archer-c58-v1
DEVICE_TITLE := TP-LINK Archer C58 v1
DEVICE_PACKAGES := kmod-ath10k
BOARDNAME := ARCHER-C58-V1
TPLINK_BOARD_NAME := ARCHER-C58-V1
TPLINK_BOARD_ID := ARCHER-C58-V1
DEVICE_PROFILE := ARCHERC58V1
IMAGE_SIZE := 7936k
MTDPARTS := spi0.0:64k(u-boot)ro,64k(mac)ro,1344k(kernel),6592k(rootfs),64k(tplink)ro,64k(art)ro,7936k@0x20000(firmware)
Expand Down Expand Up @@ -532,7 +532,7 @@ define Device/tl-wa855re-v1
BOARDNAME := TL-WA855RE-v1
DEVICE_PROFILE := TLWA855RE
TPLINK_HWID := 0x08550001
TPLINK_BOARD_NAME := TLWA855REV1
TPLINK_BOARD_ID := TLWA855REV1
endef

define Device/tl-wa860re-v1
Expand Down

0 comments on commit cf23547

Please sign in to comment.