Changeset 78d1618 in freewrt for target/image/brcm/Makefile
- Timestamp:
- Aug 15, 2025, 4:56:30 PM (5 months ago)
- Branches:
- freewrt_2_0
- Children:
- c41db42
- Parents:
- 0e691c1
- File:
-
- 1 edited
-
target/image/brcm/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
target/image/brcm/Makefile
r0e691c1 r78d1618 45 45 endif 46 46 47 ifeq ($(FWRT_TARGET_ROOTFS_SQUASHFS _OVERLAY),y)48 $(KDIR)/root.squashfs -overlay:49 rm -f $(KDIR)/root.squashfs -overlay47 ifeq ($(FWRT_TARGET_ROOTFS_SQUASHFS),y) 48 $(KDIR)/root.squashfs: 49 rm -f $(KDIR)/root.squashfs 50 50 $(STAGING_DIR)/bin/mksquashfs $(KDIR)/root \ 51 $(KDIR)/root.squashfs -overlay$(SQUASHFS_OPTS) $(MAKE_TRACE)51 $(KDIR)/root.squashfs $(SQUASHFS_OPTS) $(MAKE_TRACE) 52 52 endif 53 53 … … 61 61 cp $(BUILD_DIR)/loader.elf $(BIN_DIR)/boot/bootloader-$(BOARD)-$(KERNEL).elf 62 62 63 ifeq ($(FS),squashfs -overlay)63 ifeq ($(FS),squashfs) 64 64 $(STAGING_DIR)/$(FWRT_PREFIX)-$(BOARD)-$(KERNEL)-$(FS).trx: $(KDIR)/loader.tmp.gz $(KDIR)/root.$(FS) $(KDIR)/vmlinux.lzma 65 65 $(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.
