diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-12-22 23:03:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-12-22 23:03:42 +0000 |
commit | d3739512a3986650ae62022e3642bd4c47d24e20 (patch) | |
tree | a9bcc5c407e020eec2a58eabc5569e723e560868 /extra | |
parent | 45eb72e4a4ce935de81b391db768ced49a95a1fa (diff) |
Remove the obsolete XATTR option
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index a4a64652b..fbcfe121e 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -478,16 +478,6 @@ config UCLIBC_TZ_FILE_PATH Most people will use the default of '/etc/TZ'. -config UCLIBC_XATTR - bool "Extended Attributes" - default n - help - Extended attributes are name:value pairs associated with inodes (files, - directories, symlinks, etc). They are extensions to the normal attributes - which are associated with all inodes in the system. - Most people should answer N. - Selinux users will want to say Y here. - endmenu menu "Networking Support" |