Skip to content

Commit

Permalink
ath79: Move TL-WR1043ND v1 definition to companions
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Schmutzler <[email protected]>
  • Loading branch information
adschm authored and chunkeey committed May 18, 2019
1 parent 696e606 commit 78ea648
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions target/linux/ath79/image/generic-tp-link.mk
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,6 @@ define Device/tplink_tl-wdr4900-v2
endef
TARGET_DEVICES += tplink_tl-wdr4900-v2

define Device/tplink_tl-wr1043nd-v1
$(Device/tplink-8m)
ATH_SOC := ar9132
DEVICE_TITLE := TP-Link TL-WR1043N/ND v1
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
TPLINK_HWID := 0x10430001
SUPPORTED_DEVICES += tl-wr1043nd
endef
TARGET_DEVICES += tplink_tl-wr1043nd-v1

define Device/tplink_tl-wr810n-v1
$(Device/tplink-8mlzma)
ATH_SOC := qca9531
Expand Down Expand Up @@ -253,6 +243,16 @@ define Device/tplink_tl-wr842n-v3
endef
TARGET_DEVICES += tplink_tl-wr842n-v3

define Device/tplink_tl-wr1043nd-v1
$(Device/tplink-8m)
ATH_SOC := ar9132
DEVICE_TITLE := TP-Link TL-WR1043N/ND v1
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport
TPLINK_HWID := 0x10430001
SUPPORTED_DEVICES += tl-wr1043nd
endef
TARGET_DEVICES += tplink_tl-wr1043nd-v1

define Device/tplink_tl-wr1043nd-v2
$(Device/tplink-8mlzma)
ATH_SOC := qca9558
Expand Down

0 comments on commit 78ea648

Please sign in to comment.