Fixing custom MACs for DS3622

This commit is contained in:
Fabio Belavenuto
2022-08-05 11:25:57 -03:00
parent 412f2fb1c5
commit 18cc6326b8
23 changed files with 22 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ function compile-module {
echo "Platform ${1} not found."
exit 1
fi
echo "Compiling module for ${PLATFORM}-${KVER}..."
echo -e "Compiling module for \033[7m${PLATFORM}-${KVER}\033[0m..."
cp -R /input /tmp
export-vars ${PLATFORM}
make -C "/opt/${PLATFORM}/build" M="/tmp/input" \