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
This commit is contained in:
parent
5460d7854e
commit
db76c126d1
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue