ath79: Move TL-WR1043ND v1 definition to companions
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
696e6069a4
commit
78ea648a3a
1 changed files with 10 additions and 10 deletions
|
@ -187,16 +187,6 @@ define Device/tplink_tl-wdr4900-v2
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += tplink_tl-wdr4900-v2
|
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
|
define Device/tplink_tl-wr810n-v1
|
||||||
$(Device/tplink-8mlzma)
|
$(Device/tplink-8mlzma)
|
||||||
ATH_SOC := qca9531
|
ATH_SOC := qca9531
|
||||||
|
@ -253,6 +243,16 @@ define Device/tplink_tl-wr842n-v3
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += tplink_tl-wr842n-v3
|
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
|
define Device/tplink_tl-wr1043nd-v2
|
||||||
$(Device/tplink-8mlzma)
|
$(Device/tplink-8mlzma)
|
||||||
ATH_SOC := qca9558
|
ATH_SOC := qca9558
|
||||||
|
|
Loading…
Reference in a new issue