mirror of https://github.com/hak5/openwrt.git
ath79: fix SUPPORTED_DEVICES for TP-Link TL-WR1043ND v3
In ar71xx, the board name for the TL-WR1043ND v3 is equal to v2: tl-wr1043nd-v2 Fix SUPPORTED_DEVICES for v3 in ath79 accordingly. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>master
parent
509894cffb
commit
b5791118cc
|
@ -424,7 +424,7 @@ define Device/tplink_tl-wr1043nd-v3
|
|||
DEVICE_VARIANT := v3
|
||||
DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport
|
||||
TPLINK_HWID := 0x10430003
|
||||
SUPPORTED_DEVICES += tl-wr1043nd-v3
|
||||
SUPPORTED_DEVICES += tl-wr1043nd-v2
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wr1043nd-v3
|
||||
|
||||
|
|
Loading…
Reference in New Issue