1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:11:59 +03:00

ar71xx: add profile and build image for the TP-Link TL-WR842N/ND v1 boards

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30508 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2012-02-13 17:11:58 +00:00
parent a433c026e5
commit 3c97dc485a
2 changed files with 17 additions and 0 deletions

View File

@ -127,6 +127,17 @@ endef
$(eval $(call Profile,TLWR841))
define Profile/TLWR842
NAME:=TP-LINK TL-WR842N/ND
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
endef
define Profile/TLWR842/Description
Package set optimized for the TP-LINK TL-WR842N/ND.
endef
$(eval $(call Profile,TLWR842))
define Profile/TLWR941
NAME:=TP-LINK TL-WR941N/ND
PACKAGES:=

View File

@ -892,6 +892,11 @@ define Image/Build/Profile/TLWR841
$(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK,tl-wr841nd-v7,$(tlwr841v7_cmdline),0x08410007,1,4M)
endef
tlwr842_cmdline=board=TL-MR3420 console=ttyS0,115200
define Image/Build/Profile/TLWR842
$(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK,tl-wr842n-v1,$(tlwr842_cmdline),0x08420001,1,8M)
endef
tlwr941v2_cmdline=board=TL-WR941ND console=ttyS0,115200
tlwr941v4_cmdline=board=TL-WR741ND console=ttyS0,115200
define Image/Build/Profile/TLWR941
@ -1034,6 +1039,7 @@ define Image/Build/Profile/Default
$(call Image/Build/Profile/TLWR741,$(1))
$(call Image/Build/Profile/TLWR743,$(1))
$(call Image/Build/Profile/TLWR841,$(1))
$(call Image/Build/Profile/TLWR842,$(1))
$(call Image/Build/Profile/TLWR941,$(1))
$(call Image/Build/Profile/TLWR1043,$(1))
$(call Image/Build/Profile/TLWR2543,$(1))