enable wds sta interface splitting by default
[openwrt.git] / package / busybox / config / util-linux / Config.in
index 28dc7b7..a7e4467 100644 (file)
@@ -212,7 +212,7 @@ config BUSYBOX_CONFIG_HEXDUMP
 
 config BUSYBOX_CONFIG_HWCLOCK
        bool "hwclock"
 
 config BUSYBOX_CONFIG_HWCLOCK
        bool "hwclock"
-       default n
+       default y
        help
          The hwclock utility is used to read and set the hardware clock
          on a system.  This is primarily used to set the current time on
        help
          The hwclock utility is used to read and set the hardware clock
          on a system.  This is primarily used to set the current time on
@@ -360,6 +360,16 @@ config BUSYBOX_CONFIG_MOUNT
          NFS filesystems.  Most people using BusyBox will also want to enable
          the 'mount' utility.
 
          NFS filesystems.  Most people using BusyBox will also want to enable
          the 'mount' utility.
 
+config BUSYBOX_CONFIG_FEATURE_MOUNT_HELPERS
+       bool "Support mount helpers"
+       default n
+       depends on BUSYBOX_CONFIG_MOUNT
+       help
+         Enable mounting of virtual file systems via external helpers.
+         E.g. mount obexfs#-b00.11.22.33.44.55 /mnt will in effect call
+         obexfs -b00.11.22.33.44.55 /mnt
+         The idea is to use such virtual filesystems in /etc/fstab
+
 config BUSYBOX_CONFIG_FEATURE_MOUNT_NFS
        bool "Support mounting NFS file systems"
        default y
 config BUSYBOX_CONFIG_FEATURE_MOUNT_NFS
        bool "Support mounting NFS file systems"
        default y
This page took 0.02365 seconds and 4 git commands to generate.