161179f40b
The device is similar to the TD-W8970, beside a different Atheros 2.4 GHz wireless chip and the additional, PCI connected, WAVE300 5 GHz wireless. Signed-off-by: Mathias Kresin <openwrt@kresin.me> SVN-Revision: 47130
14 lines
309 B
Makefile
14 lines
309 B
Makefile
define Profile/TDW8970
|
|
NAME:=TP-LINK TD-W8970
|
|
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-dwc2 kmod-ledtrig-usbdev
|
|
endef
|
|
|
|
$(eval $(call Profile,TDW8970))
|
|
|
|
define Profile/TDW8980
|
|
NAME:=TP-LINK TD-W8980
|
|
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-dwc2 kmod-ledtrig-usbdev
|
|
endef
|
|
|
|
$(eval $(call Profile,TDW8980))
|