at91: fix typo in usb kernel module makefile
authorJohn Crispin <john@openwrt.org>
Tue, 19 Jan 2016 10:15:26 +0000 (10:15 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 19 Jan 2016 10:15:26 +0000 (10:15 +0000)
Fix a typo with generating the package description

Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
SVN-Revision: 48352

target/linux/at91/modules.mk

index 3969450e8d575be4fcdb2054c1dabed84ffd1c94..0517698f8c61a3ed2eeec09aa1f963faddee3ddf 100644 (file)
@@ -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