Changeset 621d5d2 in freewrt for target/image/brcm/Makefile
- Timestamp:
- Aug 13, 2025, 3:29:19 AM (4 months ago)
- Branches:
- freewrt_2_0
- Children:
- dbd017a
- Parents:
- 18face91
- git-author:
- Waldemar Brodkorb <wbx@…> (08/10/25 21:40:52)
- git-committer:
- Waldemar Brodkorb <wbx@…> (08/13/25 03:29:19)
- File:
-
- 1 edited
-
target/image/brcm/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
target/image/brcm/Makefile
r18face91 r621d5d2 31 31 chmod 1777 $(KDIR)/root/tmp 32 32 33 ifneq ($(FWRT_BIG_ENDIAN),y)34 33 JFFS2_OPTS:= --little-endian --pad --squash-uid 35 SQUASHFS_OPTS:= -le -nopad -noappend -root-owned 36 else 37 JFFS2_OPTS:= --big-endian --pad --squash-uid 38 SQUASHFS_OPTS:= -be -nopad -noappend -root-owned 39 endif 34 SQUASHFS_OPTS:= -nopad -noappend -root-owned 40 35 41 36 ifeq ($(FWRT_TARGET_ROOTFS_JFFS2),y) … … 53 48 $(KDIR)/root.squashfs-overlay: 54 49 rm -f $(KDIR)/root.squashfs-overlay 55 $(STAGING_DIR)/bin/mksquashfs -lzma$(KDIR)/root \50 $(STAGING_DIR)/bin/mksquashfs $(KDIR)/root \ 56 51 $(KDIR)/root.squashfs-overlay $(SQUASHFS_OPTS) $(MAKE_TRACE) 57 52 endif
Note:
See TracChangeset
for help on using the changeset viewer.
