[OpenWrt-Devel] [PATCH] kernel: fix MBIM description
Bjørn Mork
bjorn at mork.no
Thu Oct 17 04:30:02 EDT 2019
Signed-off-by: Bjørn Mork <bjorn at mork.no>
---
Trivial fix for cutnpaste error...
But looking at all these kmod package descriptions I wonder if we
shouldn't just auto-generate them all based on the kernel Kconfig?
Maybe just use the one-line "tristate" description with an
appropriate prefix making it an OpenWrt kmod package description.
Not that the kernel descriptions are always perfect. But it's better
to fix any problems with them than inventing our own alternative
descriptions.
Bjørn
package/kernel/linux/modules/usb.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index 0493e60d83c0..45c409f4cb05 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/package/kernel/linux/modules/usb.mk
@@ -1399,7 +1399,7 @@ define KernelPackage/usb-net-cdc-mbim
endef
define KernelPackage/usb-net-cdc-mbim/description
- Kernel module for Option USB High Speed Mobile Devices
+ Kernel module for CDC MBIM (Mobile Broadband Interface Model) devices
endef
$(eval $(call KernelPackage,usb-net-cdc-mbim))
--
2.20.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list