X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5dfad9395848f74699752473b825635c30fb5567..476a0ea4720365c4dc9d99187878321c0d63974a:/openwrt/package/base-files/Makefile diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile index adf2ffbb5..48099c947 100644 --- a/openwrt/package/base-files/Makefile +++ b/openwrt/package/base-files/Makefile @@ -30,6 +30,9 @@ $(PKG_BUILD_DIR)/.prepared: mkdir -p $(PKG_BUILD_DIR) $(PACKAGE_DIR) touch $@ +$(PKG_BUILD_DIR)/.configured: + touch $@ + $(PKG_BUILD_DIR)/.built: touch $@