aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-08-01 15:24:44 +0200
committerFelix Fietkau <nbd@openwrt.org>2014-08-01 15:24:54 +0200
commitc43ecd25564391d518039971a86cd692e5a685fb (patch)
treeac5b7035d570a91aad4dfd84f9aaddf2fd546c83 /utils
parente6e660b3a744a78467bad482afb95f8c23c736f9 (diff)
attr: remove bogus KCONFIG overrides
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/attr/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/attr/Makefile b/utils/attr/Makefile
index a770eb700..48c75f095 100644
--- a/utils/attr/Makefile
+++ b/utils/attr/Makefile
@@ -46,14 +46,6 @@ $(call Package/attr/Default)
SECTION:=libs
CATEGORY:=Libraries
TITLE+=library
- KCONFIG:= \
- CONFIG_CIFS_XATTR=y \
- CONFIG_EXT4_FS_XATTR=y \
- CONFIG_JFFS2_FS_XATTR=y \
- CONFIG_REISERFS_FS_XATTR=y \
- CONFIG_SQUASHFS_XATTR=y \
- CONFIG_TMPFS_XATTR=y \
-
endef
define Package/libattr/description