mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:25:01 +02:00
More dependencies are required to force fuse to Linux 2.6 only.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6288 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
78a6abbc58
commit
18f8c8bbbe
@ -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