build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail...
[openwrt.git] / include / package.mk
index 153b138..4ef3489 100644 (file)
@@ -9,6 +9,7 @@ all: $(if $(DUMP),dumpinfo,compile)
 
 PKG_BUILD_DIR ?= $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_INSTALL_DIR ?= $(PKG_BUILD_DIR)/ipkg-install
+PKG_MD5SUM ?= unknown
 
 include $(INCLUDE_DIR)/prereq.mk
 include $(INCLUDE_DIR)/host.mk
This page took 0.020804 seconds and 4 git commands to generate.