projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: add a profile and build image for the OM2P board
[openwrt.git]
/
target
/
linux
/
ar71xx
/
generic
/
profiles
/
tp-link.mk
diff --git
a/target/linux/ar71xx/generic/profiles/tp-link.mk
b/target/linux/ar71xx/generic/profiles/tp-link.mk
index
f5a7a24
..
ba55f3e
100644
(file)
--- a/
target/linux/ar71xx/generic/profiles/tp-link.mk
+++ b/
target/linux/ar71xx/generic/profiles/tp-link.mk
@@
-27,6
+27,17
@@
endef
$(eval $(call Profile,TLMR3420V1))
$(eval $(call Profile,TLMR3420V1))
+define Profile/TLWR703NV1
+ NAME:=TP-LINK TL-WR703N v1
+ PACKAGES:=kmod-usb-core kmod-usb2
+endef
+
+define Profile/TLWR703NV1/Description
+ Package set optimized for the TP-LINK TL-WR703N v1.
+endef
+
+$(eval $(call Profile,TLWR703NV1))
+
define Profile/TLWA901NDV1
NAME:=TP-LINK TL-WA901ND v1
PACKAGES:=
define Profile/TLWA901NDV1
NAME:=TP-LINK TL-WA901ND v1
PACKAGES:=
@@
-84,6
+95,17
@@
endef
$(eval $(call Profile,TLWR740NV3))
$(eval $(call Profile,TLWR740NV3))
+define Profile/TLWR743NDV1
+ NAME:=TP-LINK TL-WR743ND v1
+ PACKAGES:=
+endef
+
+define Profile/TLWR743NDV1/Description
+ Package set optimized for the TP-LINK TL-WR743ND v1.
+endef
+
+$(eval $(call Profile,TLWR743NDV1))
+
define Profile/TLWR841NV15
NAME:=TP-LINK TL-WR841N v1.5
PACKAGES:=
define Profile/TLWR841NV15
NAME:=TP-LINK TL-WR841N v1.5
PACKAGES:=
This page took
0.026106 seconds
and
4
git commands to generate.