diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-06 19:58:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-06 19:58:05 +0000 |
commit | b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c (patch) | |
tree | 49527e035ba0d81d9113ffaa677f4e02f0aeba21 /include/package-ipkg.mk | |
parent | 72d4242263ed73f66c166b2d853a8765d05bdd69 (diff) | |
download | upstream-b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c.tar.gz upstream-b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c.tar.bz2 upstream-b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c.zip |
opkg: add --force-run-hooks option to run postinstall scripts in offline root mode, utilize it for host package install
SVN-Revision: 22960
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r-- | include/package-ipkg.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index ef0720de7a..9212c1ff92 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -14,7 +14,8 @@ OPKG:= \ $(STAGING_DIR_HOST)/bin/opkg \ -f $(STAGING_DIR)/etc/opkg.conf \ --force-depends \ - --force-overwrite + --force-overwrite \ + --force-run-hooks # invoke ipkg-build with some default options IPKG_BUILD:= \ |