new mpt3sas module

new version
This commit is contained in:
Fabio Belavenuto 2022-07-18 10:09:33 -03:00
parent 5e7dbc8911
commit c12568b8b3
22 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.3-alpha2 0.3-alpha3

View File

@ -14,7 +14,7 @@ function compile-module {
fi fi
done </opt/platforms done </opt/platforms
if [ $VALID -eq 0 ]; then if [ $VALID -eq 0 ]; then
echo "Platform ${PLATFORM} not found." echo "Platform ${1} not found."
exit 1 exit 1
fi fi
echo "Compiling module for ${PLATFORM}-${KVER}..." echo "Compiling module for ${PLATFORM}-${KVER}..."

View File

@ -1,5 +1,5 @@
ARPL_VERSION="0.3-alpha2" ARPL_VERSION="0.3-alpha3"
# Define paths # Define paths
TMP_PATH="/tmp" TMP_PATH="/tmp"