summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/router_le
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-10-05 08:29:58 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-10-05 08:29:58 +0000
commit57b20f25621b05e6cf2bafb69ddf208eacc1e57f (patch)
treebdcf1033d15a77864c3ac834a9a62e7c44e417e2 /target/linux/adm5120/router_le
parent2e5ae70cc58999a009a99100af7411eeae442424 (diff)
downloadmaster-31e0f0ae-57b20f25621b05e6cf2bafb69ddf208eacc1e57f.tar.gz
master-31e0f0ae-57b20f25621b05e6cf2bafb69ddf208eacc1e57f.tar.bz2
master-31e0f0ae-57b20f25621b05e6cf2bafb69ddf208eacc1e57f.zip
remove dashes from profile names
SVN-Revision: 9132
Diffstat (limited to 'target/linux/adm5120/router_le')
-rw-r--r--target/linux/adm5120/router_le/profiles/Cellvision.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/adm5120/router_le/profiles/Cellvision.mk b/target/linux/adm5120/router_le/profiles/Cellvision.mk
index ca3696d82f..44656ffe99 100644
--- a/target/linux/adm5120/router_le/profiles/Cellvision.mk
+++ b/target/linux/adm5120/router_le/profiles/Cellvision.mk
@@ -5,23 +5,23 @@
# See /LICENSE for more information.
#
-define Profile/CAS-771
+define Profile/CAS771
NAME:=Cellvision CAS-771 IP camera
PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
endef
-define Profile/CAS-771/Description
+define Profile/CAS771/Description
Package set optimized for the Cellvision CAS-771 device.
endef
-define Profile/CAS-771W
+define Profile/CAS771W
NAME:=Cellvision CAS-771W IP camera
PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500
endef
-define Profile/CAS-771W/Description
+define Profile/CAS771W/Description
Package set optimized for the Cellvision CAS-771W device.
endef
-$(eval $(call Profile,CAS-771))
-$(eval $(call Profile,CAS-771W))
+$(eval $(call Profile,CAS771))
+$(eval $(call Profile,CAS771W))