diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-08-01 15:24:44 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-08-01 15:24:54 +0200 |
commit | c43ecd25564391d518039971a86cd692e5a685fb (patch) | |
tree | ac5b7035d570a91aad4dfd84f9aaddf2fd546c83 /utils | |
parent | e6e660b3a744a78467bad482afb95f8c23c736f9 (diff) |
attr: remove bogus KCONFIG overrides
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/attr/Makefile | 8 |
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 |