X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/76ed58d705e7f3892a1259abcd92882a527e7b53..08b4d5506480d5d62c9ce334e98bd06485ab296a:/target/linux/package/shfs/Config.in diff --git a/target/linux/package/shfs/Config.in b/target/linux/package/shfs/Config.in index 8d30c8c03..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 - prompt "kmod-shfs - Shell FileSystem kernel module (ShFS) kernel module" +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 @@ -20,5 +20,3 @@ config BR2_PACKAGE_KMOD_SHFS * persistent connection (reconnect after SSH dies) http://shfs.sourceforge.net/ - - This package contains the shfs.o kernel module.