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
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/TLWR741NDV1/Description
|
|
|
|
Package set optimized for the TP-LINK TL-WR741ND v1.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,TLWR741NDV1))
|
|
|
|
|
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
|
2009-02-28 18:47:43 +00:00
|
|
|
PACKAGES:=kmod-ath9k hostapd-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))
|