summaryrefslogtreecommitdiffstats
path: root/rules/attr.in
blob: 7507a9dd835244a16e19d7b9f364d2a33735298a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## SECTION=disk_and_file

menuconfig ATTR
	tristate
	select HOST_GETTEXT if ATTR_GETTEXT
	prompt "attr                          "
	help

	  This is the extended attributes project for the ext2 and ext3
	  filesystems. For reference, have a look at the project homepage:

	  http://acl.bestbits.at/

config ATTR_SHARED
	bool
	depends on ATTR
	default y
	prompt "Install shared lib"

config ATTR_GETTEXT
	bool
	depends on ATTR
	prompt "gettext support"