Makefile: re-add --force-postinstall, it is needed for the postinstall scripts to be run

This commit is contained in:
Matthias Schiffer 2014-07-04 23:37:17 +02:00
parent 1090ba73b3
commit 6e0c29fcdb

View File

@ -284,6 +284,7 @@ OPKG:= \
-f $(BOARD_BUILDDIR)/opkg.conf \ -f $(BOARD_BUILDDIR)/opkg.conf \
--cache $(TMP_DIR)/dl \ --cache $(TMP_DIR)/dl \
--offline-root $(TARGET_DIR) \ --offline-root $(TARGET_DIR) \
--force-postinstall \
--add-dest root:/ \ --add-dest root:/ \
--add-arch all:100 \ --add-arch all:100 \
--add-arch $(ARCH_PACKAGES):200 --add-arch $(ARCH_PACKAGES):200