mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: kmod-usb-serial-keyspan: fix dependencies
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user