From f502d1443c24001d1c26d75b0ae7b5037cc1339f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 12 May 2014 07:39:14 +0200 Subject: [PATCH] make: don't install with --force-*, we want to know when something breaks --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index acabb574..d608ea54 100644 --- a/Makefile +++ b/Makefile @@ -267,9 +267,6 @@ OPKG:= \ IPKG_OFFLINE_ROOT="$(TARGET_DIR)" \ $(STAGING_DIR_HOST)/bin/opkg \ -f $(BOARD_BUILDDIR)/opkg.conf \ - --force-depends \ - --force-overwrite \ - --force-postinstall \ --cache $(TMP_DIR)/dl \ --offline-root $(TARGET_DIR) \ --add-dest root:/ \