From: florian Date: Tue, 12 Jun 2007 22:29:31 +0000 (+0000) Subject: Include ohci ehci and a better copyright date and description for the cellvision... X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/edd500a49d9454ff072c5bec10715b43a65edf81 Include ohci ehci and a better copyright date and description for the cellvision profile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7602 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/adm5120-2.6/profiles/Cellvision.mk b/target/linux/adm5120-2.6/profiles/Cellvision.mk index 659964792..a6ac0ad59 100644 --- a/target/linux/adm5120-2.6/profiles/Cellvision.mk +++ b/target/linux/adm5120-2.6/profiles/Cellvision.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,10 +7,10 @@ define Profile/Cellvision NAME:=Cellvision CAS-63x/77x cameras - PACKAGES:=kmod-rt2500 kmod-cpia2 kmod-usb-audio + PACKAGES:=kmod-rt2500 kmod-cpia2 kmod-usb-ohci kmod-ehci-hcd kmod-usb-audio endef define Profile/Cellvision/Description - Package set compatible with the Cellvision CAS devices. + Package set compatible with the Cellvision CAS devices, including Wireless variants. endef $(eval $(call Profile,Cellvision))