projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: add profile and build image for the TEW-673GRU board
[openwrt.git]
/
target
/
linux
/
ar71xx
/
generic
/
profiles
/
trendnet.mk
diff --git
a/target/linux/ar71xx/generic/profiles/trendnet.mk
b/target/linux/ar71xx/generic/profiles/trendnet.mk
index
20a08f3
..
4b1bc1f
100644
(file)
--- a/
target/linux/ar71xx/generic/profiles/trendnet.mk
+++ b/
target/linux/ar71xx/generic/profiles/trendnet.mk
@@
-7,7
+7,7
@@
define Profile/TEW632BRP
NAME:=TRENDNet TEW-632BRP
define Profile/TEW632BRP
NAME:=TRENDNet TEW-632BRP
- PACKAGES:=
kmod-ath9k wpad-mini
+ PACKAGES:=
endef
define Profile/TEW632BRP/Description
endef
define Profile/TEW632BRP/Description
@@
-18,7
+18,7
@@
$(eval $(call Profile,TEW632BRP))
define Profile/TEW652BRP
NAME:=TRENDNet TEW-652BRP
define Profile/TEW652BRP
NAME:=TRENDNet TEW-652BRP
- PACKAGES:=
kmod-ath9k
+ PACKAGES:=
endef
define Profile/TEW652BRP/Description
endef
define Profile/TEW652BRP/Description
@@
-26,3
+26,14
@@
define Profile/TEW652BRP/Description
endef
$(eval $(call Profile,TEW652BRP))
endef
$(eval $(call Profile,TEW652BRP))
+
+define Profile/TEW673GRU
+ NAME:=TRENDNet TEW-673GRU
+ PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
+endef
+
+define Profile/TEW673GRU/Description
+ Package set optimized for the TRENDNet TEW-673GRU.
+endef
+
+$(eval $(call Profile,TEW673GRU))
This page took
0.022751 seconds
and
4
git commands to generate.