From 6e0c29fcdb7cf6a3947cf92f41f252b6e405f496 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Fri, 4 Jul 2014 23:37:17 +0200
Subject: [PATCH] Makefile: re-add --force-postinstall, it is needed for the
 postinstall scripts to be run

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 6005e5a2f..95e422fbe 100644
--- a/Makefile
+++ b/Makefile
@@ -284,6 +284,7 @@ OPKG:= \
 	-f $(BOARD_BUILDDIR)/opkg.conf \
 	--cache $(TMP_DIR)/dl \
 	--offline-root $(TARGET_DIR) \
+	--force-postinstall \
 	--add-dest root:/ \
 	--add-arch all:100 \
 	--add-arch $(ARCH_PACKAGES):200
-- 
GitLab