summaryrefslogtreecommitdiffstats
path: root/package/unionfs/Config.in
blob: a974c8ca244946d43e0d75cc92307e9dfb3529ce (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_UNIONFS
	bool "unionfs (FUSE)"
	select BR2_PACKAGE_LIBFUSE
	depends on BR2_LARGEFILE
	help
	  A userspace unionfs implementation.

	  http://podgorny.cz/moin/UnionFsFuse

comment "unionfs requires a toolchain with LARGEFILE support"
	depends on !BR2_LARGEFILE