From: Thomas Petazzoni Date: Fri, 5 Aug 2016 12:21:31 +0000 (+0200) Subject: ncurses: reinstall l/linux terminfo file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0215a1a17f7c2ed11abfd02b47b6c7853260f40;p=buildroot.git ncurses: reinstall l/linux terminfo file This file was installed prior to the refactoring done in commit 33ba5188351ece027455e460f6cba4245af49f3a ("ncurses: factorize terminfo files installation"). Reported-by: BenoƮt Allard Signed-off-by: Thomas Petazzoni --- diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk index 614b6ce382..276482490c 100644 --- a/package/ncurses/ncurses.mk +++ b/package/ncurses/ncurses.mk @@ -57,6 +57,7 @@ NCURSES_LIBS-$(BR2_PACKAGE_NCURSES_TARGET_FORM) += form NCURSES_TERMINFO_FILES = \ a/ansi \ + l/linux \ p/putty \ p/putty-vt100 \ s/screen \