1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[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:
jow
2010-09-06 19:58:05 +00:00
parent 3b61310e43
commit 99ddec6aa6
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:= \