projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] explicitely enable bootmem on 2.6.35 - required by crashlog (#7695)
[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
7efb1a3
..
6e55772
100644
(file)
--- a/
target/linux/ar71xx/generic/profiles/tp-link.mk
+++ b/
target/linux/ar71xx/generic/profiles/tp-link.mk
@@
-5,6
+5,17
@@
# See /LICENSE for more information.
#
# See /LICENSE for more information.
#
+define Profile/TLWA901NDV1
+ NAME:=TP-LINK TL-WA901ND v1
+ PACKAGES:=kmod-ath9k wpad-mini
+endef
+
+define Profile/TLWA901NDV1/Description
+ Package set optimized for the TP-LINK TL-WA901ND v1.
+endef
+
+$(eval $(call Profile,TLWA901NDV1))
+
define Profile/TLWR741NDV1
NAME:=TP-LINK TL-WR741ND v1
PACKAGES:=kmod-ath9k wpad-mini
define Profile/TLWR741NDV1
NAME:=TP-LINK TL-WR741ND v1
PACKAGES:=kmod-ath9k wpad-mini
This page took
0.026884 seconds
and
4
git commands to generate.