[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
This commit is contained in:
Jo-Philipp Wich
2010-09-06 19:58:05 +00:00
parent 989d1dc93c
commit d9386d548b
3 changed files with 71 additions and 2 deletions

View File

@@ -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:= \