nano: move to 'tools', install from busybox's install script

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-20 02:08:10 +01:00
parent 0230d62d49
commit a6e0fce26a
5 changed files with 5 additions and 0 deletions

View File

@ -34,3 +34,8 @@ PKG_LONGDESC="BusyBox combines tiny versions of many common UNIX utilities into
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
# nano text editor
if [ "$NANO_EDITOR" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS nano"
fi