-define Package/kmod-shfs
- $(call Package/shfs/Default)
- SECTION:=kernel
- CATEGORY:=Kernel drivers
- DEPENDS:=
+define Package/shfs/Default/description
+ ShFS is a simple and easy to use Linux kernel module which allows you to
+ mount remote filesystems using a plain shell (SSH) connection. When using
+ ShFS, you can access all remote files just like the local ones, only the
+ access is governed through the transport security of SSH.
+endef
+
+define KernelPackage/shfs
+$(call Package/shfs/Default)