Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed May 21, 2023
1 parent 650e676 commit 9c491d3
Show file tree
Hide file tree
Showing 4 changed files with 1,969 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
orangepi-build
8 changes: 8 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

git clone https://github.com/orangepi-xunlong/orangepi-build -b next
cp orangepizero2-u-boot.dts ./orangepi-build/external/packages/pack-uboot/sun50iw9/bin/dts/orangepizero2-u-boot.dts
cp usb-gadget-f_mass_storage-forced-eject.patch ./orangepi-build/external/patch/misc/usb-gadget-f_mass_storage-forced-eject.patch

cd orangepi-build
sudo bash +x ./build.sh
Loading

0 comments on commit 9c491d3

Please sign in to comment.