diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-04 21:09:40 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-04 21:09:40 +0000 |
commit | 9caa4454f7c8e7b84b6884bb2c2d31a3a82793e7 (patch) | |
tree | eb67f5df76c88d4f043cec9e30c36bd8c77c759d /target/linux/control | |
parent | 9eb3115aa956536722a703e39e57ce78e3bacf11 (diff) | |
download | upstream-9caa4454f7c8e7b84b6884bb2c2d31a3a82793e7.tar.gz upstream-9caa4454f7c8e7b84b6884bb2c2d31a3a82793e7.tar.bz2 upstream-9caa4454f7c8e7b84b6884bb2c2d31a3a82793e7.zip |
add initial support for some USB-to-serial converters
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1848 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/control')
5 files changed, 30 insertions, 0 deletions
diff --git a/target/linux/control/kmod-usb-serial-belkin.control b/target/linux/control/kmod-usb-serial-belkin.control new file mode 100644 index 0000000000..708cc44351 --- /dev/null +++ b/target/linux/control/kmod-usb-serial-belkin.control @@ -0,0 +1,6 @@ +Package: kmod-usb-serial-belkin +Priority: optional +Section: sys +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org> +Source: buildroot internal +Description: Kernel Support for Belkin USB-to-Serial converters diff --git a/target/linux/control/kmod-usb-serial-ftdi.control b/target/linux/control/kmod-usb-serial-ftdi.control new file mode 100644 index 0000000000..16bcdca254 --- /dev/null +++ b/target/linux/control/kmod-usb-serial-ftdi.control @@ -0,0 +1,6 @@ +Package: kmod-usb-serial-ftdi +Priority: optional +Section: sys +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org> +Source: buildroot internal +Description: Kernel Support for FTDI USB-to-Serial converters diff --git a/target/linux/control/kmod-usb-serial-mct-u232.control b/target/linux/control/kmod-usb-serial-mct-u232.control new file mode 100644 index 0000000000..00f2038bf0 --- /dev/null +++ b/target/linux/control/kmod-usb-serial-mct-u232.control @@ -0,0 +1,6 @@ +Package: kmod-usb-serial-mct-u232 +Priority: optional +Section: sys +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org> +Source: buildroot internal +Description: Kernel Support for Magic Control Technology USB-to-Serial converters diff --git a/target/linux/control/kmod-usb-serial-pl2303.control b/target/linux/control/kmod-usb-serial-pl2303.control new file mode 100644 index 0000000000..bccbdd8924 --- /dev/null +++ b/target/linux/control/kmod-usb-serial-pl2303.control @@ -0,0 +1,6 @@ +Package: kmod-usb-serial-pl2303 +Priority: optional +Section: sys +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org> +Source: buildroot internal +Description: Kernel Support for Prolific PL2303 USB-to-Serial converters diff --git a/target/linux/control/kmod-usb-serial.control b/target/linux/control/kmod-usb-serial.control new file mode 100644 index 0000000000..dda5f9d01a --- /dev/null +++ b/target/linux/control/kmod-usb-serial.control @@ -0,0 +1,6 @@ +Package: kmod-usb-serial +Priority: optional +Section: sys +Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org> +Source: buildroot internal +Description: Kernel Support for USB-to-Serial converters |