From 9999e48639b3cecb08ffb37358bcba3b48161b29 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:17 +0000 Subject: [PATCH] add ax88772_rst --- 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