From 6ad214df46747391dfee5c31a9a9535a178e1553 Mon Sep 17 00:00:00 2001 From: Alexandros Couloumbis Date: Tue, 14 Apr 2020 20:18:33 +0300 Subject: [PATCH] update/fix kernel_menuconfig issue --- Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.35.1