Changeset e93bfb1 in freewrt
- Timestamp:
- Feb 3, 2007, 2:53:29 PM (19 years ago)
- Children:
- 830d053
- Parents:
- 99ac30b
- Files:
-
- 2 deleted
- 3 edited
-
mk/kernel.mk (modified) (1 diff)
-
target/Config.in (modified) (1 diff)
-
target/image/brcm/Makefile (modified) (1 diff)
-
target/linux/brcm-2.4/squashfs-symlinks/config/config.squashfs_symlinks (deleted)
-
target/linux/brcm-2.4/squashfs-symlinks/files/sbin/mount_root (deleted)
Legend:
- Unmodified
- Added
- Removed
-
mk/kernel.mk
r99ac30b re93bfb1 129 129 endif 130 130 131 # squashfs with symlinks in a jffs2 partition132 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_symlinks136 else137 include $(FS)/config/config.squashfs_symlinks138 endif139 endif140 141 131 # jffs2 142 132 ifeq ($(FS),jffs2) -
target/Config.in
r99ac30b re93bfb1 29 29 help 30 30 Build firmware images with a writable jffs2 root filesystem. 31 32 config FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS33 bool "read-only root filesystem and symlinks (squashfs-symlinks)"34 select FWRT_PACKAGE_MTD35 select FWRT_PACKAGE_FWCF36 select FWRT_PACKAGE_JFFS2ROOT37 depends on FWRT_LINUX_2_4_BRCM || FWRT_LINUX_2_6_BRCM38 help39 Build firmware images with a read-only and highly compressed40 (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 edit43 the file.44 31 45 32 config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY -
target/image/brcm/Makefile
r99ac30b re93bfb1 54 54 endif 55 55 56 ifeq ($(FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS),y)57 $(KDIR)/root.squashfs-symlinks:58 rm -f $(KDIR)/root.squashfs-symlinks59 $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root \60 $(KDIR)/root.squashfs-symlinks $(SQUASHFS_OPTS) $(MAKE_TRACE)61 endif62 63 56 $(KDIR)/loader.tmp.gz: lzma-loader-compile 64 57 $(CP) $(BUILD_DIR)/loader.gz $@
Note:
See TracChangeset
for help on using the changeset viewer.
