build: remove obsolete variables from opkg command

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2016-07-22 12:04:33 +02:00
parent 7dffc32ffa
commit 37e82e4e42
2 changed files with 0 additions and 6 deletions

View File

@@ -36,10 +36,7 @@ endif
# where to build (and put) .ipk packages
OPKG:= \
IPKG_NO_SCRIPT=1 \
IPKG_TMP=$(TMP_DIR)/ipkg \
IPKG_INSTROOT=$(TARGET_DIR) \
IPKG_CONF_DIR=$(STAGING_DIR)/etc \
IPKG_OFFLINE_ROOT=$(TARGET_DIR) \
$(XARGS) $(STAGING_DIR_HOST)/bin/opkg \
--offline-root $(TARGET_DIR) \
--force-depends \