summaryrefslogtreecommitdiffstats
path: root/rules/attr.in
blob: 4e4fa56d607cef6cf22ce6396d40b8fcd93ca02d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=disk_and_file
menuconfig ATTR
	tristate
	select CROSS_LIBTOOL
	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_GETTEXT
	bool
	depends on ATTR
	prompt "gettext support"