summaryrefslogtreecommitdiff
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-09-06 19:58:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-09-06 19:58:05 +0000
commitb1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c (patch)
tree49527e035ba0d81d9113ffaa677f4e02f0aeba21 /include/package-ipkg.mk
parent72d4242263ed73f66c166b2d853a8765d05bdd69 (diff)
downloadmtk-20170518-b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c.zip
mtk-20170518-b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c.tar.gz
mtk-20170518-b1edd2ac6ecae0ec7c43313c8f66ea96d2a8938c.tar.bz2
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.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk
index ef0720d..9212c1f 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:= \