projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b30b70
)
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)
SVN-Revision: 22973
target/imagebuilder/files/Makefile
patch
|
blob
|
history
diff --git
a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
index bcdcf03de5ca895eb7c27a5b5738ed7c7410325c..8e6c6d746262fb617720aa23034e23963267f620 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))