Changeset 1993322 in freewrt for target/image/brcm/Makefile
- Timestamp:
- Apr 21, 2007, 7:23:44 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 6079702
- Parents:
- 2d9a22a
- File:
-
- 1 edited
-
target/image/brcm/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
target/image/brcm/Makefile
r2d9a22a r1993322 60 60 endif 61 61 62 ifeq ($(FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS),y)63 $(KDIR)/root.squashfs-symlinks:64 rm -f $(KDIR)/root.squashfs-symlinks65 $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root \66 $(KDIR)/root.squashfs-symlinks $(SQUASHFS_OPTS) $(MAKE_TRACE)67 endif68 69 62 $(KDIR)/loader.tmp.gz: lzma-loader-compile 70 63 $(CP) $(BUILD_DIR)/loader.gz $@ … … 81 74 endif 82 75 83 ifeq ($(FS),squashfs-symlinks)84 $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS).trx: $(KDIR)/loader.tmp.gz $(KDIR)/root.$(FS) $(KDIR)/vmlinux.lzma85 $(STAGING_DIR)/bin/trx -o $@ $(KDIR)/loader.tmp.gz $(KDIR)/vmlinux.lzma -a 1024 $(KDIR)/root.$(FS) $(MAKE_TRACE)86 endif87 88 76 ifeq ($(FS),jffs2) 89 77 $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS)-64k.trx: $(KDIR)/loader.tmp.gz $(KDIR)/root.$(FS)-64k $(KDIR)/vmlinux.lzma
Note:
See TracChangeset
for help on using the changeset viewer.
