Changeset e93bfb1 in freewrt


Ignore:
Timestamp:
Feb 3, 2007, 2:53:29 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
830d053
Parents:
99ac30b
Message:

remove old symlink filesystem layout

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1840 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • mk/kernel.mk

    r99ac30b re93bfb1  
    129129endif
    130130
    131 # squashfs with symlinks in a jffs2 partition
    132 ifeq ($(FS),squashfs-symlinks)
    133 DEVICECONFIG:=$(shell test -f $(DEVICE)/config/config.squashfs_symlinks && echo y 2>/dev/null)
    134 ifneq ($(strip $(DEVICECONFIG)),)
    135 include $(DEVICE)/config/config.squashfs_symlinks
    136 else
    137 include $(FS)/config/config.squashfs_symlinks
    138 endif
    139 endif
    140 
    141131# jffs2
    142132ifeq ($(FS),jffs2)
  • target/Config.in

    r99ac30b re93bfb1  
    2929        help
    3030          Build firmware images with a writable jffs2 root filesystem.
    31 
    32 config FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS
    33         bool "read-only root filesystem and symlinks (squashfs-symlinks)"
    34         select FWRT_PACKAGE_MTD
    35         select FWRT_PACKAGE_FWCF
    36         select FWRT_PACKAGE_JFFS2ROOT
    37         depends on FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_6_BRCM
    38         help
    39           Build firmware images with a read-only and highly compressed
    40           (squashfs with lzma compression) root filesystem.
    41           Startup scripts will create symlinks to the writable jffs2 portion.
    42           If you want to change anything, first remove the symlink then edit
    43           the file.
    4431
    4532config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY
  • target/image/brcm/Makefile

    r99ac30b re93bfb1  
    5454endif
    5555
    56 ifeq ($(FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS),y)
    57 $(KDIR)/root.squashfs-symlinks:
    58         rm -f $(KDIR)/root.squashfs-symlinks
    59         $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root \
    60                 $(KDIR)/root.squashfs-symlinks $(SQUASHFS_OPTS) $(MAKE_TRACE)
    61 endif
    62 
    6356$(KDIR)/loader.tmp.gz: lzma-loader-compile
    6457        $(CP) $(BUILD_DIR)/loader.gz $@
Note: See TracChangeset for help on using the changeset viewer.