Skip to content

Commit

Permalink
Update NanoPi-R2S RK3328 OpenWrt 19.07 Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soffchen authored Mar 5, 2021
1 parent ad539b1 commit d5af799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/NanoPi-R2S RK3328 OpenWrt 19.07 Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
mkdir code
cd code
repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v19.07.5 -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle
cp ../rk3328.xml ../code/.repo/manifests/rk3328.xml
repo sync -c --no-clone-bundle -j8
- name: Merge LEDE
Expand Down Expand Up @@ -185,7 +186,7 @@ jobs:
lodev=$(sudo losetup -f)
echo "found unused loop dev $lodev"
sudo losetup -o 100663296 $lodev code/out/*.img
sudo mkfs -t ext4 $lodev
#sudo mkfs -t ext4 $lodev
sudo rm -rf /mnt/friendlywrt-tmp
sudo mkdir -p /mnt/friendlywrt-tmp
sudo mount $lodev /mnt/friendlywrt-tmp
Expand Down

0 comments on commit d5af799

Please sign in to comment.