From: Felix Fietkau Date: Sat, 20 Oct 2007 16:59:31 +0000 (+0000) Subject: mark shfs as 2.4 only, it is broken on 2.6.23 and unmaintained. 2.6 targets can use... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=db76c126d115b092c0613e02d61f141668fab3fc;p=openwrt%2Fstaging%2Frmilecki.git mark shfs as 2.4 only, it is broken on 2.6.23 and unmaintained. 2.6 targets can use sshfs+fuse SVN-Revision: 9371 --- diff --git a/package/shfs/Makefile b/package/shfs/Makefile index a5ee79b05ea..aa24d7e39b0 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)