From 9daacabd658508d2607a64b288c9bce7a635fb15 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Thu, 3 Mar 2022 07:37:03 -0500 Subject: [RESTORED!] Allow mounting of any directory as the root directory. Provide definitions for the macros: * RB_ROOT_VOL_HIDDEN(v) to exclude certain items from the root. * RB_ROOT_CONTENTS to return a string with the name of the directory to mount in the root. Defaults are in export/rbpaths.h It's a bit much for those that don't need the full functionality. Some conditional define can cut it back a lot to cut out things only needed if alternate root mounts are required. I'm just not bothering yet. The basic concept would be applied to all targets to keep file code from forking too much. Change-Id: I3b5a14c530ff4b10d97f67636237d96875eb8969 Author: Michael Sevakis --- firmware/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index e8f9da1a07..4ea922af1b 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -259,6 +259,7 @@ common/dircache.c common/pathfuncs.c common/fdprintf.c common/linked_list.c +common/rb_namespace.c common/strcasecmp.c common/strcasestr.c common/strnatcmp.c -- cgit v1.2.3