summaryrefslogtreecommitdiffstats
path: root/rules/attr.in
blob: 8089da61a8b1993521e8b81a9bf093502ccd8bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"