From 0e3456e0c4a8623fe2d8bc28c51f16c8274b8098 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Thu, 9 Jul 2020 08:58:10 +0100 Subject: chattr, lsattr: enable in the default configuration The chattr and lsattr utilities allow file attributes to be changed and displayed. Modify them to support Windows file attributes using the same names as Cygwin. Only allow a limited subset of attributes to be changed: just most of those supported by SetFileAttributes(). Since it isn't possible to set all attributes the '=' operator isn't allowed. --- configs/mingw32_defconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/mingw32_defconfig') diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index b3dfc0033..379d8265b 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.32.0.git -# Sun Jun 14 09:30:06 2020 +# Thu Jul 9 08:46:09 2020 # CONFIG_HAVE_DOT_CONFIG=y # CONFIG_PLATFORM_POSIX is not set @@ -562,9 +562,9 @@ CONFIG_SUW32=y # # Linux Ext2 FS Progs # -# CONFIG_CHATTR is not set +CONFIG_CHATTR=y # CONFIG_FSCK is not set -# CONFIG_LSATTR is not set +CONFIG_LSATTR=y # CONFIG_TUNE2FS is not set # -- cgit v1.2.3-55-g6feb