diff --git a/README.md b/README.md index dbdde3d..6096204 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Recalbox-rasplex is a hack of Buildroot (https://buildroot.org/) using its scrip - Noobs Lite v2.1 - Recalbox-OS (one of following) - v4.0.1 (default) - - v4.0 last unstable build - - v4.1 last unstable build + - v4.0.x last unstable build + - v4.1.x last unstable build - Rasplex (one of following) - v1.6.2 (default) - v1.8.0 Pre-release @@ -63,9 +63,9 @@ Further informations at http://www.msldigital.com/ 8 - Select your Recalbox-OS Version ``` -- 4.0 - Stable (default) -- 4.0 - Unstable -- 4.1 - Unstable +- 4.0.1 - Stable (default) +- 4.0.x - Unstable +- 4.1.x - Unstable ``` 9 - Build NOOBS needed files diff --git a/package/recalboxOS/Config.in b/package/recalboxOS/Config.in index b94ceb1..bc73534 100644 --- a/package/recalboxOS/Config.in +++ b/package/recalboxOS/Config.in @@ -18,13 +18,13 @@ choice depends on BR2_PACKAGE_RECALBOXOS config BR2_PACKAGE_RECALBOXOS_STABLE - bool "4.0 - Stable" + bool "4.0.1 - Stable" help The last stable version from : https://github.com/recalbox/recalbox-os/releases config BR2_PACKAGE_RECALBOXOS_UNSTABLE - bool "4.0 - Unstable" + bool "4.0.x - Unstable" help The last stable version from : https://github.com/recalbox/recalbox-os/releases @@ -34,7 +34,7 @@ config BR2_PACKAGE_RECALBOXOS_UNSTABLE Try it at your own risks !!! config BR2_PACKAGE_RECALBOXOS_NEXT - bool "4.1 - Unstable" + bool "4.1.x - Unstable" help The last stable version from : https://github.com/recalbox/recalbox-os/releases