diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 20:14:08 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 20:14:08 +0000 |
| commit | c417ce482d2124ae5ec462e1fbccb1222a64f447 (patch) | |
| tree | 4d8f5e3a0ab5f732c98c7d6e095aa9803af7b22d /openwrt/target/linux/image/jffs2.mk | |
| parent | b41a642e433e002e05f5b0c26fe5d5a2bbc179cf (diff) | |
| download | mtk-20170518-c417ce482d2124ae5ec462e1fbccb1222a64f447.zip mtk-20170518-c417ce482d2124ae5ec462e1fbccb1222a64f447.tar.gz mtk-20170518-c417ce482d2124ae5ec462e1fbccb1222a64f447.tar.bz2 | |
fix root filesystem path
SVN-Revision: 3871
Diffstat (limited to 'openwrt/target/linux/image/jffs2.mk')
| -rw-r--r-- | openwrt/target/linux/image/jffs2.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/target/linux/image/jffs2.mk b/openwrt/target/linux/image/jffs2.mk index 432df3e..44d8924 100644 --- a/openwrt/target/linux/image/jffs2.mk +++ b/openwrt/target/linux/image/jffs2.mk @@ -17,12 +17,12 @@ jffs2-clean: rm -f $(KDIR)/root.jffs2* $(KDIR)/root.jffs2-4MB: install-prepare - @rm -rf $(KDIR)/root/jffs - $(STAGING_DIR)/bin/mkfs.jffs2 $(JFFS2OPTS) -e 0x10000 -o $@ -d $(KDIR)/root + @rm -rf $(BUILD_DIR)/root/jffs + $(STAGING_DIR)/bin/mkfs.jffs2 $(JFFS2OPTS) -e 0x10000 -o $@ -d $(BUILD_DIR)/root $(KDIR)/root.jffs2-8MB: install-prepare - @rm -rf $(KDIR)/root/jffs - $(STAGING_DIR)/bin/mkfs.jffs2 $(JFFS2OPTS) -e 0x20000 -o $@ -d $(KDIR)/root + @rm -rf $(BUILD_DIR)/root/jffs + $(STAGING_DIR)/bin/mkfs.jffs2 $(JFFS2OPTS) -e 0x20000 -o $@ -d $(BUILD_DIR)/root ifeq ($(IB),) jffs2-install: compile-targets $(BOARD)-compile |
