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_le
/
profiles
/
Compex.mk
diff --git
a/target/linux/adm5120/router_le/profiles/Compex.mk
b/target/linux/adm5120/router_le/profiles/Compex.mk
index
31ee31e
..
4307b4f
100644
(file)
--- a/
target/linux/adm5120/router_le/profiles/Compex.mk
+++ b/
target/linux/adm5120/router_le/profiles/Compex.mk
@@
-23,15
+23,15
@@
define Profile/NP28G/Description
Package set optimized for the Compex NP28G.
endef
Package set optimized for the Compex NP28G.
endef
-define Profile/WP54
G
- NAME:=Compex WP54
G
family
+define Profile/WP54
+ NAME:=Compex WP54 family
PACKAGES:=kmod-madwifi
endef
PACKAGES:=kmod-madwifi
endef
-define Profile/WP54
G
/Description
- Package set optimized for the Compex WP54
G
family.
+define Profile/WP54/Description
+ Package set optimized for the Compex WP54 family.
endef
$(eval $(call Profile,NP27G))
$(eval $(call Profile,NP28G))
endef
$(eval $(call Profile,NP27G))
$(eval $(call Profile,NP28G))
-$(eval $(call Profile,WP54
G
))
+$(eval $(call Profile,WP54))
This page took
0.027177 seconds
and
4
git commands to generate.