2009-03-01 01:47:33 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2009-07-08 03:58:39 +08:00
|
|
|
define Profile/TLWR741NDV1
|
|
|
|
NAME:=TP-LINK TL-WR741ND v1
|
2009-12-23 03:36:03 +08:00
|
|
|
PACKAGES:=kmod-ath9k hostapd-mini
|
2009-07-08 03:58:39 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/TLWR741NDV1/Description
|
|
|
|
Package set optimized for the TP-LINK TL-WR741ND v1.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,TLWR741NDV1))
|
|
|
|
|
2009-12-23 03:31:28 +08:00
|
|
|
define Profile/TLWR841NV15
|
|
|
|
NAME:=TP-LINK TL-WR841N v1.5
|
|
|
|
PACKAGES:=kmod-ath9k hostapd-mini
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/TLWR841NV15/Description
|
|
|
|
Package set optimized for the TP-LINK TL-WR841N v1.5.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,TLWR841NV15))
|
|
|
|
|
2009-10-30 20:26:14 +08:00
|
|
|
define Profile/TLWR841NDV3
|
|
|
|
NAME:=TP-LINK TL-WR841ND v3
|
|
|
|
PACKAGES:=kmod-ath9k hostapd-mini
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/TLWR841NDV3/Description
|
|
|
|
Package set optimized for the TP-LINK TL-WR841ND v3.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,TLWR841NDV3))
|
|
|
|
|
2009-11-14 01:11:17 +08:00
|
|
|
define Profile/TLWR841NDV5
|
|
|
|
NAME:=TP-LINK TL-WR841ND v5
|
|
|
|
PACKAGES:=kmod-ath9k hostapd-mini
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/TLWR841NDV5/Description
|
|
|
|
Package set optimized for the TP-LINK TL-WR841ND v5.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,TLWR841NDV5))
|
|
|
|
|
2009-03-01 18:34:52 +08:00
|
|
|
define Profile/TLWR941NDV2
|
2009-03-01 18:49:38 +08:00
|
|
|
NAME:=TP-LINK TL-WR941ND v2
|
2009-03-01 02:47:43 +08:00
|
|
|
PACKAGES:=kmod-ath9k hostapd-mini
|
2009-03-01 01:47:33 +08:00
|
|
|
endef
|
|
|
|
|
2009-03-01 18:34:52 +08:00
|
|
|
define Profile/TLWR941NDV2/Description
|
2009-03-01 18:49:38 +08:00
|
|
|
Package set optimized for the TP-LINK TL-WR941ND v2.
|
2009-03-01 01:47:33 +08:00
|
|
|
endef
|
|
|
|
|
2009-03-01 18:34:52 +08:00
|
|
|
$(eval $(call Profile,TLWR941NDV2))
|
2009-12-08 20:46:25 +08:00
|
|
|
|
|
|
|
define Profile/TLWR1043NDV1
|
|
|
|
NAME:=TP-LINK TL-WR1043ND v1
|
2009-12-08 20:46:30 +08:00
|
|
|
PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-core kmod-usb2
|
2009-12-08 20:46:25 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/TLWR1043NDV1/Description
|
|
|
|
Package set optimized for the TP-LINK TL-WR1043ND v1.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,TLWR1043NDV1))
|