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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22973 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2010-09-07 21:22:07 +00:00
parent 48db317d21
commit 67c1ba691d
1 changed files with 2 additions and 1 deletions

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))