| Commit message (Expand) | Author | Age | Files | Lines |
* | image.mk: make image too big warnings more visible | Jonas Gorski | 2015-05-25 | 1 | -2/+2 |
* | image: disable compile target within image builder | Felix Fietkau | 2015-05-11 | 1 | -1/+1 |
* | build: disable initramfs build within image builder | Felix Fietkau | 2015-05-11 | 1 | -0/+2 |
* | build: make initramfs kernel builds depend on the image prepare step | Felix Fietkau | 2015-05-11 | 1 | -0/+1 |
* | build: add support for adding a per-device compile step in the new image buil... | Felix Fietkau | 2015-05-11 | 1 | -0/+12 |
* | include: make dtb argument optional in MkFIT | Felix Fietkau | 2015-05-10 | 1 | -1/+1 |
* | all: replace genext2fs with make_ext4fs | Jo-Philipp Wich | 2015-04-20 | 1 | -7/+7 |
* | image.mk: do not emit multiple target definitions for kernel images | Felix Fietkau | 2015-04-18 | 1 | -1/+4 |
* | image.mk: force rebuild of kernel dependent parts - fixes auto-rebuild on DTS... | Felix Fietkau | 2015-04-18 | 1 | -0/+1 |
* | opkg: drop md5 in favour of sha256 | John Crispin | 2015-04-14 | 1 | -3/+3 |
* | build: replace the deprecated find argument -perm +0100 with /0100 (#19480) | Felix Fietkau | 2015-04-14 | 1 | -2/+2 |
* | image.mk: rework FILESYSTEM evaluation order to fix some build issues | Felix Fietkau | 2015-04-08 | 1 | -5/+7 |
* | image.mk: export the FILESYSTEM variable to build commands | Felix Fietkau | 2015-04-03 | 1 | -1/+1 |
* | build: make device image kernels depend on Image/Prepare step | Felix Fietkau | 2015-03-31 | 1 | -0/+1 |
* | image.mk: fix initramfs kernel build instructions leaking across device sections | Felix Fietkau | 2015-03-30 | 1 | -1/+1 |
* | build: ignore errors on copying firmware binaries from $(KDIR) to $(BIN_DIR) | Felix Fietkau | 2015-03-26 | 1 | -0/+1 |
* | include/image.mk: define variable FILESYSTEM | Felix Fietkau | 2015-03-25 | 1 | -0/+1 |
* | image.mk: allow image build code to run a per-filesystem prepare step | Felix Fietkau | 2015-03-25 | 1 | -0/+2 |
* | build: allow changing kernel name in new image code | Felix Fietkau | 2015-01-18 | 1 | -2/+3 |
* | build: allow passing parameters to padjffs2 via the pad-rootfs command | Felix Fietkau | 2015-01-17 | 1 | -1/+1 |
* | build: add image makefile helper function for pading with an offset | Felix Fietkau | 2015-01-17 | 1 | -0/+11 |
* | ramips: convert mt7621 images to new image building code | Felix Fietkau | 2015-01-10 | 1 | -13/+24 |
* | build: add new image building code infrastructure | Felix Fietkau | 2015-01-10 | 1 | -0/+146 |
* | build: add version number to filenames | Jo-Philipp Wich | 2015-01-08 | 1 | -1/+2 |
* | image.mk: make ubinize.cfg optional | Felix Fietkau | 2014-12-27 | 1 | -2/+3 |
* | don't copy initramfs.elf unconditionally | Imre Kaloz | 2014-12-26 | 1 | -1/+0 |
* | The ubinized filesystems should be used for generating the | Imre Kaloz | 2014-12-26 | 1 | -1/+1 |
* | image.mk: remove legacy target rules | Felix Fietkau | 2014-10-12 | 1 | -7/+3 |
* | image.mk: parallelize cpio.gz and tar.gz filesystem build | Felix Fietkau | 2014-10-12 | 1 | -13/+9 |
* | image.mk: split off jffs2-raw images into a separate make target to improve p... | Felix Fietkau | 2014-10-12 | 1 | -3/+7 |
* | image.mk: clean up and parallelize mkfs calls | Felix Fietkau | 2014-10-12 | 1 | -45/+49 |
* | image.mk: call mkfs/prepare for the image builder | Felix Fietkau | 2014-10-12 | 1 | -2/+4 |
* | image.mk: reduce code duplication, move prepare to a separate make target | Felix Fietkau | 2014-10-12 | 1 | -37/+20 |
* | image.mk: remove the unnecessary .NOTPARALLEL flag | Felix Fietkau | 2014-10-12 | 1 | -1/+0 |
* | image: only call Image/BuildKernel/Initramfs if initramfs is actually enabled | Felix Fietkau | 2014-07-31 | 1 | -9/+4 |
* | include/image.mk: add a path variable for the dts folder | John Crispin | 2014-07-21 | 1 | -0/+1 |
* | make UbinizeImage work nicely without a kernel volume | Imre Kaloz | 2014-06-27 | 1 | -5/+4 |
* | include UbinizeImage parameters' description in the file | Imre Kaloz | 2014-06-27 | 1 | -0/+5 |
* | SysupgradeNAND: include rootfs-type in image name | John Crispin | 2014-06-24 | 1 | -8/+8 |
* | image.mk: introduce Image/Build/UbinizeImage make target | John Crispin | 2014-06-24 | 1 | -0/+7 |
* | procd: some cleanup for SysupgradeNAND | John Crispin | 2014-06-17 | 1 | -2/+0 |
* | include/image.mk: cleanup the SysupgradeNAND template | John Crispin | 2014-06-16 | 1 | -5/+7 |
* | include/image.mk: add a target for generating sysupgrade tar files for nand | John Crispin | 2014-06-11 | 1 | -0/+14 |
* | build: make the squashfs block size configurable | Felix Fietkau | 2014-06-02 | 1 | -1/+1 |
* | image: ext4: rename config options as these are only used for ext4 image crea... | John Crispin | 2014-06-02 | 1 | -1/+1 |
* | image: ext4: allow creation of a journaling filesystem | John Crispin | 2014-06-02 | 1 | -1/+1 |
* | image: ext4: allow to choose a block size for the rootfs | John Crispin | 2014-06-02 | 1 | -2/+2 |
* | lantiq: BT Home Hub 2B support - board support | John Crispin | 2014-04-03 | 1 | -2/+2 |
* | include/make.mk: add support for ubinize-overlay.cfg | John Crispin | 2014-04-03 | 1 | -10/+15 |
* | image: remove spaces from toupper function | Luka Perkov | 2013-11-18 | 1 | -1/+1 |