mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Little adjust
This commit is contained in:
parent
1fbc61002e
commit
caf5522e24
@ -19,7 +19,7 @@ function compile-module {
|
||||
fi
|
||||
echo "Compiling module for ${PLATFORM}-${KVER}..."
|
||||
cp -R /input /tmp
|
||||
make -C "/opt/${PLATFORM}" M="/tmp/input" modules
|
||||
make -C "/opt/${PLATFORM}" M="/tmp/input" ${PLATFORM^^}=m modules
|
||||
while read F; do
|
||||
strip -g "${F}"
|
||||
echo "Copying `basename ${F}`"
|
||||
|
Loading…
x
Reference in New Issue
Block a user