summaryrefslogtreecommitdiffstats
path: root/rules/attr.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/attr.in')
-rw-r--r--rules/attr.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/rules/attr.in b/rules/attr.in
index 8365d1d5a..773a22893 100644
--- a/rules/attr.in
+++ b/rules/attr.in
@@ -2,7 +2,6 @@
menuconfig ATTR
tristate
- select HOST_GETTEXT if ATTR_GETTEXT
prompt "attr "
help
Utilities for manipulating filesystem extended attributes
@@ -22,9 +21,4 @@ config ATTR_TOOLS
comment "BusyBox' setfattr is selected!"
depends on BUSYBOX_SETFATTR
-config ATTR_GETTEXT
- bool
- depends on ATTR
- prompt "gettext support"
-
endif