From: Jo-Philipp Wich Date: Sun, 6 Mar 2011 23:52:13 +0000 (+0000) Subject: deploy .ipk archives with --force-maintainer to ensure that configs are kept up-to... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=dcb66b05937254f7a84e0e296ea61b41a7cc9b12 deploy .ipk archives with --force-maintainer to ensure that configs are kept up-to-date in case they exist already for various reasons SVN-Revision: 25915 --- diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index f537fb2db8..2360ac4d4e 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -16,6 +16,7 @@ OPKG:= \ --force-depends \ --force-overwrite \ --force-postinstall \ + --force-maintainer \ --add-dest root:/ \ --add-arch all:100 \ --add-arch $(if $(ARCH_PACKAGES),$(ARCH_PACKAGES),$(BOARD)):200