let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / nano / Config.in
1 config BR2_PACKAGE_NANO
2         prompt "nano.............................. An enhanced clone of the Pico text editor"
3         tristate
4         default m if CONFIG_DEVEL
5         select BR2_PACKAGE_LIBNCURSES
6         help
7           GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor..
8           
9           http://www.nano-editor.org/
10