mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-28 01:22:42 +00:00
More dependencies are required to force fuse to Linux 2.6 only.
SVN-Revision: 6288
This commit is contained in:
parent
caa2254e97
commit
23afac1288
@ -35,7 +35,7 @@ define Package/fuse-utils
|
||||
$(call Package/fuse/Default)
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+libfuse +kmod-fuse
|
||||
DEPENDS:=+libfuse +kmod-fuse @LINUX_2_6
|
||||
TITLE+= (utilities)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
@ -46,6 +46,7 @@ define KernelPackage/fuse
|
||||
SUBMENU:=Filesystems
|
||||
$(call Package/fuse/Default)
|
||||
TITLE+= (kernel module)
|
||||
DEPENDS:=@LINUX_2_6
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
This package contains the FUSE kernel module.
|
||||
@ -57,6 +58,7 @@ define Package/libfuse
|
||||
$(call Package/fuse/Default)
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=@LINUX_2_6
|
||||
TITLE+= (library)
|
||||
DESCRIPTION+=\\\
|
||||
\\\
|
||||
|
Loading…
Reference in New Issue
Block a user