mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-04 10:10:47 +00:00
build: remove obsolete variables from opkg command
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
7dffc32ffa
commit
37e82e4e42
@ -36,10 +36,7 @@ endif
|
|||||||
# where to build (and put) .ipk packages
|
# where to build (and put) .ipk packages
|
||||||
OPKG:= \
|
OPKG:= \
|
||||||
IPKG_NO_SCRIPT=1 \
|
IPKG_NO_SCRIPT=1 \
|
||||||
IPKG_TMP=$(TMP_DIR)/ipkg \
|
|
||||||
IPKG_INSTROOT=$(TARGET_DIR) \
|
IPKG_INSTROOT=$(TARGET_DIR) \
|
||||||
IPKG_CONF_DIR=$(STAGING_DIR)/etc \
|
|
||||||
IPKG_OFFLINE_ROOT=$(TARGET_DIR) \
|
|
||||||
$(XARGS) $(STAGING_DIR_HOST)/bin/opkg \
|
$(XARGS) $(STAGING_DIR_HOST)/bin/opkg \
|
||||||
--offline-root $(TARGET_DIR) \
|
--offline-root $(TARGET_DIR) \
|
||||||
--force-depends \
|
--force-depends \
|
||||||
|
@ -56,10 +56,7 @@ PACKAGE_DIR:=$(TOPDIR)/packages
|
|||||||
LISTS_DIR:=$(subst $(space),/,$(patsubst %,..,$(subst /,$(space),$(TARGET_DIR))))$(DL_DIR)
|
LISTS_DIR:=$(subst $(space),/,$(patsubst %,..,$(subst /,$(space),$(TARGET_DIR))))$(DL_DIR)
|
||||||
OPKG:= \
|
OPKG:= \
|
||||||
IPKG_NO_SCRIPT=1 \
|
IPKG_NO_SCRIPT=1 \
|
||||||
IPKG_TMP="$(TMP_DIR)/ipkgtmp" \
|
|
||||||
IPKG_INSTROOT="$(TARGET_DIR)" \
|
IPKG_INSTROOT="$(TARGET_DIR)" \
|
||||||
IPKG_CONF_DIR="$(TMP_DIR)" \
|
|
||||||
IPKG_OFFLINE_ROOT="$(TARGET_DIR)" \
|
|
||||||
$(STAGING_DIR_HOST)/bin/opkg \
|
$(STAGING_DIR_HOST)/bin/opkg \
|
||||||
-f $(TOPDIR)/repositories.conf \
|
-f $(TOPDIR)/repositories.conf \
|
||||||
--force-depends \
|
--force-depends \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user