diff options
author | John Crispin <john@openwrt.org> | 2016-01-19 10:15:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-19 10:15:26 +0000 |
commit | 0007d435ec0b6fe25c1dd17509563b0ad55c4b6c (patch) | |
tree | 57082c06dd086311fc0f323790be66e01f6bb8f0 /target | |
parent | 7a3dacef988ffc619d4a1faed80d05177980c498 (diff) | |
download | upstream-0007d435ec0b6fe25c1dd17509563b0ad55c4b6c.tar.gz upstream-0007d435ec0b6fe25c1dd17509563b0ad55c4b6c.tar.bz2 upstream-0007d435ec0b6fe25c1dd17509563b0ad55c4b6c.zip |
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
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/at91/modules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/modules.mk b/target/linux/at91/modules.mk index 3969450e8d..0517698f8c 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 |