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 | 883510aeed90142d275a8dd94d1113be77028258 (patch) | |
tree | d4618308936a52dfca2e304bfba37bba9b4ca5ec /openwrt/target/squashfs-lzma | |
parent | 16fb0b7110acfc5e32a65502f5762745759e702e (diff) | |
download | mtk-20170518-883510aeed90142d275a8dd94d1113be77028258.zip mtk-20170518-883510aeed90142d275a8dd94d1113be77028258.tar.gz mtk-20170518-883510aeed90142d275a8dd94d1113be77028258.tar.bz2 |
fix the jffs2 build for separate 4M/8M images
SVN-Revision: 303
Diffstat (limited to 'openwrt/target/squashfs-lzma')
-rw-r--r-- | openwrt/target/squashfs-lzma/squashfslzmaroot.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/openwrt/target/squashfs-lzma/squashfslzmaroot.mk b/openwrt/target/squashfs-lzma/squashfslzmaroot.mk index 722c205..1aa80e0 100644 --- a/openwrt/target/squashfs-lzma/squashfslzmaroot.mk +++ b/openwrt/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 |