diff options
Diffstat (limited to 'target/linux/package/shfs')
-rw-r--r-- | target/linux/package/shfs/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/package/shfs/Config.in b/target/linux/package/shfs/Config.in index 61bd54b5e..71cc32707 100644 --- a/target/linux/package/shfs/Config.in +++ b/target/linux/package/shfs/Config.in @@ -1,7 +1,7 @@ -config BR2_PACKAGE_KMOD_SHFS +config PACKAGE_KMOD_SHFS prompt "kmod-shfs......................... Shell FileSystem kernel module (ShFS) kernel module" tristate - default m if CONFIG_DEVEL + default m if DEVEL help ShFS is a simple and easy to use Linux kernel module which allows you to mount remote filesystems using a plain shell |