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>
This commit is contained in:
parent
73e8fcf894
commit
f922b0c191
1 changed files with 1 additions and 8 deletions
|
@ -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…
Reference in a new issue