From: Alexandros Couloumbis Date: Tue, 14 Apr 2020 17:18:33 +0000 (+0300) Subject: update/fix kernel_menuconfig issue X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=6ad214df46747391dfee5c31a9a9535a178e1553;p=openwrt-2018%2F.git update/fix kernel_menuconfig issue --- diff --git a/Makefile b/Makefile index 5301883061..d8f3f00a12 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ $(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the OpenWrt dir world: +DISTRO_PKG_CONFIG:=$(shell which -a pkg-config | grep -E '\/usr' | head -n 1) export PATH:=$(TOPDIR)/staging_dir/host/bin:$(PATH) ifneq ($(OPENWRT_BUILD),1)