mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 17:47:00 +00:00
imagebuilder: correctly export PACKAGE_DIR and PACKAGE_DIR_ALL
Correctly export PACKAGE_DIR and PACKAGE_DIR_ALL so that they won't be reset on internal call of rules.mk Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
27c76121d8
commit
1c211e7781
@ -83,9 +83,9 @@ help: FORCE
|
|||||||
|
|
||||||
|
|
||||||
# override variables from rules.mk
|
# override variables from rules.mk
|
||||||
PACKAGE_DIR:=$(TOPDIR)/packages
|
export 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)
|
||||||
PACKAGE_DIR_ALL:=$(TOPDIR)/packages
|
export PACKAGE_DIR_ALL:=$(TOPDIR)/packages
|
||||||
|
|
||||||
export OPKG_KEYS:=$(TOPDIR)/keys
|
export OPKG_KEYS:=$(TOPDIR)/keys
|
||||||
OPKG:=$(call opkg,$(TARGET_DIR)) \
|
OPKG:=$(call opkg,$(TARGET_DIR)) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user