at91: fix typo in usb kernel module makefile

Fix a typo with generating the package description

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

SVN-Revision: 48352
lede-17.01
John Crispin 2016-01-19 10:15:26 +00:00
parent 7a3dacef98
commit 0007d435ec
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ endif
AUTOLOAD:=$(call AutoLoad,51,at91_udc) AUTOLOAD:=$(call AutoLoad,51,at91_udc)
endef endef
define KernelPackage/at91-adc/description define KernelPackage/at91-udc/description
Kernel module to use the USB Device controller for Atmel AT91 Kernel module to use the USB Device controller for Atmel AT91
endef endef