Browse Source

tl-wr941nd: change profile's description as well

SVN-Revision: 14706
Gabor Juhos 17 years ago
parent
commit
247fc0fdae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/ar71xx/profiles/tp-link.mk

+ 2 - 2
target/linux/ar71xx/profiles/tp-link.mk

@@ -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))