summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-21 15:54:08 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-02-21 15:54:35 -0800
commitc81d818af66c2c30f1d4a7baaa1f1e0cf231f258 (patch)
tree355186307ed468357c63467ddc7b993fccc7ecfb /Library
parentcb6e2ccf1e636ee709c709d68b379efe14540303 (diff)
Give a name to the firmware package.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/firmware.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/firmware.sh b/Library/firmware.sh
index 53543ba..3628e5b 100755
--- a/Library/firmware.sh
+++ b/Library/firmware.sh
@@ -88,7 +88,7 @@ EOF
# }}}
if [[ ${cpu} == arm ]]; then
- pseudo "firmware" "${version}" "almost impressive Apple frameworks"
+ pseudo "firmware" "${version}" "almost impressive Apple frameworks" "iOS Firmware"
while [[ 1 ]]; do
gssc=$(gssc 2>&1)