mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
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:
@@ -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)", "")
|
||||
|
||||
Reference in New Issue
Block a user