aboutsummaryrefslogtreecommitdiff
path: root/configs/mingw32_defconfig
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-07-09 08:58:10 +0100
committerRon Yorston <rmy@pobox.com>2020-07-09 09:07:55 +0100
commit0e3456e0c4a8623fe2d8bc28c51f16c8274b8098 (patch)
treee8fc4feb3f700a1101c082d8f815d426d515ce95 /configs/mingw32_defconfig
parent86eb680bbfd096ab1a2664e36f80f4bea55e18cf (diff)
downloadbusybox-w32-0e3456e0c4a8623fe2d8bc28c51f16c8274b8098.tar.gz
busybox-w32-0e3456e0c4a8623fe2d8bc28c51f16c8274b8098.tar.bz2
busybox-w32-0e3456e0c4a8623fe2d8bc28c51f16c8274b8098.zip
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.
Diffstat (limited to 'configs/mingw32_defconfig')
-rw-r--r--configs/mingw32_defconfig6
1 files changed, 3 insertions, 3 deletions
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 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Busybox version: 1.32.0.git 3# Busybox version: 1.32.0.git
4# Sun Jun 14 09:30:06 2020 4# Thu Jul 9 08:46:09 2020
5# 5#
6CONFIG_HAVE_DOT_CONFIG=y 6CONFIG_HAVE_DOT_CONFIG=y
7# CONFIG_PLATFORM_POSIX is not set 7# CONFIG_PLATFORM_POSIX is not set
@@ -562,9 +562,9 @@ CONFIG_SUW32=y
562# 562#
563# Linux Ext2 FS Progs 563# Linux Ext2 FS Progs
564# 564#
565# CONFIG_CHATTR is not set 565CONFIG_CHATTR=y
566# CONFIG_FSCK is not set 566# CONFIG_FSCK is not set
567# CONFIG_LSATTR is not set 567CONFIG_LSATTR=y
568# CONFIG_TUNE2FS is not set 568# CONFIG_TUNE2FS is not set
569 569
570# 570#