make: don't install with --force-*, we want to know when something breaks
This commit is contained in:
parent
b4d017643d
commit
f502d1443c
3
Makefile
3
Makefile
@ -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:/ \
|
||||||
|
Loading…
Reference in New Issue
Block a user