From 10ebd8556b7990499c896a550e3d416b444211e6 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 02:23:07 +0000 Subject: [PATCH] add led --- kernel/scripts/kconfig/mconf-cfg.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kernel/scripts/kconfig/mconf-cfg.sh b/kernel/scripts/kconfig/mconf-cfg.sh index c812872..aa68ec9 100755 --- a/kernel/scripts/kconfig/mconf-cfg.sh +++ b/kernel/scripts/kconfig/mconf-cfg.sh @@ -44,4 +44,7 @@ echo >&2 "* Install ncurses (ncurses-devel or libncurses-dev" echo >&2 "* depending on your distribution)." echo >&2 "*" +echo >&2 "* You may also need to install pkg-config to find the" +echo >&2 "* ncurses installed in a non-default location." +echo >&2 "*" exit 1 -- Gitblit v1.6.2