aboutsummaryrefslogtreecommitdiffstats
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
commit67c1ba691dcc10b28f56bb8d5693a3289c11f2ad (patch)
tree6aad881b0cfc1a617a583078509113cfaa2d0d23 /target/imagebuilder
parent48db317d21b3cd54c9162e9e9c9248643f3356f0 (diff)
downloadmaster-187ad058-67c1ba691dcc10b28f56bb8d5693a3289c11f2ad.tar.gz
master-187ad058-67c1ba691dcc10b28f56bb8d5693a3289c11f2ad.tar.bz2
master-187ad058-67c1ba691dcc10b28f56bb8d5693a3289c11f2ad.zip
[imagebuilder] use --force-run-hooks for host opkg install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22973 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 bcdcf03de5..8e6c6d7462 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))