diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index d4081cf689..857c2ebe38 100644 --- a/package/Makefile +++ b/package/Makefile @@ -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="" |