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>
v19.07.3_mercusys_ac12_duma
Bjørn Mork 7 years ago committed by Mathias Kresin
parent 73e8fcf894
commit f922b0c191

@ -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))

Loading…
Cancel
Save