diff options
Diffstat (limited to 'Library/firmware.sh')
-rwxr-xr-x | Library/firmware.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/firmware.sh b/Library/firmware.sh index 3e64e5c..53543ba 100755 --- a/Library/firmware.sh +++ b/Library/firmware.sh @@ -106,6 +106,10 @@ EOF / 0$/ d; ' | while read -r name value; do pseudo "gsc.${name}" "${value}" "virtual GraphicsServices dependency" + + if [[ ${name} == ipad ]]; then + pseudo "gsc.wildcat" "${value}" "virtual virtual GraphicsServices dependency" + fi done fi |