mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 07:38:50 +01:00
Added Clock app as a package and updated the OPK icon Updated README for Libretro cores and set default folder for the OPK
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
config BR2_PACKAGE_CLOCK
|
|
bool "clock"
|
|
default y
|
|
select BR2_PACKAGE_SDL
|
|
help
|
|
This is a simple app that sets the clock.
|
|
|
|
|
|
https://github.com/gameblabla/clock_sdl_app
|