mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
Force dependency on LINUX_2_6 to stop building fuse on 2.4 kernels.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6284 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2b0cca7c68
commit
e3e1d10586
@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/ntfs-3g
|
||||
TITLE:=NTFS-3G
|
||||
DEPENDS:=+libfuse +fuse-utils
|
||||
DEPENDS:=+libfuse +fuse-utils @LINUX_2_6
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DESCRIPTION:=\
|
||||
|
Loading…
Reference in New Issue
Block a user