projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix the jffs2 build for separate 4M/8M images
[openwrt.git]
/
openwrt
/
target
/
squashfs-lzma
/
squashfslzmaroot.mk
diff --git
a/openwrt/target/squashfs-lzma/squashfslzmaroot.mk
b/openwrt/target/squashfs-lzma/squashfslzmaroot.mk
index
722c205
..
1aa80e0
100644
(file)
--- 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
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
squashfslzmaroot-source: squashfslzma-source
@@
-52,4
+53,10
@@
squashfslzmaroot-dirclean:
ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS_LZMA)),y)
TARGETS+=squashfslzmaroot openwrt-image
ROOTFS=squashfslzma
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
endif
This page took
0.029101 seconds
and
4
git commands to generate.