Firmware extraction update for Mac OS X 10.11.3

This patch set updates the firmware download and extraction scripts
to work with the OS X El Capitan 10.11.3 Update:

https://support.apple.com/downloads/DL1858
https://support.apple.com/downloads/DL1858/en_US/osxupd10.11.3.dmg

Fixes: https://github.com/patjak/bcwc_pcie/issues/62
Signed-off-by: Jan Hilberath <jan@hilberath.de>
This commit is contained in:
Jan Hilberath
2016-03-10 22:59:21 +09:00
parent 8cc44d67f3
commit 1aa456e00a
2 changed files with 11 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
SHELL = /bin/bash
DMG:=osxupd10.11.2.dmg
DMG:=osxupd10.11.3.dmg
OSX_DRV:=AppleCameraInterface
OSX_DRV_DIR:=System/Library/Extensions/AppleCameraInterface.kext/Contents/MacOS
RANGE:=420107885-421933300
RANGE:=187085540-191012220
URL:=https://support.apple.com/downloads/DL1849/en_US/$(DMG)
URL:=https://support.apple.com/downloads/DL1858/en_US/$(DMG)
FILE:=$(OSX_DRV_DIR)/$(OSX_DRV)
ifneq ("$(wildcard /usr/lib/firmware)", "")