1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 10:39:48 +03:00

[imagebuilder] use --force-run-hooks for host opkg install

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22973 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-09-07 21:22:07 +00:00
parent e8a4e0d67c
commit 8ffdced268

View File

@ -60,7 +60,8 @@ OPKG:= \
$(STAGING_DIR_HOST)/bin/opkg \
-f $(TOPDIR)/tmp/opkg.conf \
--force-depends \
--force-overwrite
--force-overwrite \
--force-run-hooks
define Profile
$(eval $(call Profile/Default))