brcmfmac_sdio-firmware-aml: fix install path after PR1835

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2017-10-13 11:31:19 +02:00
parent 50343d62dc
commit dfa8e86151
2 changed files with 3 additions and 14 deletions

View File

@ -31,3 +31,6 @@ PKG_LONGDESC="Firmware for Broadcom Bluetooth devices used in some Amlogic based
PKG_IS_ADDON="no" PKG_IS_ADDON="no"
PKG_AUTORECONF="no" PKG_AUTORECONF="no"
makeinstall_target() {
DESTDIR=$INSTALL/$(get_kernel_overlay_dir) make install
}

View File

@ -1,14 +0,0 @@
diff -Naur a/Makefile b/Makefile
--- a/Makefile 2014-10-07 14:00:34.000000000 -0700
+++ b/Makefile 2016-12-06 11:24:34.855522455 -0800
@@ -15,8 +15,8 @@
install:
mkdir -p $(DESTDIR)/usr/bin
cp -P $(PROG) $(DESTDIR)/usr/bin
- mkdir -p $(DESTDIR)/lib/firmware
- cp -PR firmware/brcm $(DESTDIR)/lib/firmware/
+ mkdir -p $(DESTDIR)/usr/lib/firmware
+ cp -PR firmware/brcm $(DESTDIR)/usr/lib/firmware/
clean:
rm -f $(PROG)