From 8daecfbcff7b175b9a13ee4e8bb92365f20921b1 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 23 Dec 2010 12:42:16 +0000 Subject: ar71xx: add support for TL-WR740N v1 Same as TL-WR741ND but with different hardware ID and without detachable antenna. Signed-off-by: Paul Fertser git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24811 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/generic/profiles/tp-link.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ar71xx/generic') diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index a36e1756f..df3873c03 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -49,6 +49,17 @@ endef $(eval $(call Profile,TLWR741NDV1)) +define Profile/TLWR740NV1 + NAME:=TP-LINK TL-WR740N v1 + PACKAGES:=kmod-ath9k wpad-mini +endef + +define Profile/TLWR740NV1/Description + Package set optimized for the TP-LINK TL-WR740N v1. +endef + +$(eval $(call Profile,TLWR740NV1)) + define Profile/TLWR841NV15 NAME:=TP-LINK TL-WR841N v1.5 PACKAGES:=kmod-ath9k wpad-mini -- cgit v1.2.3