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:
@@ -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:= \
|
||||
|
||||
Reference in New Issue
Block a user