at91: fix typo in usb kernel module makefile
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 19 Jan 2016 10:15:26 +0000 (10:15 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48352 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/at91/modules.mk

index 3969450..0517698 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