build: rework prepare_rootfs to pass target dir via parameter
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -56,7 +56,7 @@ $(curdir)/install: $(TMP_DIR)/.build $(curdir)/system/opkg/host/install
|
||||
done; \
|
||||
done || true
|
||||
@-$(MAKE) package/preconfig
|
||||
$(prepare_rootfs)
|
||||
$(call prepare_rootfs,$(TARGET_DIR))
|
||||
|
||||
PASSOPT=""
|
||||
PASSARG=""
|
||||
|
||||
Reference in New Issue
Block a user