diff options
author | Glenn L McGrath | 2002-11-27 09:29:49 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-27 09:29:49 +0000 |
commit | 062c74f71035091fcef0b20ff4e8cb77d18124cc (patch) | |
tree | 1bed61e79f91852c991adac367156ed21aa9d136 /util-linux | |
parent | ec87d37305e2fef720503fce62f32ec837428780 (diff) | |
download | busybox-062c74f71035091fcef0b20ff4e8cb77d18124cc.zip busybox-062c74f71035091fcef0b20ff4e8cb77d18124cc.tar.gz |
last_patch_68 from Vladimir N. Oleynik
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/config.in b/util-linux/config.in index e6d4663..eee050a 100644 --- a/util-linux/config.in +++ b/util-linux/config.in @@ -20,7 +20,7 @@ if [ "$CONFIG_FDISK" = "y" ]; then bool ' Support SGI disklabels' CONFIG_FEATURE_SGI_LABEL bool ' Support SUN disklabels' CONFIG_FEATURE_SUN_LABEL bool ' Support BSD disklabels' CONFIG_FEATURE_OSF_LABEL - bool ' Support expext mode' CONFIG_FEATURE_FDISK_ADVANCED + bool ' Support expert mode' CONFIG_FEATURE_FDISK_ADVANCED fi bool 'freeramdisk' CONFIG_FREERAMDISK bool 'fsck_minix' CONFIG_FSCK_MINIX |