diff options
Diffstat (limited to 'openwrt/package/shfs/Config.in')
-rw-r--r-- | openwrt/package/shfs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/shfs/Config.in b/openwrt/package/shfs/Config.in index a6b50935cc..14b1fa3713 100644 --- a/openwrt/package/shfs/Config.in +++ b/openwrt/package/shfs/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_SHFS tristate "shfs (SHell FileSystem kernel module and utilities)" - default n + default m if CONFIG_DEVEL help ShFS is a simple and easy to use Linux kernel module which allows you to mount remote filesystems using a plain shell |