2009-02-28 17:47:33 +00: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-07 19:58:39 +00:00
|
|
|
define Profile/TLWR741NDV1
|
|
|
|
NAME:=TP-LINK TL-WR741ND v1
|
2010-02-03 03:45:38 +00:00
|
|
|
PACKAGES:=kmod-ath9k wpad-mini
|
2009-07-07 19:58:39 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/TLWR741NDV1/Description
|
|
|
|
Package set optimized for the TP-LINK TL-WR741ND v1.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,TLWR741NDV1))
|
|
|
|
|
2009-12-22 19:31:28 +00:00
|
|
|
define Profile/TLWR841NV15
|
|
|
|
NAME:=TP-LINK TL-WR841N v1.5
|
2010-02-03 03:45:38 +00:00
|
|
|
PACKAGES:=kmod-ath9k wpad-mini
|
2009-12-22 19:31:28 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/TLWR841NV15/Description
|
|
|
|
Package set optimized for the TP-LINK TL-WR841N v1.5.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,TLWR841NV15))
|
|
|
|
|
2009-10-30 12:26:14 +00:00
|
|
|
define Profile/TLWR841NDV3
|
|
|
|
NAME:=TP-LINK TL-WR841ND v3
|
2010-02-03 03:45:38 +00:00
|
|
|
PACKAGES:=kmod-ath9k wpad-mini
|
2009-10-30 12:26:14 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/TLWR841NDV3/Description
|
|
|
|
Package set optimized for the TP-LINK TL-WR841ND v3.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,TLWR841NDV3))
|
|
|
|
|
2009-11-13 17:11:17 +00:00
|
|
|
define Profile/TLWR841NDV5
|
|
|
|
NAME:=TP-LINK TL-WR841ND v5
|
2010-02-03 03:45:38 +00:00
|
|
|
PACKAGES:=kmod-ath9k wpad-mini
|
2009-11-13 17:11:17 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/TLWR841NDV5/Description
|
|
|
|
Package set optimized for the TP-LINK TL-WR841ND v5.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,TLWR841NDV5))
|
|
|
|
|
2009-03-01 10:34:52 +00:00
|
|
|
define Profile/TLWR941NDV2
|
2009-03-01 10:49:38 +00:00
|
|
|
NAME:=TP-LINK TL-WR941ND v2
|
2010-02-03 03:45:38 +00:00
|
|
|
PACKAGES:=kmod-ath9k wpad-mini
|
2009-02-28 17:47:33 +00:00
|
|
|
endef
|
|
|
|
|
2009-03-01 10:34:52 +00:00
|
|
|
define Profile/TLWR941NDV2/Description
|
2009-03-01 10:49:38 +00:00
|
|
|
Package set optimized for the TP-LINK TL-WR941ND v2.
|
2009-02-28 17:47:33 +00:00
|
|
|
endef
|
|
|
|
|
2009-03-01 10:34:52 +00:00
|
|
|
$(eval $(call Profile,TLWR941NDV2))
|
2009-12-08 12:46:25 +00:00
|
|
|
|
2010-02-19 11:52:33 +00:00
|
|
|
define Profile/TLWR941NDV4
|
|
|
|
NAME:=TP-LINK TL-WR941ND v4
|
|
|
|
PACKAGES:=kmod-ath9k wpad-mini
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/TLWR941NDV4/Description
|
|
|
|
Package set optimized for the TP-LINK TL-WR941ND v4.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,TLWR941NDV4))
|
|
|
|
|
2009-12-08 12:46:25 +00:00
|
|
|
define Profile/TLWR1043NDV1
|
|
|
|
NAME:=TP-LINK TL-WR1043ND v1
|
2010-02-03 03:45:38 +00:00
|
|
|
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2
|
2009-12-08 12:46:25 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/TLWR1043NDV1/Description
|
|
|
|
Package set optimized for the TP-LINK TL-WR1043ND v1.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,TLWR1043NDV1))
|