diff options
author | Bjørn Mork <bjorn@mork.no> | 2017-11-10 19:57:23 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-11-16 22:56:54 +0100 |
commit | f922b0c191e5cb831b51968c0e88176f7484adef (patch) | |
tree | 3f918666c2e2865ee28ea31bf82ec8523009ccd5 /package/kernel/linux | |
parent | 73e8fcf894ce641425a9d1351e88327fb4c42198 (diff) | |
download | upstream-f922b0c191e5cb831b51968c0e88176f7484adef.tar.gz upstream-f922b0c191e5cb831b51968c0e88176f7484adef.tar.bz2 upstream-f922b0c191e5cb831b51968c0e88176f7484adef.zip |
kernel: pull edgeport firmware from linux-firmware repo
The kernel firmware/ is going away, so pull this firmware
from the linux-firmware git repo instead. No actual changes
to the installed files.
Signed-off-by: Bjørn Mork <bjorn@mork.no>
Diffstat (limited to 'package/kernel/linux')
-rw-r--r-- | package/kernel/linux/modules/usb.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index bb8aeb0ce4..d1fb5f4cd2 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -509,6 +509,7 @@ define KernelPackage/usb-serial-edgeport FILES:=$(LINUX_DIR)/drivers/usb/serial/io_edgeport.ko AUTOLOAD:=$(call AutoProbe,io_edgeport) $(call AddDepends/usb-serial) + DEPENDS+=+edgeport-firmware endef define KernelPackage/usb-serial-edgeport/description @@ -531,14 +532,6 @@ define KernelPackage/usb-serial-edgeport/description Edgeport/16 Dual endef -define KernelPackage/usb-serial-edgeport/install - $(INSTALL_DIR) $(1)/lib/firmware/edgeport - $(INSTALL_DATA) $(LINUX_DIR)/firmware/edgeport/boot.fw $(1)/lib/firmware/edgeport/ - $(INSTALL_DATA) $(LINUX_DIR)/firmware/edgeport/boot2.fw $(1)/lib/firmware/edgeport/ - $(INSTALL_DATA) $(LINUX_DIR)/firmware/edgeport/down.fw $(1)/lib/firmware/edgeport/ - $(INSTALL_DATA) $(LINUX_DIR)/firmware/edgeport/down2.fw $(1)/lib/firmware/edgeport/ -endef - $(eval $(call KernelPackage,usb-serial-edgeport)) |