summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-04-16 12:13:19 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-04-16 14:36:39 +0100
commit3fcdadce240d2227c1864f2a42a6ae0db1bb372c (patch)
tree61e9b1141f684b7e0ff61f05243ec82ef549e83f /apps/plugins/SOURCES
parentd55dceff371c4080d179fb26e6f175927cc48768 (diff)
downloadrockbox-3fcdadce240d2227c1864f2a42a6ae0db1bb372c.tar.gz
rockbox-3fcdadce240d2227c1864f2a42a6ae0db1bb372c.zip
plugins: Add multiboot select plugin
This plugin provides a menu for easily editing the root redirect file on targets that support multiboot. You can select a new root from a list of Rockbox installations detected on the filesystem or remove all redirects to boot from the default location. To avoid searching the whole filesystem, only subdirectories of the volume roots are checked for valid installations. Only installations that are compatible with the current player will be displayed. Change-Id: I7dcbadfd97873b87817870e61d2ae37956d2da00
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 3e0a65da57..fce974f338 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -158,6 +158,10 @@ wormlet.c
158announce_status.c 158announce_status.c
159#endif 159#endif
160 160
161#ifdef HAVE_MULTIBOOT
162multiboot_select.c
163#endif
164
161 165
162/* Plugins needing the grayscale lib on low-depth LCDs */ 166/* Plugins needing the grayscale lib on low-depth LCDs */
163fire.c 167fire.c