diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-05 17:02:41 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-05 17:02:41 +0000 |
commit | 0cff4f29f39f7a01571bd3dc4acb2e090561f77e (patch) | |
tree | a9b63890c74ce523202de9a721c7ed43548cf8c4 /target/linux/ar71xx/generic | |
parent | 07e4260b637651a6ee997341c5e77201b4add0b0 (diff) |
ar71xx: add profile and build image for the TL-WR1041N v2 board
Patch-by: Vince Huang <axishero@foxmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31610 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 96ff12ae7..5c18c4471 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 |