forked from Ivasoft/openwrt
ar71xx: add support for TP-Link TL-WDR6500 v2
Signed-off-by: Weijie Gao <hackpascal@gmail.com> This patch adds support for TP-Link TL-WDR6500 v2. The firmware has a U-Boot header for kernel, and a TP-LINK v2 header for the whole firmware, so I have to create a new firmware creation method. SVN-Revision: 46663
This commit is contained in:
@@ -277,6 +277,17 @@ endef
|
||||
$(eval $(call Profile,TLWDR4900V2))
|
||||
|
||||
|
||||
define Profile/TLWDR6500V2
|
||||
NAME:=TP-LINK TL-WDR6500v2
|
||||
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-ath10k
|
||||
endef
|
||||
|
||||
define Profile/TLWDR6500V2/Description
|
||||
Package set optimized for the TP-LINK TL-WDR6500v2.
|
||||
endef
|
||||
$(eval $(call Profile,TLWDR6500V2))
|
||||
|
||||
|
||||
define Profile/TLWR740
|
||||
NAME:=TP-LINK TL-WR740N/ND
|
||||
PACKAGES:=
|
||||
|
||||
Reference in New Issue
Block a user