Merge pull request #19 from fbelavenuto/dev

merge dev
This commit is contained in:
Fabio Belavenuto 2022-07-08 13:32:28 -03:00 committed by GitHub
commit b9672d34b4

View File

@ -19,7 +19,7 @@ function compile-module {
fi fi
echo "Compiling module for ${PLATFORM}-${KVER}..." echo "Compiling module for ${PLATFORM}-${KVER}..."
cp -R /input /tmp cp -R /input /tmp
make -C "/opt/${PLATFORM}" M="/tmp/input" modules make -C "/opt/${PLATFORM}" M="/tmp/input" PLATFORM=${PLATFORM^^} modules
while read F; do while read F; do
strip -g "${F}" strip -g "${F}"
echo "Copying `basename ${F}`" echo "Copying `basename ${F}`"