move a stampfile to make it easier to override the patch template
[openwrt/staging/chunkeey.git] / include / package-defaults.mk
index c9f8db10628991d65fdbbf70bee75b45765df18e..50554b3df5141de9b66b0294fcf728a26f055947 100644 (file)
@@ -39,6 +39,7 @@ ifneq ($(strip $(PKG_UNPACK)),)
   define Build/Prepare/Default
        $(PKG_UNPACK)
        $(Build/Patch)
+       $(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used)
   endef
 endif