Changeset 78d1618 in freewrt for target/image/brcm/Makefile


Ignore:
Timestamp:
Aug 15, 2025, 4:56:30 PM (5 months ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_2_0
Children:
c41db42
Parents:
0e691c1
Message:

rename squashfs-overlay to squashfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/image/brcm/Makefile

    r0e691c1 r78d1618  
    4545endif
    4646
    47 ifeq ($(FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY),y)
    48 $(KDIR)/root.squashfs-overlay:
    49         rm -f $(KDIR)/root.squashfs-overlay
     47ifeq ($(FWRT_TARGET_ROOTFS_SQUASHFS),y)
     48$(KDIR)/root.squashfs:
     49        rm -f $(KDIR)/root.squashfs
    5050        $(STAGING_DIR)/bin/mksquashfs $(KDIR)/root \
    51                 $(KDIR)/root.squashfs-overlay $(SQUASHFS_OPTS) $(MAKE_TRACE)
     51                $(KDIR)/root.squashfs $(SQUASHFS_OPTS) $(MAKE_TRACE)
    5252endif
    5353
     
    6161        cp $(BUILD_DIR)/loader.elf $(BIN_DIR)/boot/bootloader-$(BOARD)-$(KERNEL).elf
    6262
    63 ifeq ($(FS),squashfs-overlay)
     63ifeq ($(FS),squashfs)
    6464$(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS).trx: $(KDIR)/loader.tmp.gz $(KDIR)/root.$(FS) $(KDIR)/vmlinux.lzma
    6565        $(STAGING_DIR)/bin/trx -o $@ $(KDIR)/loader.tmp.gz $(KDIR)/vmlinux.lzma -a 1024 $(KDIR)/root.$(FS) $(MAKE_TRACE)
Note: See TracChangeset for help on using the changeset viewer.