projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5460d78
)
mark shfs as 2.4 only, it is broken on 2.6.23 and unmaintained. 2.6 targets can use...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 20 Oct 2007 16:59:31 +0000
(16:59 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 20 Oct 2007 16:59:31 +0000
(16:59 +0000)
SVN-Revision: 9371
package/shfs/Makefile
patch
|
blob
|
history
diff --git
a/package/shfs/Makefile
b/package/shfs/Makefile
index a5ee79b05ea77907ddbeb432fdf9dc6832885877..aa24d7e39b0a00d36b10783071acf768fab71c0b 100644
(file)
--- 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)