projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is selected...
[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
ffb3b9e
..
7efb1a3
100644
(file)
--- a/
target/linux/ar71xx/profiles/tp-link.mk
+++ b/
target/linux/ar71xx/profiles/tp-link.mk
@@
-60,6
+60,17
@@
endef
$(eval $(call Profile,TLWR941NDV2))
$(eval $(call Profile,TLWR941NDV2))
+define Profile/TLWR941NDV3
+ NAME:=TP-LINK TL-WR941ND v3
+ PACKAGES:=kmod-ath9k wpad-mini
+endef
+
+define Profile/TLWR941NDV3/Description
+ Package set optimized for the TP-LINK TL-WR941ND v3.
+endef
+
+$(eval $(call Profile,TLWR941NDV3))
+
define Profile/TLWR941NDV4
NAME:=TP-LINK TL-WR941ND v4
PACKAGES:=kmod-ath9k wpad-mini
define Profile/TLWR941NDV4
NAME:=TP-LINK TL-WR941ND v4
PACKAGES:=kmod-ath9k wpad-mini
This page took
0.019505 seconds
and
4
git commands to generate.