diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-22 12:04:33 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-29 10:18:26 +0200 |
commit | 37e82e4e42155901756a67ad14f3d5c1335f3b0a (patch) | |
tree | 09e41e61b22a7973063ca0c367004c04a7f257c9 /target/imagebuilder/files | |
parent | 7dffc32ffa11069bb5c5e38e6f891c5052a3d488 (diff) | |
download | upstream-37e82e4e42155901756a67ad14f3d5c1335f3b0a.tar.gz upstream-37e82e4e42155901756a67ad14f3d5c1335f3b0a.tar.bz2 upstream-37e82e4e42155901756a67ad14f3d5c1335f3b0a.zip |
build: remove obsolete variables from opkg command
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/imagebuilder/files')
-rw-r--r-- | target/imagebuilder/files/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index 4ae0297355..44439854d6 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -56,10 +56,7 @@ PACKAGE_DIR:=$(TOPDIR)/packages LISTS_DIR:=$(subst $(space),/,$(patsubst %,..,$(subst /,$(space),$(TARGET_DIR))))$(DL_DIR) OPKG:= \ IPKG_NO_SCRIPT=1 \ - IPKG_TMP="$(TMP_DIR)/ipkgtmp" \ IPKG_INSTROOT="$(TARGET_DIR)" \ - IPKG_CONF_DIR="$(TMP_DIR)" \ - IPKG_OFFLINE_ROOT="$(TARGET_DIR)" \ $(STAGING_DIR_HOST)/bin/opkg \ -f $(TOPDIR)/repositories.conf \ --force-depends \ |