瀏覽代碼

at91: fix typo in usb kernel module makefile

Fix a typo with generating the package description

Signed-off-by: Ben Whitten <[email protected]>

SVN-Revision: 48352
John Crispin 9 年之前
父節點
當前提交
0007d435ec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/at91/modules.mk

+ 1 - 1
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