fix a typo in my netfilter commit - worked for iptables, didn't work for the kernel...
[openwrt.git] / include / host-build.mk
index 858eee5..0502d76 100644 (file)
@@ -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
This page took 0.031354 seconds and 4 git commands to generate.