Changes between Version 14 and Version 15 of OpenWrt/building
- Timestamp:
- 08/02/2018 11:55:29 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/building
v14 v15 137 137 1. Getting Source Code: 138 138 * There are multiple code branches (see above for recommended branch per product), please checkout the one you prefer with the following commands: 139 - 16-02 branch139 - Gateworks 16-02 branch 140 140 {{{#!bash 141 141 git clone https://github.com/Gateworks/openwrt/ gateworks-openwrt -b 16.02 142 142 cd gateworks-openwrt 143 143 }}} 144 - 14-08 branch144 - Gateworks 14-08 branch 145 145 {{{#!bash 146 146 git clone https://github.com/Gateworks/openwrt/ gateworks-openwrt -b 14.08 147 147 cd gateworks-openwrt 148 148 }}} 149 - Mainline 18.06149 - Upstream OpenWrt 18.06 branch 150 150 {{{#!bash 151 151 git clone git://git.openwrt.org/openwrt/openwrt.git -b openwrt-18.06