add possibility to set default .config values
[openwrt.git] / include / package-defaults.mk
index c9f8db1..50554b3 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
 
This page took 0.019621 seconds and 4 git commands to generate.