Changeset 1993322 in freewrt for target/image/brcm/Makefile


Ignore:
Timestamp:
Apr 21, 2007, 7:23:44 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
6079702
Parents:
2d9a22a
Message:

remove squashfs symlinks root filesystem, it is ugly and overlay works stable and fine. 1.0.3 will come without squashfs-symlinks filesystem support. it is removed in trunk already. I never suggest to use symlinks method and we should not support it anymore

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@2403 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/image/brcm/Makefile

    r2d9a22a r1993322  
    6060endif
    6161
    62 ifeq ($(FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS),y)
    63 $(KDIR)/root.squashfs-symlinks:
    64         rm -f $(KDIR)/root.squashfs-symlinks
    65         $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root \
    66                 $(KDIR)/root.squashfs-symlinks $(SQUASHFS_OPTS) $(MAKE_TRACE)
    67 endif
    68 
    6962$(KDIR)/loader.tmp.gz: lzma-loader-compile
    7063        $(CP) $(BUILD_DIR)/loader.gz $@
     
    8174endif
    8275
    83 ifeq ($(FS),squashfs-symlinks)
    84 $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS).trx: $(KDIR)/loader.tmp.gz $(KDIR)/root.$(FS) $(KDIR)/vmlinux.lzma
    85         $(STAGING_DIR)/bin/trx -o $@ $(KDIR)/loader.tmp.gz $(KDIR)/vmlinux.lzma -a 1024 $(KDIR)/root.$(FS) $(MAKE_TRACE)
    86 endif
    87 
    8876ifeq ($(FS),jffs2)
    8977$(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.