summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/filesystem-app.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-08-09 16:15:38 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-08-09 17:00:27 -0400
commit491b69666960356d965e6d5dbcba89faba0f9080 (patch)
treec2a51d2a814d674771b789c791329769af29f61a /firmware/target/hosted/filesystem-app.c
parent92d66f761f030bd6ec022e2f969d044e3bfd8c00 (diff)
downloadrockbox-491b69666960356d965e6d5dbcba89faba0f9080.tar.gz
rockbox-491b69666960356d965e6d5dbcba89faba0f9080.zip
Fix HOME_DIR path for Rocker, X3ii, and X20
Prevented plugins from accessing their config files properly Change-Id: Ic3b115aaa9168fa30b98607aeacb1a12b5498a5f
Diffstat (limited to 'firmware/target/hosted/filesystem-app.c')
-rw-r--r--firmware/target/hosted/filesystem-app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/filesystem-app.c b/firmware/target/hosted/filesystem-app.c
index e54f0b91f7..3cb0dd3653 100644
--- a/firmware/target/hosted/filesystem-app.c
+++ b/firmware/target/hosted/filesystem-app.c
@@ -37,7 +37,7 @@
37#include "logf.h" 37#include "logf.h"
38 38
39#if (defined(AGPTEK_ROCKER) || defined(XDUOO_X3II) || defined(XDUOO_X20)) && !(defined(BOOTLOADER) || defined(CHECKWPS) || defined(SIMULATOR)) 39#if (defined(AGPTEK_ROCKER) || defined(XDUOO_X3II) || defined(XDUOO_X20)) && !(defined(BOOTLOADER) || defined(CHECKWPS) || defined(SIMULATOR))
40#define PIVOT_ROOT "/mnt/sd_0" 40#define PIVOT_ROOT HOME_DIR
41#endif 41#endif
42 42
43#if (CONFIG_PLATFORM & PLATFORM_ANDROID) 43#if (CONFIG_PLATFORM & PLATFORM_ANDROID)