1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 01:27:28 +02:00

tl-wr941nd: change profile's description as well

SVN-Revision: 14706
This commit is contained in:
Gabor Juhos 2009-03-01 10:49:38 +00:00
parent 16c23fa914
commit 247fc0fdae

View File

@ -6,12 +6,12 @@
#
define Profile/TLWR941NDV2
NAME:=TP-LINK TL-WR941ND
NAME:=TP-LINK TL-WR941ND v2
PACKAGES:=kmod-ath9k hostapd-mini
endef
define Profile/TLWR941NDV2/Description
Package set optimized for the TP-LINK TL-WR941ND.
Package set optimized for the TP-LINK TL-WR941ND v2.
endef
$(eval $(call Profile,TLWR941NDV2))