diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-06 23:52:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-06 23:52:13 +0000 |
commit | 2af73d5a20d988089a87b65814078ba30c490a68 (patch) | |
tree | c3fcfac07c1840f4b11fac4b677e08fd36bdd497 | |
parent | d421a8e57451ef0c6b0a22d3fe9256f75a8c3db1 (diff) | |
download | upstream-2af73d5a20d988089a87b65814078ba30c490a68.tar.gz upstream-2af73d5a20d988089a87b65814078ba30c490a68.tar.bz2 upstream-2af73d5a20d988089a87b65814078ba30c490a68.zip |
[include] deploy .ipk archives with --force-maintainer to ensure that configs are kept up-to-date in case they exist already for various reasons
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25915 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/package-ipkg.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |