179 Commits (947eac1803d631224a9fa6378df3d3409e33be58)

Author SHA1 Message Date
Felix Fietkau c9f75a77ed export KERNEL_INITRAMFS_IMAGE 9 years ago
Felix Fietkau 6a90baf2bf image.mk: use new pure make functions for sanitizing image filenames 9 years ago
Felix Fietkau 0a0bfc8507 images imagebuilder: Allow to add sanitized extra name 9 years ago
Felix Fietkau 150a1b18c5 images: use configured distribution name for output image names 9 years ago
Felix Fietkau caf3a14a3c image.mk: use cross toolchain cpp for processing dts file instead of relying on the host compiler 9 years ago
Felix Fietkau 09335a0a2f build: fix arch used during dts compilation 9 years ago
Felix Fietkau 86a46a817b image: append-ubi: add optional UBI subpage size 9 years ago
Felix Fietkau 46f6626052 include/image.mk: Introduce generic option to wrap kernel into JFFS2 9 years ago
Felix Fietkau 141793c96c include/image.mk: introduce KERNEL_INITRAMFS_NAME variable 9 years ago
Felix Fietkau 2927e32deb include/image.mk: Use PROFILE_SANITIZED in targz image task 9 years ago
Felix Fietkau 86136e2bc3 include/image.mk: Introduce sanitized profile variable 9 years ago
Felix Fietkau d495ef6d59 build: make mkfs-* depend on kernel installation to fix parallel build issues 9 years ago
Felix Fietkau 4baec2468a include/image.mk: make tar reproducible 9 years ago
Jonas Gorski 4bbfb09362 image: allow exactly KERNEL_SIZE sized kernels 9 years ago
Jonas Gorski b958c12d2c image: move netgear-image to top and rename to -dni 9 years ago
Jonas Gorski a164be8ebe build: add a build step for generic sysupgrade nand image 9 years ago
Jonas Gorski db8ae81f89 image: add a build step for building and appending an ubinized rootfs 9 years ago
Jonas Gorski 4e81a1473e brcm63xx: move gzip build command to include/image.mk 9 years ago
Jonas Gorski 960113fcfc image.mk: add a fit recipe 9 years ago
Jonas Gorski 8e69c9f7ef image.mk: store the device name variable 9 years ago
Jonas Gorski 4ecae78c16 image.mk: replace all Build/netgear-chk with a generic implementation 9 years ago
Jonas Gorski bed330204a image.mk: move KDIR_TMP definition to a central location 9 years ago
Felix Fietkau 5b25a12e8f image: fix handling of per-device kernel build commands 9 years ago
Felix Fietkau 6bb13be4f0 image: fix device variable exports for initramfs images 9 years ago
Jonas Gorski e7b5dd0e1d image.mk: add a BuildDTB define 9 years ago
John Crispin 096b3759a9 build: Prevent more gzip timestamps 9 years ago
Felix Fietkau 61a0b05dbf image.mk: add Build step pad-to 9 years ago
Felix Fietkau a417bf9f43 image.mk: add Build step combined-image 9 years ago
Jo-Philipp Wich 0d19e8da7f include: image.mk: ensure that $(KDIR)/tmp exists in the IB case as well 9 years ago
Felix Fietkau bf93fde164 build: do not call initramfs build from within the image builder 9 years ago
Felix Fietkau d1372992c4 build: in new image building code, do not rebuild kernel images in the image builder 9 years ago
Felix Fietkau ddf120fc03 build: store initramfs kernels in $(KDIR)/tmp - prevents them from being included in the image builder tarball 9 years ago
Felix Fietkau a6ad9f8ad8 build: store firmware images in $(KDIR)/tmp - prevents them from being included in the image builder tarball 9 years ago
Jonas Gorski 497fdc3f09 image.mk: make image too big warnings more visible 9 years ago
Felix Fietkau 9c7a520ba8 image: disable compile target within image builder 9 years ago
Felix Fietkau 49e1682861 build: disable initramfs build within image builder 9 years ago
Felix Fietkau c05f9b9c23 build: make initramfs kernel builds depend on the image prepare step 9 years ago
Felix Fietkau 4acc2a3947 build: add support for adding a per-device compile step in the new image building code 9 years ago
Felix Fietkau 2be2604a19 include: make dtb argument optional in MkFIT 9 years ago
Jo-Philipp Wich 0ee9504911 all: replace genext2fs with make_ext4fs 9 years ago
Felix Fietkau 2f49517c2f image.mk: do not emit multiple target definitions for kernel images 9 years ago
Felix Fietkau 8ca1e211df image.mk: force rebuild of kernel dependent parts - fixes auto-rebuild on DTS changes 9 years ago
John Crispin cc9a392e49 opkg: drop md5 in favour of sha256 9 years ago
Felix Fietkau 1ea8e3caca build: replace the deprecated find argument -perm +0100 with /0100 (#19480) 9 years ago
Felix Fietkau d0c0cc9a9a image.mk: rework FILESYSTEM evaluation order to fix some build issues 9 years ago
Felix Fietkau fa6d92f407 image.mk: export the FILESYSTEM variable to build commands 9 years ago
Felix Fietkau 14a54ed18d build: make device image kernels depend on Image/Prepare step 9 years ago
Felix Fietkau 6d7dff8596 image.mk: fix initramfs kernel build instructions leaking across device sections 9 years ago
Felix Fietkau a1b725bba5 build: ignore errors on copying firmware binaries from $(KDIR) to $(BIN_DIR) 9 years ago
Felix Fietkau d973d160bf include/image.mk: define variable FILESYSTEM 9 years ago