ar71xx: add profile and build image for the TL-WA701N/ND boards
SVN-Revision: 29656
This commit is contained in:
parent
923e5d3543
commit
ac68f0d8fa
2 changed files with 17 additions and 0 deletions
|
@ -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:=
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue