diff options
author | Richard Yao <[email protected]> | 2012-08-25 17:16:23 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-08-26 13:49:37 -0700 |
commit | c90ea65511b93027dcf7b370457fcbda14103e19 (patch) | |
tree | 7c85f4c13f20f035fb2c212fffe92aa2343e3d01 /copy-builtin | |
parent | 074e72953cb3229e270e384f4dabd6d05c836060 (diff) |
Consistent menuconfig name
Make name in Linux menuconfig consistent with those of other filesystems
Signed-off-by: Richard Yao <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #897
Diffstat (limited to 'copy-builtin')
-rwxr-xr-x | copy-builtin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/copy-builtin b/copy-builtin index 164e81e1a..fbe20dda5 100755 --- a/copy-builtin +++ b/copy-builtin @@ -59,7 +59,7 @@ done cat > "$KERNEL_DIR/fs/zfs/Kconfig" <<"EOF" config ZFS - tristate "ZFS" + tristate "ZFS filesystem support" depends on SPL depends on EFI_PARTITION select ZLIB_INFLATE |