X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c6e1844142debd353a711d6ea0295f0d2c0fe218..985455efb46732122e13bd77da4faacd24310be6:/openwrt/package/mtd/Makefile diff --git a/openwrt/package/mtd/Makefile b/openwrt/package/mtd/Makefile index 18ebc9033..61e7e74c2 100644 --- a/openwrt/package/mtd/Makefile +++ b/openwrt/package/mtd/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME := mtd -PKG_RELEASE := 2 +PKG_RELEASE := 4 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -13,7 +13,10 @@ $(eval $(call PKG_template,MTD,$(PKG_NAME),$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,MTD_STATIC,mtd-static,$(PKG_RELEASE),$(ARCH))) $(PKG_BUILD_DIR)/.prepared: - mkdir -p $@ + mkdir -p $(PKG_BUILD_DIR) + touch $@ + +$(PKG_BUILD_DIR)/.configured: touch $@ $(PKG_BUILD_DIR)/.built: