|
@@ -49,3 +49,13 @@ comment "udisks needs a toolchain with dynamic library, locale, wchar, threads,
|
|
|
|
|
|
comment "udisks can't be built with Optimize for fast"
|
|
comment "udisks can't be built with Optimize for fast"
|
|
depends on BR2_OPTIMIZE_FAST
|
|
depends on BR2_OPTIMIZE_FAST
|
|
|
|
+
|
|
|
|
+if BR2_PACKAGE_UDISKS
|
|
|
|
+
|
|
|
|
+config BR2_PACKAGE_UDISKS_FHS_MEDIA
|
|
|
|
+ bool "Mount devices in /media instead of /run/media"
|
|
|
|
+ help
|
|
|
|
+ Support mounting in /media for compatibility with the
|
|
|
|
+ Filesystem Hierarchy Standard (FHS)
|
|
|
|
+
|
|
|
|
+endif
|