projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d4d295
)
kernel: kmod-usb-serial-keyspan: fix dependencies
author
Hauke Mehrtens
<hauke@openwrt.org>
Thu, 5 Sep 2013 19:39:55 +0000
(19:39 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Thu, 5 Sep 2013 19:39:55 +0000
(19:39 +0000)
This fixes the following error:
keyspan: Unknown symbol ezusb_fx1_ihex_firmware_download (err 0)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37899
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/linux/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/usb.mk
b/package/kernel/linux/modules/usb.mk
index
5ba740c
..
814d596
100644
(file)
--- a/
package/kernel/linux/modules/usb.mk
+++ b/
package/kernel/linux/modules/usb.mk
@@
-538,7
+538,7
@@
define KernelPackage/usb-serial-keyspan
FILES:= \
$(LINUX_DIR)/drivers/usb/serial/keyspan.ko \
$(wildcard $(LINUX_DIR)/drivers/usb/misc/ezusb.ko)
- AUTOLOAD:=$(call AutoLoad,65,keyspan)
+ AUTOLOAD:=$(call AutoLoad,65,
ezusb
keyspan)
$(call AddDepends/usb-serial)
endef