projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a3dace
)
at91: fix typo in usb kernel module makefile
author
John Crispin
<john@openwrt.org>
Tue, 19 Jan 2016 10:15:26 +0000
(10:15 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/target/linux/at91/modules.mk
b/target/linux/at91/modules.mk
index 3969450e8d575be4fcdb2054c1dabed84ffd1c94..0517698f8c61a3ed2eeec09aa1f963faddee3ddf 100644
(file)
--- 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-
a
dc/description
+define KernelPackage/at91-
u
dc/description
Kernel module to use the USB Device controller for Atmel AT91
endef