mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
nano: move to 'tools', install from busybox's install script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0230d62d49
commit
a6e0fce26a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user