diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-24 15:19:41 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-24 15:19:41 -0800 |
commit | ab7d3c400b2792d99c58d1585d74b07b5e3dd995 (patch) | |
tree | 6ae98201515d69cf97be461a051af7e9b637dc2a /Library/firmware.sh | |
parent | 02567349a763be5f8ccd47ca7429c6162f5df2ef (diff) |
Apple renamed gsc.wildcat to gsc.ipad: let's make certain both work.
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 |