| Commit message (Expand) | Author | Age | Files | Lines |
* | build: create JSON files containing image info | Paul Spooren | 2019-09-29 | 1 | -1/+28 |
* | Revert "build: remove harmful -nopad option from mksquashfs" | Jonas Gorski | 2019-09-07 | 1 | -1/+1 |
* | build: remove harmful -nopad option from mksquashfs | Christian Lamparter | 2019-08-30 | 1 | -1/+1 |
* | image.mk: keep underscores when sanitize PROFILE | Paul Spooren | 2019-08-22 | 1 | -1/+1 |
* | build: introduce ALT vendor/model/variant | Paul Spooren | 2019-08-22 | 1 | -2/+34 |
* | build: allow overriding default selection state for devices | Jonas Gorski | 2019-08-13 | 1 | -0/+3 |
* | image.mk: remove device_ from manifest filename | Paul Spooren | 2019-08-13 | 1 | -1/+1 |
* | ath79: split DEVICE_TITLE in multiple variables | Paul Spooren | 2019-07-04 | 1 | -2/+6 |
* | build: image: make image padding OS agnostic | Petr Štetiar | 2019-06-27 | 1 | -4/+4 |
* | build: image: add IMG_ROOTFS and IMG_COMBINED variables | Petr Štetiar | 2019-06-25 | 1 | -1/+3 |
* | build: image: add variable for gzip-ext4-padded-squashfs | Petr Štetiar | 2019-06-25 | 1 | -0/+17 |
* | build: image: add pad-to and pad-rootfs-squashfs helpers | Petr Štetiar | 2019-06-25 | 1 | -0/+9 |
* | build: add UBOOT_PATH to DEFAULT_DEVICE_VARS and set a default | Christian Lamparter | 2019-05-18 | 1 | -1/+3 |
* | build: remove sgid permission from tar | Eneas U de Queiroz | 2019-04-06 | 1 | -1/+1 |
* | build: image: Fix off-by-one in DTC kernel version checks | Petr Štetiar | 2019-04-01 | 1 | -4/+4 |
* | IB: include SUPPORTED_DEVICES in 'make info' output | Daniel Golle | 2019-03-11 | 1 | -0/+1 |
* | ib: display whether profile comes with image metadata | Daniel Golle | 2019-03-06 | 1 | -0/+1 |
* | tools: migrate from squashfs4 to squashfskit4 | Alexander Couzens | 2019-02-28 | 1 | -2/+1 |
* | build: Accept BIN_DIR parameter for legacy-images | Sven Eckelmann | 2019-02-17 | 1 | -2/+2 |
* | build: add KERNEL_ENTRY and sort DEFAULT_DEVICE_VARS | Christian Lamparter | 2019-02-11 | 1 | -6/+5 |
* | build: Fix missing device variables for artifacts | Petr Štetiar | 2019-02-05 | 1 | -0/+1 |
* | build: dtc: Disable noisy warnings by default | Petr Štetiar | 2019-01-27 | 1 | -1/+27 |
* | build: add ABI_VERSION to binary package names | Jo-Philipp Wich | 2019-01-19 | 1 | -2/+2 |
* | build: Introduce building of artifacts | Petr Štetiar | 2018-11-26 | 1 | -0/+18 |
* | build: ensure that iwinfo is selected when building for multiple devices | Felix Fietkau | 2018-07-02 | 1 | -0/+1 |
* | build: Allow to change the FIT config section name | Sven Eckelmann | 2018-03-17 | 1 | -2/+4 |
* | build: revert "make image target wait for initramfs" | Christian Lamparter | 2018-03-15 | 1 | -1/+1 |
* | build: make image target wait for initramfs | Christian Lamparter | 2018-03-14 | 1 | -1/+1 |
* | inclue/image.mk: fix package installation for per-device rootfs | Matthias Schiffer | 2018-03-09 | 1 | -0/+1 |
* | include/image.mk: base package-list manifest on unprepared rootfs | Matthias Schiffer | 2018-03-07 | 1 | -8/+2 |
* | include/rootfs.mk: pass additional files dir to prepare_rootfs as an argument | Matthias Schiffer | 2018-03-07 | 1 | -1/+1 |
* | build: replace uses of OpenWrt with $(VERSION_DIST) | Felix Fietkau | 2018-02-05 | 1 | -1/+1 |
* | build: fix restoring /etc/opkg with PER_DEVICE_ROOTFS | Jo-Philipp Wich | 2018-01-11 | 1 | -2/+2 |
* | merge: targets: update image generation and targets | Zoltan HERPAI | 2017-12-08 | 1 | -1/+1 |
* | build: fix generating dtb with / in DEVICE_DTS | Felix Fietkau | 2017-11-09 | 1 | -3/+4 |
* | build: fix another regression in append-dtb fix | Felix Fietkau | 2017-11-03 | 1 | -0/+4 |
* | build: fix regression in append-dtb fix | Felix Fietkau | 2017-11-03 | 1 | -4/+3 |
* | build: allow calling append-dtb from image build commands | Felix Fietkau | 2017-11-02 | 1 | -0/+16 |
* | include: Include new location for DT bindings | Florian Fainelli | 2017-10-23 | 1 | -0/+1 |
* | image.mk: Generate cpiogz with root-owned files | Michal Sojka | 2017-05-14 | 1 | -1/+1 |
* | include/image.mk: allow passing a compat string to the NAND image template | John Crispin | 2017-04-24 | 1 | -5/+6 |
* | include: add KERNEL_LOAD_ADDR to TARGET_VARS | John Crispin | 2017-03-22 | 1 | -1/+1 |
* | image.mk: force kernel rebuild on every run | Felix Fietkau | 2017-03-13 | 1 | -2/+2 |
* | build: get rid of host.mk | Felix Fietkau | 2017-02-26 | 1 | -1/+0 |
* | image.mk: add generic function for gzipping images if enabled | Felix Fietkau | 2017-01-13 | 1 | -0/+7 |
* | image: when using the new image build code, gzip ext4 images by default | Felix Fietkau | 2017-01-13 | 1 | -1/+6 |
* | image.mk: use LINUX_KARCH rather than ARCH for mkits | Ian Pozella | 2017-01-13 | 1 | -1/+1 |
* | build: remove obsolete parallel build related options | Felix Fietkau | 2017-01-10 | 1 | -1/+1 |
* | build: fix build of ubifs images | Felix Fietkau | 2017-01-09 | 1 | -3/+3 |
* | build: use mkhash to replace various quirky md5sum/openssl calls | Felix Fietkau | 2017-01-05 | 1 | -1/+1 |