Makefile: re-add --force-postinstall, it is needed for the postinstall scripts to be run
This commit is contained in:
parent
1090ba73b3
commit
6e0c29fcdb
1
Makefile
1
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user