1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 20:32:21 +03:00

[mac80211] fix p54usb firmware installation (#6260)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18615 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-11-30 21:26:12 +00:00
parent 98a4123863
commit 59008615d8

View File

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