projects
/
openwrt-2018
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3ca26d
)
update/fix kernel_menuconfig issue
author
Alexandros Couloumbis
<alex@ozo.com>
Tue, 14 Apr 2020 17:18:33 +0000
(20:18 +0300)
committer
Alexandros Couloumbis
<alex@ozo.com>
Tue, 14 Apr 2020 17:18:33 +0000
(20:18 +0300)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 5301883061589de7c4a7ffbb5e4a8d4c0588f6c6..d8f3f00a128f76a1dbcf1514af59a1e85a5c58c3 100644
(file)
--- 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)