Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
updateting to use it with the raspberry pi 3
  • Loading branch information
jamoram authored May 23, 2024
1 parent 9364045 commit 96b1751
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
build:
runs-on: ubuntu-latest
env:
RELEASE_VERSION: '23.05.3/ramips/mt7621'
SDK_TAR: 'openwrt-sdk-23.05.3-ramips-mt7621_gcc-12.3.0_musl.Linux-x86_64.tar.xz'
SDK_FOLDER: 'openwrt-sdk-23.05.3-ramips-mt7621_gcc-12.3.0_musl.Linux-x86_64'
SDK_URL: 'https://downloads.openwrt.org/releases/23.05.3/targets/ramips/mt7621/openwrt-sdk-23.05.3-ramips-mt7621_gcc-12.3.0_musl.Linux-x86_64.tar.xz'
RELEASE_VERSION: '23.05.3/bcm27xx/bcm2710'
SDK_TAR: 'openwrt-sdk-21.02.3-bcm27xx-bcm2710_gcc-8.4.0_musl.Linux-x86_64.tar.xz'
SDK_FOLDER: 'openwrt-sdk-21.02.3-bcm27xx-bcm2710_gcc-8.4.0_musl.Linux-x86_64'
SDK_URL: 'https://downloads.openwrt.org/releases/21.02.3/targets/bcm27xx/bcm2710/openwrt-sdk-21.02.3-bcm27xx-bcm2710_gcc-8.4.0_musl.Linux-x86_64.tar.xz'
BUILD_DIR: '${{ github.workspace }}'
SDK_DIR: '${{ github.workspace }}/openwrt-sdk'
KISMET_REPO_DIR: '${{ github.workspace }}/kismet-packages'
KISMET_PACKAGE: '${{ github.workspace }}/kismet-packages/openwrt/kismet-openwrt'
IPK_OUTPUT_DIR: '${{ github.workspace }}/openwrt-sdk/bin/packages/mipsel_24kc/kismet'
IPK_OUTPUT_DIR: '${{ github.workspace }}/openwrt-sdk/bin/packages/aarch64_cortex-a53/kismet'
CURRENT_REPO_DIR: '${{ github.workspace }}/release-repo'

steps:
Expand Down

0 comments on commit 96b1751

Please # to comment.