projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e660b
)
attr: remove bogus KCONFIG overrides
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 1 Aug 2014 13:24:44 +0000
(15:24 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 1 Aug 2014 13:24:54 +0000
(15:24 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
utils/attr/Makefile
patch
|
blob
|
history
diff --git
a/utils/attr/Makefile
b/utils/attr/Makefile
index a770eb7004316a828d5a6436ab7fa0c690f59f4a..48c75f09550df4bada1893b5590c005035ec2724 100644
(file)
--- 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