projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
switch: suppress boot error message on 2.4
[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
09fbcc9
..
ffb3b9e
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/TLWR941NDV4
+ NAME:=TP-LINK TL-WR941ND v4
+ PACKAGES:=kmod-ath9k wpad-mini
+endef
+
+define Profile/TLWR941NDV4/Description
+ Package set optimized for the TP-LINK TL-WR941ND v4.
+endef
+
+$(eval $(call Profile,TLWR941NDV4))
+
define Profile/TLWR1043NDV1
NAME:=TP-LINK TL-WR1043ND v1
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2
define Profile/TLWR1043NDV1
NAME:=TP-LINK TL-WR1043ND v1
PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2
This page took
0.020601 seconds
and
4
git commands to generate.