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 | dcb66b05937254f7a84e0e296ea61b41a7cc9b12 (patch) | |
tree | 9b36441c6c8e801a23e2f042d5194782990017c1 /include/package-ipkg.mk | |
parent | 283f5e05d02e299bb6d21269d835798715214654 (diff) | |
download | upstream-dcb66b05937254f7a84e0e296ea61b41a7cc9b12.tar.gz upstream-dcb66b05937254f7a84e0e296ea61b41a7cc9b12.tar.bz2 upstream-dcb66b05937254f7a84e0e296ea61b41a7cc9b12.zip |
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
Diffstat (limited to 'include/package-ipkg.mk')
-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 |