cmake: Find uci.h
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for uci.h. Some
external toolchains which do not include standard locations would fail
to find the header otherwise.
Signed-off-by: Florian Fainelli <[email protected]>
support for disk without partition table
if no partition found, try to mount the block device itself
Signed-off-by: Olivier Hardouin <[email protected]>
hfs+ journal partition support as read only
use hfsplus driver to mount hfs+ partition marked as journalled,
read only mounting since partial support from the kernel for write
access (as stated in Documentatiom/filesystems/hfsplus.txt)
add new index 'LASTFS' to be used in case of support for another
driver
Signed-off-by: Olivier Hardouin <[email protected]>
filesystem mount options in uci as optional parameter
Possibility to overwrite the default hardcoded settings by adding 'options'
and 'fstype' in the uci configuration. The fs names are changed in lowercase
to comply with UCI general naming.
Signed-off-by: Olivier Hardouin <[email protected]>
add hotplug events
add hotplug events (add, remove) to inform other subsystems
remove obsolete /etc/mountd/event call
Signed-off-by: Olivier Hardouin <[email protected]>
fix crash if no uci config file present
fix also possible null dereferenced pointers
Signed-off-by: Olivier Hardouin <[email protected]>
align fs_names table to indexes defined in include/fs.h
Signed-off-by: Olivier Hardouin <[email protected]>
fix gcc format security errors
Signed-off-by: Hauke Mehrtens <[email protected]>
make mountd also work for mmc partitions
Signed-off-by: John Crispin <[email protected]>
import patches/ and cmake support
Signed-off-by: John Crispin <[email protected]>