From 477c65fc303d6f8cfb608bff2de4c9796bda3054 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 7 Sep 2010 21:22:07 +0000 Subject: [PATCH] [imagebuilder] use --force-run-hooks for host opkg install SVN-Revision: 22973 --- target/imagebuilder/files/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.30.2