X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fhost-build.mk;h=0502d7682a5c9514cd4e10d84fbdccfbef7375f8;hb=ea03a8d6819ccbf0dc7582d73c8f75c115b3b991;hp=858eee53182ab9407efa6e1380ace928b7b4e28b;hpb=0d9ddef0e843133bd0cebdbfe141486fee4a6db8;p=oweals%2Fopenwrt.git diff --git a/include/host-build.mk b/include/host-build.mk index 858eee5318..0502d7682a 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