diff options
author | Mike Baker <mbm@openwrt.org> | 2005-03-04 04:35:15 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-03-04 04:35:15 +0000 |
commit | 7b295b2e9877e3ec7ef08195a17bc4a4edd47afa (patch) | |
tree | 46f4035e8c9f387e15065e96181cdf8741f9f639 /target/squashfs-lzma/squashfslzmaroot.mk | |
parent | fa4332db3ba59993185706589038c226463eb171 (diff) | |
download | upstream-7b295b2e9877e3ec7ef08195a17bc4a4edd47afa.tar.gz upstream-7b295b2e9877e3ec7ef08195a17bc4a4edd47afa.tar.bz2 upstream-7b295b2e9877e3ec7ef08195a17bc4a4edd47afa.zip |
fix the jffs2 build for separate 4M/8M images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@303 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/squashfs-lzma/squashfslzmaroot.mk')
-rw-r--r-- | target/squashfs-lzma/squashfslzmaroot.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/target/squashfs-lzma/squashfslzmaroot.mk b/target/squashfs-lzma/squashfslzmaroot.mk index 722c20524e..1aa80e0029 100644 --- a/target/squashfs-lzma/squashfslzmaroot.mk +++ b/target/squashfs-lzma/squashfslzmaroot.mk @@ -39,7 +39,8 @@ squashfslzma-dirclean: squashfslzmaroot: squashfslzma @rm -rf $(TARGET_DIR)/usr/man @rm -rf $(TARGET_DIR)/usr/info - $(SQUASHFSLZMA_DIR)/squashfs-tools/mksquashfs-lzma $(TARGET_DIR) $(IMAGE).squashfslzma -noappend -root-owned -le + $(SQUASHFSLZMA_DIR)/squashfs-tools/mksquashfs-lzma \ + $(TARGET_DIR) $(IMAGE).squashfslzma -noappend -root-owned -le squashfslzmaroot-source: squashfslzma-source @@ -52,4 +53,10 @@ squashfslzmaroot-dirclean: ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS_LZMA)),y) TARGETS+=squashfslzmaroot openwrt-image ROOTFS=squashfslzma + +openwrt-image: openwrt + @make openwrt-code.bin TAG=W54G \ + EXTRAVERSION=$(EXTRAVERSION)-SQUASHFSLZMA + @make openwrt-code.bin TAG=W54S \ + EXTRAVERSION=$(EXTRAVERSION)-SQUASHFSLZMA endif |