aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-01-19 10:15:26 +0000
committerJohn Crispin <blogic@openwrt.org>2016-01-19 10:15:26 +0000
commit83135dfbfba33140c744a83041780e708607c79a (patch)
treebc3b4601126243fc3ec565beb7dec8c57787acf1 /target/linux/at91
parent7182d15cee95e4b2c6c3411b664f8753a56e10b6 (diff)
downloadmaster-187ad058-83135dfbfba33140c744a83041780e708607c79a.tar.gz
master-187ad058-83135dfbfba33140c744a83041780e708607c79a.tar.bz2
master-187ad058-83135dfbfba33140c744a83041780e708607c79a.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48352 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91')
-rw-r--r--target/linux/at91/modules.mk2
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