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.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=e3e7fd62191881b9fe3bacf8842febf7995e4176;ds=sidebyside 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 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)