summaryrefslogtreecommitdiffstats
path: root/target/linux/image/squashfs.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 20:14:08 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 20:14:08 +0000
commit43284ece33d7dbe5d8465fdd30e9ed37a5986ed3 (patch)
tree51a3331a48799f31c75dff460b4cd37a8de5287b /target/linux/image/squashfs.mk
parentf2a0915886fd9ac1781f79efd90b63c0292e32e2 (diff)
fix root filesystem path
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3871 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/squashfs.mk')
-rw-r--r--target/linux/image/squashfs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/image/squashfs.mk b/target/linux/image/squashfs.mk
index abc58da1e..abe21563e 100644
--- a/target/linux/image/squashfs.mk
+++ b/target/linux/image/squashfs.mk
@@ -15,8 +15,8 @@ squashfs-clean:
rm -f $(KDIR)/root.squashfs
$(KDIR)/root.squashfs: install-prepare
- @mkdir -p $(KDIR)/root/jffs
- $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -nopad -noappend -root-owned -$(endian)
+ @mkdir -p $(BUILD_DIR)/root/jffs
+ $(STAGING_DIR)/bin/mksquashfs-lzma $(BUILD_DIR)/root $@ -nopad -noappend -root-owned -$(endian)
ifeq ($(IB),)
squashfs-install: compile-targets $(BOARD)-compile