Skip to content

Commit

Permalink
Add buildroot external files
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Aug 24, 2023
1 parent 8423c62 commit 47f7fff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
echo '---start make---'
make $BUILDROOT_DEFCONFIG
# make BR2_EXTERNAL=${{ github.workspace }} $BUILDROOT_DEFCONFIG
# make O=/tmp/build BR2_EXTERNAL=${{ github.workspace }} $BUILDROOT_DEFCONFIG
# make BR2_EXTERNAL="${{ github.workspace }}" $BUILDROOT_DEFCONFIG
# make O=/tmp/build BR2_EXTERNAL="${{ github.workspace }}" $BUILDROOT_DEFCONFIG
make
# - name: Copy firmware
Expand Down
Empty file added Config.in
Empty file.
2 changes: 2 additions & 0 deletions external.desc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: OTP
desc: OTP app
Empty file added external.mk
Empty file.

0 comments on commit 47f7fff

Please sign in to comment.