create firmware image for the TL-WR741ND
[openwrt/openwrt.git] / target / linux / ar71xx / profiles / tp-link.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/TLWR741NDV1
9 NAME:=TP-LINK TL-WR741ND v1
10 endef
11
12 define Profile/TLWR741NDV1/Description
13 Package set optimized for the TP-LINK TL-WR741ND v1.
14 endef
15
16 $(eval $(call Profile,TLWR741NDV1))
17
18 define Profile/TLWR941NDV2
19 NAME:=TP-LINK TL-WR941ND v2
20 PACKAGES:=kmod-ath9k hostapd-mini
21 endef
22
23 define Profile/TLWR941NDV2/Description
24 Package set optimized for the TP-LINK TL-WR941ND v2.
25 endef
26
27 $(eval $(call Profile,TLWR941NDV2))