summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-11-24 15:19:41 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2010-11-24 15:19:41 -0800
commitab7d3c400b2792d99c58d1585d74b07b5e3dd995 (patch)
tree6ae98201515d69cf97be461a051af7e9b637dc2a /Library
parent02567349a763be5f8ccd47ca7429c6162f5df2ef (diff)
Apple renamed gsc.wildcat to gsc.ipad: let's make certain both work.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/firmware.sh4
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