Changeset 621d5d2 in freewrt for target/image/brcm/Makefile


Ignore:
Timestamp:
Aug 13, 2025, 3:29:19 AM (4 months ago)
Author:
Waldemar Brodkorb <wbx@…>
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)
Message:

squashfs: update to 4.7, we get a root shell now :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/image/brcm/Makefile

    r18face91 r621d5d2  
    3131        chmod 1777 $(KDIR)/root/tmp
    3232
    33 ifneq ($(FWRT_BIG_ENDIAN),y)
    3433JFFS2_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
     34SQUASHFS_OPTS:= -nopad -noappend -root-owned
    4035
    4136ifeq ($(FWRT_TARGET_ROOTFS_JFFS2),y)
     
    5348$(KDIR)/root.squashfs-overlay:
    5449        rm -f $(KDIR)/root.squashfs-overlay
    55         $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root \
     50        $(STAGING_DIR)/bin/mksquashfs $(KDIR)/root \
    5651                $(KDIR)/root.squashfs-overlay $(SQUASHFS_OPTS) $(MAKE_TRACE)
    5752endif
Note: See TracChangeset for help on using the changeset viewer.