diff options
author | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-21 08:35:22 +0000 |
---|---|---|
committer | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-21 08:35:22 +0000 |
commit | c0bff5007c7957ed3753b6ae70d69eeee912b82f (patch) | |
tree | 9247c0c1cca8fd36cdea5510177e495a14d5da4a /package/kernel/modules | |
parent | 3f47f267e06942b26cba3bc17f0867f4dd73001e (diff) |
[package] kernel/modules: Fix CH341 USB-to-serial description (#8097)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23563 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules')
-rw-r--r-- | package/kernel/modules/usb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index a94e7f8d9..781568f78 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -297,7 +297,7 @@ define KernelPackage/usb-serial-ch341 $(call AddDepends/usb-serial) endef -define KernelPackage/usb-serial-belkin/description +define KernelPackage/usb-serial-ch341/description Kernel support for Winchiphead CH341 USB-to-Serial converters endef |