diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 17:02:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-05 17:02:41 +0000 |
commit | 948690407958885f170afe459f1a91b6e573c838 (patch) | |
tree | 53178c223314ce51961fefcd005583ee1630f3d7 /target/linux/ar71xx/generic | |
parent | de7324674a06dff4fd47adddf0c59a36823d9e00 (diff) | |
download | upstream-948690407958885f170afe459f1a91b6e573c838.tar.gz upstream-948690407958885f170afe459f1a91b6e573c838.tar.bz2 upstream-948690407958885f170afe459f1a91b6e573c838.zip |
ar71xx: add profile and build image for the TL-WR1041N v2 board
Patch-by: Vince Huang <axishero@foxmail.com>
SVN-Revision: 31610
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/tp-link.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 96ff12ae74..5c18c44717 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -149,6 +149,17 @@ endef $(eval $(call Profile,TLWR941)) +define Profile/TLWR1041 + NAME:=TP-LINK TL-WR1041N + PACKAGES:= +endef + +define Profile/TLWR1041/Description + Package set optimized for the TP-LINK TL-WR1041N/ND. +endef +$(eval $(call Profile,TLWR1041)) + + define Profile/TLWR1043 NAME:=TP-LINK TL-WR1043N/ND PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev |