diff options
author | Mike Frysinger | 2005-04-24 05:15:12 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-04-24 05:15:12 +0000 |
commit | d89e5e645030fd28be5adb636191a70004acb750 (patch) | |
tree | 27f52ff76b7f59a3f895335fe84a7d0c18671f2e /e2fsprogs/Config.in | |
parent | d89e629e52c3b525424be958de238ed1dc5a0361 (diff) | |
download | busybox-d89e5e645030fd28be5adb636191a70004acb750.zip busybox-d89e5e645030fd28be5adb636191a70004acb750.tar.gz |
svn didnt auto add these ...
Diffstat (limited to 'e2fsprogs/Config.in')
-rw-r--r-- | e2fsprogs/Config.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/e2fsprogs/Config.in b/e2fsprogs/Config.in new file mode 100644 index 0000000..a2d9fe8 --- /dev/null +++ b/e2fsprogs/Config.in @@ -0,0 +1,20 @@ +# +# For a description of the syntax of this configuration file, +# see scripts/kbuild/config-language.txt. +# + +menu "Linux Ext2 FS Progs" + +config CONFIG_CHATTR + bool "chattr" + default n + help + chattr changes the file attributes on a second extended file system. + +config CONFIG_LSATTR + bool "lsattr" + default n + help + lsattr lists the file attributes on a second extended file system. + +endmenu |