summaryrefslogtreecommitdiff
path: root/target/imagebuilder
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-09-07 21:22:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-09-07 21:22:07 +0000
commit2c59d54a439100e0a19751f44a08c96945c3f42d (patch)
tree6ddd41c8cfd8ce6cb99bc2d760a907e79a794d39 /target/imagebuilder
parent7b30b70e11b8a7e90eddaa33468118bf1628a3ca (diff)
downloadmtk-20170518-2c59d54a439100e0a19751f44a08c96945c3f42d.zip
mtk-20170518-2c59d54a439100e0a19751f44a08c96945c3f42d.tar.gz
mtk-20170518-2c59d54a439100e0a19751f44a08c96945c3f42d.tar.bz2
use --force-run-hooks for host opkg install
SVN-Revision: 22973
Diffstat (limited to 'target/imagebuilder')
-rw-r--r--target/imagebuilder/files/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile
index bcdcf03..8e6c6d7 100644
--- a/target/imagebuilder/files/Makefile
+++ b/target/imagebuilder/files/Makefile
@@ -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))