From 8086897ed5c43e5b29079f7f49dfefafcdf33a77 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 7 Mar 2008 10:02:12 +0000 Subject: vim: config names should be lower case --- package/editors/vim/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/editors/vim/Config.in') diff --git a/package/editors/vim/Config.in b/package/editors/vim/Config.in index bf57c14d5..5d912fc92 100644 --- a/package/editors/vim/Config.in +++ b/package/editors/vim/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_VIM - bool "Vim" + bool "vim" default n select BR2_PACKAGE_NCURSES help @@ -8,7 +8,7 @@ config BR2_PACKAGE_VIM http://www.vim.org/ config BR2_PACKAGE_VIM_RUNTIME - bool "Install runtime" + bool "install runtime" default y depends BR2_PACKAGE_VIM help -- cgit v1.2.3