Skip to content
Snippets Groups Projects
Commit f502d144 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

make: don't install with --force-*, we want to know when something breaks

parent b4d01764
No related branches found
No related tags found
No related merge requests found
...@@ -267,9 +267,6 @@ OPKG:= \ ...@@ -267,9 +267,6 @@ OPKG:= \
IPKG_OFFLINE_ROOT="$(TARGET_DIR)" \ IPKG_OFFLINE_ROOT="$(TARGET_DIR)" \
$(STAGING_DIR_HOST)/bin/opkg \ $(STAGING_DIR_HOST)/bin/opkg \
-f $(BOARD_BUILDDIR)/opkg.conf \ -f $(BOARD_BUILDDIR)/opkg.conf \
--force-depends \
--force-overwrite \
--force-postinstall \
--cache $(TMP_DIR)/dl \ --cache $(TMP_DIR)/dl \
--offline-root $(TARGET_DIR) \ --offline-root $(TARGET_DIR) \
--add-dest root:/ \ --add-dest root:/ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment