1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 21:37:36 +03:00

ar71xx: add profile and build image for the TL-WA701N/ND boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29656 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-01-04 17:30:54 +00:00
parent 8eede392b8
commit 06483eda3d
2 changed files with 17 additions and 0 deletions

View File

@ -50,6 +50,17 @@ endef
$(eval $(call Profile,TLWR703))
define Profile/TLWA701
NAME:=TP-LINK TL-WA701N/ND
PACKAGES:=
endef
define Profile/TLWA701/Description
Package set optimized for the TP-LINK TL-WA701N/ND.
endef
$(eval $(call Profile,TLWA701))
define Profile/TLWA901
NAME:=TP-LINK TL-WA901N/ND
PACKAGES:=

View File

@ -780,6 +780,11 @@ define Image/Build/Profile/TLMR3420
$(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK,tl-mr3420-v1,$(tlmr3420_cmdline),0x34200001,1,4M)
endef
tlwa701_cmdline=board=TL-WA901ND console=ttyS0,115200
define Image/Build/Profile/TLWA701
$(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK,tl-wa701n-v1,$(tlwa701_cmdline),0x07010001,1,4M)
endef
tlwa901_cmdline=board=TL-WA901ND console=ttyS0,115200
tlwa901v2_cmdline=board=TL-WA901ND-v2 console=ttyS0,115200
define Image/Build/Profile/TLWA901
@ -941,6 +946,7 @@ define Image/Build/Profile/Default
$(call Image/Build/Profile/TLMR3020,$(1))
$(call Image/Build/Profile/TLMR3220,$(1))
$(call Image/Build/Profile/TLMR3420,$(1))
$(call Image/Build/Profile/TLWA701,$(1))
$(call Image/Build/Profile/TLWA901,$(1))
$(call Image/Build/Profile/TLWR703,$(1))
$(call Image/Build/Profile/TLWR740,$(1))