diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-12 22:29:31 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-12 22:29:31 +0000 |
commit | 7e2e2130e39f427dbc5e4b696cdbc5b1aa0d43c3 (patch) | |
tree | 81aa4d0af5acd2576947b92df96befb5222f21d9 /target/linux/adm5120-2.6 | |
parent | 98b34c0ea448427a1d18ce2bafac645534b7e442 (diff) | |
download | upstream-7e2e2130e39f427dbc5e4b696cdbc5b1aa0d43c3.tar.gz upstream-7e2e2130e39f427dbc5e4b696cdbc5b1aa0d43c3.tar.bz2 upstream-7e2e2130e39f427dbc5e4b696cdbc5b1aa0d43c3.zip |
Include ohci ehci and a better copyright date and description for the cellvision profile
SVN-Revision: 7602
Diffstat (limited to 'target/linux/adm5120-2.6')
-rw-r--r-- | target/linux/adm5120-2.6/profiles/Cellvision.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/adm5120-2.6/profiles/Cellvision.mk b/target/linux/adm5120-2.6/profiles/Cellvision.mk index 659964792b..a6ac0ad596 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)) |