acl: remove bogus KCONFIG overrides

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
Felix Fietkau 2014-08-01 15:24:30 +02:00
parent 4f3e455a89
commit e6e660b3a7
1 changed files with 0 additions and 9 deletions

View File

@ -47,15 +47,6 @@ $(call Package/acl/Default)
CATEGORY:=Libraries
TITLE+=library
DEPENDS:=+libattr
KCONFIG:= \
CONFIG_EXT4_FS_POSIX_ACL=y \
CONFIG_FS_POSIX_ACL=y \
CONFIG_HFSPLUS_FS_POSIX_ACL=y \
CONFIG_JFFS2_FS_POSIX_ACL=y \
CONFIG_JFS_POSIX_ACL=y \
CONFIG_TMPFS_POSIX_ACL=y \
CONFIG_XFS_POSIX_ACL=y \
endef
define Package/libacl/description