Skip to content

Commit

Permalink
Ready for a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMarchelli committed Apr 18, 2017
1 parent 26aed2d commit 16b4769
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package/recalboxOS/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 16b4769

Please sign in to comment.