projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
adm5120
/
router_be
/
profiles
/
200-ZyXEL.mk
diff --git
a/target/linux/adm5120/router_be/profiles/200-ZyXEL.mk
b/target/linux/adm5120/router_be/profiles/200-ZyXEL.mk
index
0af5613
..
4ce8eca
100644
(file)
--- a/
target/linux/adm5120/router_be/profiles/200-ZyXEL.mk
+++ b/
target/linux/adm5120/router_be/profiles/200-ZyXEL.mk
@@
-5,23
+5,23
@@
# See /LICENSE for more information.
#
# See /LICENSE for more information.
#
-define Profile/P
-
334WT
- NAME:=ZyXEL Prestige
P-
334WT
+define Profile/P334WT
+ NAME:=ZyXEL Prestige 334WT
PACKAGES:=kmod-acx
endef
PACKAGES:=kmod-acx
endef
-define Profile/P
-
334WT/Description
- Package set optimized for the ZyXEL Prestige
P-
334WT board.
+define Profile/P334WT/Description
+ Package set optimized for the ZyXEL Prestige 334WT board.
endef
endef
-define Profile/P
-
335WT
- NAME:=ZyXEL Prestige
P-
335WT
+define Profile/P335WT
+ NAME:=ZyXEL Prestige 335WT
PACKAGES:=kmod-acx kmod-usb-core kmod-usb-adm5120
endef
PACKAGES:=kmod-acx kmod-usb-core kmod-usb-adm5120
endef
-define Profile/P
-
335WT/Description
- Package set optimized for the ZyXEL Prestige
P-
335WT board.
+define Profile/P335WT/Description
+ Package set optimized for the ZyXEL Prestige 335WT board.
endef
endef
-$(eval $(call Profile,P
-
334WT))
-$(eval $(call Profile,P
-
335WT))
+$(eval $(call Profile,P334WT))
+$(eval $(call Profile,P335WT))
This page took
0.024215 seconds
and
4
git commands to generate.