[include] deploy .ipk archives with --force-maintainer to ensure that configs are...
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 6 Mar 2011 23:52:13 +0000 (23:52 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 6 Mar 2011 23:52:13 +0000 (23:52 +0000)
SVN-Revision: 25915

include/package-ipkg.mk

index f537fb2db8579a6429c062485ed0a66cb1c52e67..2360ac4d4ecb4ed16dffa6c0d3a28ccf94cebc63 100644 (file)
@@ -16,6 +16,7 @@ OPKG:= \
        --force-depends \
        --force-overwrite \
        --force-postinstall \
        --force-depends \
        --force-overwrite \
        --force-postinstall \
+       --force-maintainer \
        --add-dest root:/ \
        --add-arch all:100 \
        --add-arch $(if $(ARCH_PACKAGES),$(ARCH_PACKAGES),$(BOARD)):200
        --add-dest root:/ \
        --add-arch all:100 \
        --add-arch $(if $(ARCH_PACKAGES),$(ARCH_PACKAGES),$(BOARD)):200