mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Organizing for actions
This commit is contained in:
parent
7f3bf6c6b0
commit
fb596f44bb
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
ARPL_VERSION="0.1-alpha"
|
ARPL_VERSION="0.1-alpha2"
|
||||||
|
|
||||||
# Define paths
|
# Define paths
|
||||||
TMP_PATH="/tmp"
|
TMP_PATH="/tmp"
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -15,6 +15,12 @@ rm -rf "${BR_VER}/output/target/opt/arpl"
|
|||||||
rm -rf "${BR_VER}/board/arpl/overlayfs"
|
rm -rf "${BR_VER}/board/arpl/overlayfs"
|
||||||
rm -rf "${BR_VER}/board/arpl/p1"
|
rm -rf "${BR_VER}/board/arpl/p1"
|
||||||
rm -rf "${BR_VER}/board/arpl/p3"
|
rm -rf "${BR_VER}/board/arpl/p3"
|
||||||
|
# Get latest LKMs
|
||||||
|
echo "Getting latest LKMs"
|
||||||
|
TAG=`curl -s https://api.github.com/repos/fbelavenuto/redpill-lkm/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3)}'`
|
||||||
|
curl -L "https://github.com/fbelavenuto/redpill-lkm/releases/download/${TAG}/rp-lkms.zip" -o /tmp/rp-lkms.zip
|
||||||
|
rm -rf files/board/arpl/p3/lkms/*
|
||||||
|
unzip /tmp/rp-lkms.zip -d files/board/arpl/p3/lkms
|
||||||
echo "Copying files"
|
echo "Copying files"
|
||||||
cp -Ru files/* "${BR_VER}/"
|
cp -Ru files/* "${BR_VER}/"
|
||||||
VERSION=`cat VERSION`
|
VERSION=`cat VERSION`
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 8b1f6123c69e249135ea556957dbc5a3d731f151
|
|
Loading…
x
Reference in New Issue
Block a user