[OpenWrt-Devel] [PATCH 5/5] at91: fix typo in usb kernel module makefile
Ben Whitten
ben.whitten at gmail.com
Sat Jan 16 12:01:04 EST 2016
Fix a typo with generating the package description
Signed-off-by: Ben Whitten <ben.whitten at gmail.com>
---
target/linux/at91/modules.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/at91/modules.mk b/target/linux/at91/modules.mk
index 3969450..0517698 100644
--- a/target/linux/at91/modules.mk
+++ b/target/linux/at91/modules.mk
@@ -63,7 +63,7 @@ endif
AUTOLOAD:=$(call AutoLoad,51,at91_udc)
endef
-define KernelPackage/at91-adc/description
+define KernelPackage/at91-udc/description
Kernel module to use the USB Device controller for Atmel AT91
endef
--
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list