From a2637149367188defffb5bcf69e3437f90912798 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 30 Nov 2009 21:26:12 +0000 Subject: [PATCH] fix p54usb firmware installation (#6260) SVN-Revision: 18615 --- package/mac80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 4ee955574e..dced1107c3 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -637,7 +637,7 @@ endef define KernelPackage/p54-usb/install $(INSTALL_DIR) $(1)/lib/firmware - $(INSTALL_DATA) $(DL_DIR)/$(P54USBFW) $(1)/lib/firmware/isl3886usb + $(INSTALL_DATA) $(DL_DIR)/$(P54USBFW) $(1)/lib/firmware/isl3887usb endef define KernelPackage/rt61-pci/install -- 2.25.1