aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-24 05:15:12 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-24 05:15:12 +0000
commitd89e5e645030fd28be5adb636191a70004acb750 (patch)
tree27f52ff76b7f59a3f895335fe84a7d0c18671f2e /e2fsprogs/Config.in
parentd89e629e52c3b525424be958de238ed1dc5a0361 (diff)
downloadbusybox-d89e5e645030fd28be5adb636191a70004acb750.tar.gz
svn didnt auto add these ...
Diffstat (limited to 'e2fsprogs/Config.in')
-rw-r--r--e2fsprogs/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/e2fsprogs/Config.in b/e2fsprogs/Config.in
new file mode 100644
index 000000000..a2d9fe8a5
--- /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