add a new FORCEREBUILD option to Package/<name> to force a package to be rebuilt...
[openwrt.git] / include / package.mk
index bf2376d..618c3c5 100644 (file)
@@ -121,6 +121,10 @@ define BuildPackage
     compile-targets: $$(IPKG_$(1))
   endif
 
+  ifeq ($(FORCEREBUILD),y)
+    $$(IPKG_$(1)): FORCE
+  endif
+
   IDEPEND_$(1):=$$(strip $$(DEPENDS))
 
   DUMPINFO += \
This page took 0.024548 seconds and 4 git commands to generate.