Skip to content

Commit

Permalink
Enable external
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Aug 25, 2023
1 parent 009b681 commit a79ba1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,9 @@ jobs:
# if [ "x$BUILDROOT_CUSTOM_CONFIG" == 'x' ]; then cp -f ${{ github.workspace }}/configs/${{env.BUILDROOT_CUSTOM_CONFIG}} configs/; fi
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" $BUILDROOT_DEFCONFIG
# make O=/tmp/build BR2_EXTERNAL="${{ github.workspace }}/buildroot" $BUILDROOT_DEFCONFIG
make
# - name: Copy firmware
Expand Down

0 comments on commit a79ba1a

Please sign in to comment.