aboutsummaryrefslogtreecommitdiffstats
path: root/include/image.mk
Commit message (Expand)AuthorAgeFilesLines
* build: ensure that iwinfo is selected when building for multiple devicesFelix Fietkau2018-07-021-0/+1
* build: Allow to change the FIT config section nameSven Eckelmann2018-03-171-2/+4
* build: revert "make image target wait for initramfs"Christian Lamparter2018-03-151-1/+1
* build: make image target wait for initramfsChristian Lamparter2018-03-141-1/+1
* inclue/image.mk: fix package installation for per-device rootfsMatthias Schiffer2018-03-091-0/+1
* include/image.mk: base package-list manifest on unprepared rootfsMatthias Schiffer2018-03-071-8/+2
* include/rootfs.mk: pass additional files dir to prepare_rootfs as an argumentMatthias Schiffer2018-03-071-1/+1
* build: replace uses of OpenWrt with $(VERSION_DIST)Felix Fietkau2018-02-051-1/+1
* build: fix restoring /etc/opkg with PER_DEVICE_ROOTFSJo-Philipp Wich2018-01-111-2/+2
* merge: targets: update image generation and targetsZoltan HERPAI2017-12-081-1/+1
* build: fix generating dtb with / in DEVICE_DTSFelix Fietkau2017-11-091-3/+4
* build: fix another regression in append-dtb fixFelix Fietkau2017-11-031-0/+4
* build: fix regression in append-dtb fixFelix Fietkau2017-11-031-4/+3
* build: allow calling append-dtb from image build commandsFelix Fietkau2017-11-021-0/+16
* include: Include new location for DT bindingsFlorian Fainelli2017-10-231-0/+1
* image.mk: Generate cpiogz with root-owned filesMichal Sojka2017-05-141-1/+1
* include/image.mk: allow passing a compat string to the NAND image templateJohn Crispin2017-04-241-5/+6
* include: add KERNEL_LOAD_ADDR to TARGET_VARSJohn Crispin2017-03-221-1/+1
* image.mk: force kernel rebuild on every runFelix Fietkau2017-03-131-2/+2
* build: get rid of host.mkFelix Fietkau2017-02-261-1/+0
* image.mk: add generic function for gzipping images if enabledFelix Fietkau2017-01-131-0/+7
* image: when using the new image build code, gzip ext4 images by defaultFelix Fietkau2017-01-131-1/+6
* image.mk: use LINUX_KARCH rather than ARCH for mkitsIan Pozella2017-01-131-1/+1
* build: remove obsolete parallel build related optionsFelix Fietkau2017-01-101-1/+1
* build: fix build of ubifs imagesFelix Fietkau2017-01-091-3/+3
* build: use mkhash to replace various quirky md5sum/openssl callsFelix Fietkau2017-01-051-1/+1
* build: support adding version code to file names (FS#323)Jo-Philipp Wich2016-12-091-2/+4
* build: add support code for appending metadata to imagesFelix Fietkau2016-11-191-1/+4
* config: ext4: drop option to set maximum number of inodesJo-Philipp Wich2016-10-271-1/+0
* include: image.mk: make ext4 reserved blocks percentage optionalJo-Philipp Wich2016-10-271-1/+1
* rootfs: remove unnecessary and potentially harmful force flags from opkg callMatthias Schiffer2016-09-261-1/+1
* image: per-device rootfs: first remove, then install packagesMatthias Schiffer2016-09-261-3/+3
* image: don't modify file permissions before rootfs generationMatthias Schiffer2016-09-261-19/+2
* image: fix CONFIG_CLEAN_IPKG with CONFIG_TARGET_PER_DEVICE_ROOTFSMatthias Schiffer2016-09-251-1/+1
* image: per-device rootfs: don't fail without opkgMatthias Schiffer2016-09-241-2/+2
* image: allow specifying additional packages for device-specific rootfsMatthias Schiffer2016-09-241-2/+12
* image: don't override opkg list directory in per-device rootfs modeMatthias Schiffer2016-09-241-5/+2
* image: use check-size from new image build codeMathias Kresin2016-09-131-8/+1
* image: add KERNEL_SIZE to the default device varsMathias Kresin2016-09-131-1/+1
* build: drop UBI EOF marker from images by defaultFelix Fietkau2016-09-121-1/+1
* image.mk: Create a manifest file of installed packages as a build artifactPushpal Sidhu2016-09-081-0/+8
* scripts/ubinize-image.sh: add support for adding custom partitionsFelix Fietkau2016-08-311-1/+2
* image: fix per-device rootfs build error when not all opkg package files are ...Felix Fietkau2016-08-041-1/+1
* include/image.mk: allow image code to override uImage nameJohn Crispin2016-08-031-1/+2
* build: remove image specific checksum codeJo-Philipp Wich2016-08-011-8/+0
* image: use the merged package directory to resolve dependencies for per-devic...Felix Fietkau2016-08-011-2/+14
* image.mk: add CMDLINE to DEVICE_VARSFelix Fietkau2016-07-301-1/+1
* image: add support for overriding kernel/rootfs images in sysupgrade-tar temp...Felix Fietkau2016-07-301-0/+1
* image.mk: remove leftover variable from a previous reworkFelix Fietkau2016-07-291-1/+0
* build: add support for per-device rootfs based on device profile packgesFelix Fietkau2016-07-291-9/+51