From: Jo-Philipp Wich Date: Tue, 7 Sep 2010 21:22:07 +0000 (+0000) Subject: use --force-run-hooks for host opkg install X-Git-Tag: reboot~18951 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2c59d54a439100e0a19751f44a08c96945c3f42d;p=oweals%2Fopenwrt.git use --force-run-hooks for host opkg install SVN-Revision: 22973 --- 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))