Changeset 1993322 in freewrt
- Timestamp:
- Apr 21, 2007, 7:23:44 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 6079702
- Parents:
- 2d9a22a
- Files:
-
- 2 deleted
- 6 edited
-
mk/targets.mk (modified) (1 diff)
-
package/fwcf/Config.in (modified) (2 diffs)
-
package/jffs2root/Config.in (modified) (1 diff)
-
package/mtd/Config.in (modified) (1 diff)
-
target/Config.in (modified) (1 diff)
-
target/image/brcm/Makefile (modified) (2 diffs)
-
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/targets.mk
r2d9a22a r1993322 68 68 $(eval $(call rootfs_template,jffs2,JFFS2)) 69 69 $(eval $(call rootfs_template,squashfs-overlay,SQUASHFS_OVERLAY)) 70 $(eval $(call rootfs_template,squashfs-symlinks,SQUASHFS_SYMLINKS))71 70 72 71 export FS -
package/fwcf/Config.in
r2d9a22a r1993322 3 3 tristate 4 4 default y if FWRT_TARGET_ROOTFS_JFFS2 5 default y if FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS6 5 default y if FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 7 6 default n … … 31 30 select FWRT_PACKAGE_MTD 32 31 depends on FWRT_TARGET_ROOTFS_JFFS2 || \ 33 FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS || \34 32 FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 35 33 help -
package/jffs2root/Config.in
r2d9a22a r1993322 3 3 tristate 4 4 default y if FWRT_TARGET_ROOTFS_JFFS2 5 default y if FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS6 5 default y if FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 7 6 default n 8 7 depends on FWRT_TARGET_ROOTFS_JFFS2 || \ 9 FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS || \10 8 FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 11 9 help -
package/mtd/Config.in
r2d9a22a r1993322 3 3 tristate 4 4 default y if FWRT_TARGET_ROOTFS_JFFS2 5 default y if FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS6 5 default y if FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 7 6 default n 8 7 depends on FWRT_TARGET_ROOTFS_JFFS2 || \ 9 FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS || \10 8 FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 11 9 help -
target/Config.in
r2d9a22a r1993322 25 25 Build firmware images with a writable jffs2 root filesystem. 26 26 27 config FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS28 bool "read-only root filesystem and symlinks (squashfs-symlinks)"29 select FWRT_PACKAGE_MTD30 select FWRT_PACKAGE_FWCF31 select FWRT_PACKAGE_JFFS2ROOT32 depends on FWRT_LINUX_2_4_BRCM33 help34 Build firmware images with a read-only and highly compressed35 (squashfs with lzma compression) root filesystem.36 Startup scripts will create symlinks to the writable jffs2 portion.37 If you want to change anything, first remove the symlink then edit38 the file.39 40 27 config FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY 41 28 bool "read-only root filesystem and overlay fs (squashfs-overlay)" -
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.
