Changes between Version 39 and Version 40 of OpenWrt/building


Ignore:
Timestamp:
08/27/2024 11:50:04 PM (3 months ago)
Author:
Ryan Erbstoesser
Comment:

update to point to 24.01

Legend:

Unmodified
Added
Removed
Modified
  • OpenWrt/building

    v39 v40  
    1291291. Getting Source Code:
    130130 * There are multiple code branches (see above for recommended branch per product), please checkout the one you prefer with the following commands:
    131   - Gateworks 23.03 branch
    132 {{{#!bash
    133 git clone https://github.com/Gateworks/openwrt/ gateworks-openwrt -b 23.03
     131  - Gateworks 24.01 branch
     132{{{#!bash
     133git clone https://github.com/Gateworks/openwrt/ gateworks-openwrt -b 24.01
    134134cd gateworks-openwrt
    135135}}}
     
    137137
    1381382. Building:
    139  * 23.03:
     139 * 24.01:
    140140  - To build OpenWrt for a specific target device you perform the following steps:
    141141{{{#!bash