projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar71xx] add SPI controller driver for the PB44 board
[openwrt.git]
/
target
/
linux
/
ar71xx
/
profiles
/
tp-link.mk
diff --git
a/target/linux/ar71xx/profiles/tp-link.mk
b/target/linux/ar71xx/profiles/tp-link.mk
index
5e4249b
..
551aec9
100644
(file)
--- a/
target/linux/ar71xx/profiles/tp-link.mk
+++ b/
target/linux/ar71xx/profiles/tp-link.mk
@@
-5,13
+5,23
@@
# See /LICENSE for more information.
#
# See /LICENSE for more information.
#
+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))
+
define Profile/TLWR941NDV2
define Profile/TLWR941NDV2
- NAME:=TP-LINK TL-WR941ND
+ NAME:=TP-LINK TL-WR941ND
v2
PACKAGES:=kmod-ath9k hostapd-mini
endef
define Profile/TLWR941NDV2/Description
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))
endef
$(eval $(call Profile,TLWR941NDV2))
This page took
0.028716 seconds
and
4
git commands to generate.