projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48db317
)
[imagebuilder] use --force-run-hooks for host opkg install
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 7 Sep 2010 21:22:07 +0000
(21:22 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 7 Sep 2010 21:22:07 +0000
(21:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22973
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/imagebuilder/files/Makefile
patch
|
blob
|
history
diff --git
a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
index
bcdcf03
..
8e6c6d7
100644
(file)
--- 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))