summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/router_le/profiles/Compex.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-01-29 10:33:34 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-01-29 10:33:34 +0000
commitfb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d (patch)
tree45fed39049f4ae97495a78376205e46af2b334a8 /target/linux/adm5120/router_le/profiles/Compex.mk
parent6b545cff1d200234de39fa3b8b2265f892e20e98 (diff)
downloadmaster-31e0f0ae-fb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d.tar.gz
master-31e0f0ae-fb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d.tar.bz2
master-31e0f0ae-fb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d.zip
image generation cleanups * make image generation makefiles simpler * remove unused profiles * generate images for the Cellvision CAS-xxx/NFS-xxx devices
SVN-Revision: 10309
Diffstat (limited to 'target/linux/adm5120/router_le/profiles/Compex.mk')
-rw-r--r--target/linux/adm5120/router_le/profiles/Compex.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/adm5120/router_le/profiles/Compex.mk b/target/linux/adm5120/router_le/profiles/Compex.mk
index 31ee31ea81..4307b4ffd3 100644
--- 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
-define Profile/WP54G
- NAME:=Compex WP54G family
+define Profile/WP54
+ NAME:=Compex WP54 family
PACKAGES:=kmod-madwifi
endef
-define Profile/WP54G/Description
- Package set optimized for the Compex WP54G family.
+define Profile/WP54/Description
+ Package set optimized for the Compex WP54 family.
endef
$(eval $(call Profile,NP27G))
$(eval $(call Profile,NP28G))
-$(eval $(call Profile,WP54G))
+$(eval $(call Profile,WP54))