Automatic whitespace cleanup. No functional change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36535 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
#
|
#
|
||||||
# Synopsis:
|
# Synopsis:
|
||||||
# Provide a mechanism for end-users to install various firmwares for wireless
|
# Provide a mechanism for end-users to install various firmwares for wireless
|
||||||
# network cards in a manner that complies with their individual licenses.
|
# network cards in a manner that complies with their individual licenses.
|
||||||
#
|
#
|
||||||
# Supported chipsets:
|
# Supported chipsets:
|
||||||
# Intel ipw2100
|
# Intel ipw2100
|
||||||
# Intel ipw2200/2225/2915
|
# Intel ipw2200/2225/2915
|
||||||
@@ -37,15 +37,15 @@ function DisplayAlert()
|
|||||||
case "${result}" in
|
case "${result}" in
|
||||||
"$VIEW")
|
"$VIEW")
|
||||||
ViewLicenses ;
|
ViewLicenses ;
|
||||||
DisplayAlert ;
|
DisplayAlert ;
|
||||||
;;
|
;;
|
||||||
"$ABORT")
|
"$ABORT")
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
"$OK")
|
"$OK")
|
||||||
InstallAllFirmwares ;
|
InstallAllFirmwares ;
|
||||||
exit 0 ;
|
exit 0 ;
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@ function ViewLicenses()
|
|||||||
|
|
||||||
EOF
|
EOF
|
||||||
cat "$intelLicense" >> $license
|
cat "$intelLicense" >> $license
|
||||||
|
|
||||||
open $license
|
open $license
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -207,7 +207,7 @@ function InstallIprowifi2200()
|
|||||||
gunzip < "${firmwareDir}/${driver}/$file" | tar xf -
|
gunzip < "${firmwareDir}/${driver}/$file" | tar xf -
|
||||||
|
|
||||||
# Install the firmware & license file.
|
# Install the firmware & license file.
|
||||||
cd "${tempDir}/ipw2200-fw-3.1"
|
cd "${tempDir}/ipw2200-fw-3.1"
|
||||||
mv LICENSE.ipw2200-fw "${firmwareDir}/${driver}/"
|
mv LICENSE.ipw2200-fw "${firmwareDir}/${driver}/"
|
||||||
mv ipw2200-ibss.fw "${firmwareDir}/${driver}/"
|
mv ipw2200-ibss.fw "${firmwareDir}/${driver}/"
|
||||||
mv ipw2200-sniffer.fw "${firmwareDir}/${driver}/"
|
mv ipw2200-sniffer.fw "${firmwareDir}/${driver}/"
|
||||||
@@ -292,7 +292,7 @@ function BuildBroadcomFWCutter()
|
|||||||
DownloadFileIfNotCached ${baseURL}/include/arch/x86/bits/byteswap.h byteswap.h $dir/bits
|
DownloadFileIfNotCached ${baseURL}/include/arch/x86/bits/byteswap.h byteswap.h $dir/bits
|
||||||
if [ $result -gt 0 ]; then
|
if [ $result -gt 0 ]; then
|
||||||
return $result
|
return $result
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy those files to working directory.
|
# Copy those files to working directory.
|
||||||
mkdir -p bits
|
mkdir -p bits
|
||||||
|
|||||||
Reference in New Issue
Block a user