aboutsummaryrefslogtreecommitdiffstats
path: root/package/shfs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-20 16:59:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-20 16:59:31 +0000
commit0be626ae69a6cd5a7dd51d35ab168698bc2dc3f5 (patch)
tree9ef93d2056249ca092a5df9cafea4aca77210340 /package/shfs
parent232327837fdcb2b8f2791d5a6730c48166e36099 (diff)
downloadupstream-0be626ae69a6cd5a7dd51d35ab168698bc2dc3f5.tar.gz
upstream-0be626ae69a6cd5a7dd51d35ab168698bc2dc3f5.tar.bz2
upstream-0be626ae69a6cd5a7dd51d35ab168698bc2dc3f5.zip
mark shfs as 2.4 only, it is broken on 2.6.23 and unmaintained. 2.6 targets can use sshfs+fuse
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9371 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/shfs')
-rw-r--r--package/shfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/shfs/Makefile b/package/shfs/Makefile
index a5ee79b05e..aa24d7e39b 100644
--- a/package/shfs/Makefile
+++ b/package/shfs/Makefile
@@ -34,6 +34,7 @@ endef
define KernelPackage/shfs
$(call Package/shfs/Default)
TITLE+= (kernel module)
+ DEPENDS:=@LINUX_2_4
FILES:=$(PKG_INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/kernel/fs/shfs/shfs.$(LINUX_KMOD_SUFFIX)
SUBMENU:=Filesystems
AUTOLOAD:=$(call AutoLoad,40,shfs)