let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / vim / Config.in
1 config BR2_PACKAGE_VIM
2 prompt "vim............................... VI Improved"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBNCURSES
6 help
7 An improved version of VI.
8
9 http://www.vim.org
10