Changes between Version 39 and Version 40 of OpenWrt/building
- Timestamp:
- 08/27/2024 11:50:04 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/building
v39 v40 129 129 1. Getting Source Code: 130 130 * There are multiple code branches (see above for recommended branch per product), please checkout the one you prefer with the following commands: 131 - Gateworks 2 3.03branch132 {{{#!bash 133 git clone https://github.com/Gateworks/openwrt/ gateworks-openwrt -b 2 3.03131 - Gateworks 24.01 branch 132 {{{#!bash 133 git clone https://github.com/Gateworks/openwrt/ gateworks-openwrt -b 24.01 134 134 cd gateworks-openwrt 135 135 }}} … … 137 137 138 138 2. Building: 139 * 2 3.03:139 * 24.01: 140 140 - To build OpenWrt for a specific target device you perform the following steps: 141 141 {{{#!bash