projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: create sysupgrade file for the WZR-HP-G300NH
[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
8df0050
..
1b9cace
100644
(file)
--- a/
target/linux/ar71xx/profiles/tp-link.mk
+++ b/
target/linux/ar71xx/profiles/tp-link.mk
@@
-7,6
+7,7
@@
define Profile/TLWR741NDV1
NAME:=TP-LINK TL-WR741ND v1
define Profile/TLWR741NDV1
NAME:=TP-LINK TL-WR741ND v1
+ PACKAGES:=kmod-ath9k hostapd-mini
endef
define Profile/TLWR741NDV1/Description
endef
define Profile/TLWR741NDV1/Description
@@
-15,6
+16,17
@@
endef
$(eval $(call Profile,TLWR741NDV1))
$(eval $(call Profile,TLWR741NDV1))
+define Profile/TLWR841NV15
+ NAME:=TP-LINK TL-WR841N v1.5
+ PACKAGES:=kmod-ath9k hostapd-mini
+endef
+
+define Profile/TLWR841NV15/Description
+ Package set optimized for the TP-LINK TL-WR841N v1.5.
+endef
+
+$(eval $(call Profile,TLWR841NV15))
+
define Profile/TLWR841NDV3
NAME:=TP-LINK TL-WR841ND v3
PACKAGES:=kmod-ath9k hostapd-mini
define Profile/TLWR841NDV3
NAME:=TP-LINK TL-WR841ND v3
PACKAGES:=kmod-ath9k hostapd-mini
This page took
0.021195 seconds
and
4
git commands to generate.