From 3a92fb555e9c0a4b6d7b1042e10ba5a6affd732c Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 19 Apr 2005 06:37:37 +0000 Subject: Change shfs, uniformize package makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@684 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/shfs/Config.in | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'package/shfs/Config.in') diff --git a/package/shfs/Config.in b/package/shfs/Config.in index 14b1fa371..935429a46 100644 --- a/package/shfs/Config.in +++ b/package/shfs/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_SHFS - tristate "shfs (SHell FileSystem kernel module and utilities)" - default m if CONFIG_DEVEL + bool "shfs" + default n help ShFS is a simple and easy to use Linux kernel module which allows you to mount remote filesystems using a plain shell @@ -22,3 +22,21 @@ config BR2_PACKAGE_SHFS http://shfs.sourceforge.net/ +config BR2_PACKAGE_KMOD_SHFS + depends BR2_PACKAGE_SHFS + tristate "kmod-shfs (ShFS kernel module)" + default n + help + + SHell FileSystem kernel module + + +config BR2_PACKAGE_SHFS_UTILS + depends BR2_PACKAGE_KMOD_SHFS + tristate "shfs-utils (ShFS mount/umount utilities)" + default m + help + + SHell FileSystem mount/umount utilities + + -- cgit v1.2.3