| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | build: support adding version code to file names (FS#323) | Jo-Philipp Wich | 2016-12-09 | 1 | -2/+4 |
* | build: add support code for appending metadata to images | Felix Fietkau | 2016-11-19 | 1 | -1/+4 |
* | config: ext4: drop option to set maximum number of inodes | Jo-Philipp Wich | 2016-10-27 | 1 | -1/+0 |
* | include: image.mk: make ext4 reserved blocks percentage optional | Jo-Philipp Wich | 2016-10-27 | 1 | -1/+1 |
* | rootfs: remove unnecessary and potentially harmful force flags from opkg call | Matthias Schiffer | 2016-09-26 | 1 | -1/+1 |
* | image: per-device rootfs: first remove, then install packages | Matthias Schiffer | 2016-09-26 | 1 | -3/+3 |
* | image: don't modify file permissions before rootfs generation | Matthias Schiffer | 2016-09-26 | 1 | -19/+2 |
* | image: fix CONFIG_CLEAN_IPKG with CONFIG_TARGET_PER_DEVICE_ROOTFS | Matthias Schiffer | 2016-09-25 | 1 | -1/+1 |
* | image: per-device rootfs: don't fail without opkg | Matthias Schiffer | 2016-09-24 | 1 | -2/+2 |
* | image: allow specifying additional packages for device-specific rootfs | Matthias Schiffer | 2016-09-24 | 1 | -2/+12 |
* | image: don't override opkg list directory in per-device rootfs mode | Matthias Schiffer | 2016-09-24 | 1 | -5/+2 |
* | image: use check-size from new image build code | Mathias Kresin | 2016-09-13 | 1 | -8/+1 |
* | image: add KERNEL_SIZE to the default device vars | Mathias Kresin | 2016-09-13 | 1 | -1/+1 |
* | build: drop UBI EOF marker from images by default | Felix Fietkau | 2016-09-12 | 1 | -1/+1 |
* | image.mk: Create a manifest file of installed packages as a build artifact | Pushpal Sidhu | 2016-09-08 | 1 | -0/+8 |
* | scripts/ubinize-image.sh: add support for adding custom partitions | Felix Fietkau | 2016-08-31 | 1 | -1/+2 |
* | image: fix per-device rootfs build error when not all opkg package files are ... | Felix Fietkau | 2016-08-04 | 1 | -1/+1 |
* | include/image.mk: allow image code to override uImage name | John Crispin | 2016-08-03 | 1 | -1/+2 |
* | build: remove image specific checksum code | Jo-Philipp Wich | 2016-08-01 | 1 | -8/+0 |
* | image: use the merged package directory to resolve dependencies for per-devic... | Felix Fietkau | 2016-08-01 | 1 | -2/+14 |
* | image.mk: add CMDLINE to DEVICE_VARS | Felix Fietkau | 2016-07-30 | 1 | -1/+1 |
* | image: add support for overriding kernel/rootfs images in sysupgrade-tar temp... | Felix Fietkau | 2016-07-30 | 1 | -0/+1 |
* | image.mk: remove leftover variable from a previous rework | Felix Fietkau | 2016-07-29 | 1 | -1/+0 |
* | build: add support for per-device rootfs based on device profile packges | Felix Fietkau | 2016-07-29 | 1 | -9/+51 |
* | build: minor cleanup of redundant code | Felix Fietkau | 2016-07-29 | 1 | -1/+5 |