projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: rename TL-WRx41 images, because newer factory web interface does
[openwrt.git]
/
target
/
linux
/
ar71xx
/
profiles
/
linksys.mk
diff --git
a/target/linux/ar71xx/profiles/linksys.mk
b/target/linux/ar71xx/profiles/linksys.mk
index
8c7f30e
..
ca2b6cc
100644
(file)
--- a/
target/linux/ar71xx/profiles/linksys.mk
+++ b/
target/linux/ar71xx/profiles/linksys.mk
@@
-5,6
+5,15
@@
# See /LICENSE for more information.
#
# See /LICENSE for more information.
#
+define Profile/WRT160NL
+ NAME:=Linksys WRT160NL
+ PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig
+endef
+
+define Profile/WRT160NL/Description
+ Package set optimized for the Linksys WRT160NL.
+endef
+
define Profile/WRT400N
NAME:=Linksys WRT400N
PACKAGES:=kmod-ath9k hostapd-mini
define Profile/WRT400N
NAME:=Linksys WRT400N
PACKAGES:=kmod-ath9k hostapd-mini
@@
-14,4
+23,5
@@
define Profile/WRT400N/Description
Package set optimized for the Linksys WRT400N.
endef
Package set optimized for the Linksys WRT400N.
endef
+$(eval $(call Profile,WRT160NL))
$(eval $(call Profile,WRT400N))
$(eval $(call Profile,WRT400N))
This page took
0.027948 seconds
and
4
git commands to generate.