mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
commit
b9672d34b4
@ -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}`"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user