Skip to content

Commit 1723e44

Browse files
authored
development: OpenWrt 23.05.5 -> 23.05.6
1 parent 23255af commit 1723e44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

development.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ Then you need to get the OpenWrt source code.
4040
Make sure to _git clone_ the source code as normal user (i.e. do not use root): the compilation will refuse to run if the administrator user _root_ is being used.
4141

4242
.*Download OpenWrt source code*
43-
LibreMesh can be built on top of OpenWrt version 23.05.5.
43+
LibreMesh can be built on top of OpenWrt version 23.05.6.
4444

4545
For compiling LibreMesh on top of the stable version of OpenWrt, first download the OpenWrt BuildRoot code:
4646

4747
--------------------------------------------------------------------------------
48-
git clone -b v23.05.5 --single-branch https://git.openwrt.org/openwrt/openwrt.git
48+
git clone -b v23.05.6 --single-branch https://git.openwrt.org/openwrt/openwrt.git
4949
--------------------------------------------------------------------------------
5050

5151
.Enter OpenWrt build root
@@ -67,7 +67,7 @@ src-git profiles https://github.com/libremesh/network-profiles.git
6767
EOF
6868
--------------------------------------------------------------------------------
6969

70-
With the lines above, you will compile the LibreMesh 2024.1 release. This is indicated by the `;v2024.1` suffix. Without this suffix, the `master` branch would be used, but **the `master` branch is *not* compatible with OpenWrt 23.05.5.** Instead, it is being developed for supporting the yet-to-be-released OpenWrt 24.10 version.
70+
With the lines above, you will compile the LibreMesh 2024.1 release. This is indicated by the `;v2024.1` suffix. Without this suffix, the `master` branch would be used, but **the `master` branch is *not* compatible with OpenWrt 23.05.6.** Instead, it is being developed for supporting the OpenWrt 24.10 version.
7171

7272

7373
.Update the packages from the feeds

0 commit comments

Comments
 (0)