From dcb66b05937254f7a84e0e296ea61b41a7cc9b12 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Sun, 6 Mar 2011 23:52:13 +0000
Subject: [PATCH] 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
---
 include/package-ipkg.mk | 1 +
 1 file changed, 1 insertion(+)

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
-- 
GitLab