diff options
Diffstat (limited to 'openwrt/target/linux/control')
5 files changed, 30 insertions, 0 deletions
diff --git a/openwrt/target/linux/control/kmod-usb-serial-belkin.control b/openwrt/target/linux/control/kmod-usb-serial-belkin.control new file mode 100644 index 000000000..708cc4435 --- /dev/null +++ b/openwrt/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/openwrt/target/linux/control/kmod-usb-serial-ftdi.control b/openwrt/target/linux/control/kmod-usb-serial-ftdi.control new file mode 100644 index 000000000..16bcdca25 --- /dev/null +++ b/openwrt/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/openwrt/target/linux/control/kmod-usb-serial-mct-u232.control b/openwrt/target/linux/control/kmod-usb-serial-mct-u232.control new file mode 100644 index 000000000..00f2038bf --- /dev/null +++ b/openwrt/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/openwrt/target/linux/control/kmod-usb-serial-pl2303.control b/openwrt/target/linux/control/kmod-usb-serial-pl2303.control new file mode 100644 index 000000000..bccbdd892 --- /dev/null +++ b/openwrt/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/openwrt/target/linux/control/kmod-usb-serial.control b/openwrt/target/linux/control/kmod-usb-serial.control new file mode 100644 index 000000000..dda5f9d01 --- /dev/null +++ b/openwrt/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 |