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 | d9386d548bf985d9acaf6895fb8f283d89f068fd (patch) | |
tree | 70f1c389e7a0d8a52e2a4411132ad643f789af0e /include | |
parent | 989d1dc93cec9375ded092ebd77985f8a2c8beec (diff) | |
download | upstream-d9386d548bf985d9acaf6895fb8f283d89f068fd.tar.gz upstream-d9386d548bf985d9acaf6895fb8f283d89f068fd.tar.bz2 upstream-d9386d548bf985d9acaf6895fb8f283d89f068fd.zip |
[package] opkg: add --force-run-hooks option to run postinstall scripts in offline root mode, utilize it for host package install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22960 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-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:= \ |