X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f6777ece942ebd64b3ae43c3c939654577bfc6bd..5e8368aba49d428e6b733dea0fb8db925c5a3d9b:/include/host-build.mk diff --git a/include/host-build.mk b/include/host-build.mk index 858eee531..0502d7682 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -8,9 +8,9 @@ include $(INCLUDE_DIR)/host.mk include $(INCLUDE_DIR)/unpack.mk -ifneq ($(strip $(UNPACK)),) +ifneq ($(strip $(PKG_UNPACK)),) define Build/Prepare/Default - $(UNPACK) + $(PKG_UNPACK) @if [ -d ./patches ]; then \ $(PATCH) $(PKG_BUILD_DIR) ./patches; \ fi