| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: add packages files to image bootfs | Tomasz Maciej Nowak | 2018-12-18 | 1 | -0/+2 |
* | scripts/gen_image_generic.sh: move from x86/image | Stijn Tintel | 2017-07-14 | 1 | -1/+1 |
* | build: enable gzipping of images on x86 even if ext4 is disabled | Felix Fietkau | 2017-07-06 | 1 | -4/+2 |
* | build: allow specifying flow-control to grub on serial console | Philip Prindeville | 2017-04-03 | 1 | -2/+2 |
* | x86: image: drop duplicated copy of bzImage into vmlinuz | Rafał Miłecki | 2017-03-16 | 1 | -1/+0 |
* | x86: image: drop unneeded grub call | Rafał Miłecki | 2017-03-12 | 1 | -1/+0 |
* | x86: image: drop unused ROOTDELAY variable | Rafał Miłecki | 2017-03-12 | 1 | -2/+0 |
* | target/linux/x86/image: add explicit prefix to grub-mkimage command | Alexandru Ardelean | 2016-12-20 | 1 | -0/+2 |
* | x86: fix GRUB_ROOT for Xen subtarget | Wilfried Klaebe | 2016-11-19 | 1 | -0/+6 |
* | x86: drop the use of block2mtd, use ext4/f2fs as overlay filesystem | Felix Fietkau | 2016-09-10 | 1 | -16/+2 |
* | x86: remove obsolete reference to $(PROFILE) | Felix Fietkau | 2016-07-20 | 1 | -1/+0 |
* | x86: stop relying on hexdump for image build signature | Felix Fietkau | 2016-07-03 | 1 | -1/+1 |
* | x86: remove defunct etherboot image building code | Felix Fietkau | 2016-05-12 | 1 | -7/+0 |
* | x86: remove legacy script/makefile code for rdc devices | Felix Fietkau | 2016-05-12 | 1 | -24/+0 |
* | x86: enable grub at_keyboard support for x86_64 | Felix Fietkau | 2016-05-12 | 1 | -1/+1 |
* | build: Prevent more gzip timestamps | John Crispin | 2015-07-14 | 1 | -2/+2 |
* | x86: remove bogus bzImage copy that breaks initramfs+no-initramfs builds | Felix Fietkau | 2015-03-29 | 1 | -1/+0 |
* | x86: remove the olpc subtarget, it has been unmaintained for a long time | Felix Fietkau | 2015-03-28 | 1 | -34/+0 |
* | x86: use PARTUUID instead explicitly specifying the device by default | Jo-Philipp Wich | 2015-03-24 | 1 | -1/+3 |
* | x86: disable rts/cts for serial console in grub - fixes net48xx boot issues | Felix Fietkau | 2015-03-14 | 1 | -1/+1 |
* | x86: remove the arbitrary limitation of vmware/virtualbox images to ext4, sel... | Felix Fietkau | 2014-07-20 | 1 | -16/+10 |
* | x86: try harder to attach block2mtd to fix boot issues on devices with longer... | Felix Fietkau | 2014-04-10 | 1 | -3/+3 |
* | move most of the x86 image generation options to the main file | Imre Kaloz | 2014-01-07 | 1 | -9/+9 |
* | x86: Fix CONFIG_X86_GRUB_SERIAL="" | Felix Fietkau | 2013-08-10 | 1 | -2/+4 |
* | targets: prepare for supporting normal and initramfs images | Florian Fainelli | 2013-06-27 | 1 | -1/+1 |
* | x86: explicitely pass staging directory to grub-mkimage instead of relying on... | Jo-Philipp Wich | 2013-01-17 | 1 | -0/+2 |
* | x86: use $(strip) for the at_keyboard check | Felix Fietkau | 2012-11-09 | 1 | -1/+1 |
* | x86: only enable at_keyboard for the generic and kvm_guest subtargets to avoi... | Felix Fietkau | 2012-11-09 | 1 | -2/+9 |
* | merge the RDC R-321x target as a subtarget of x86 | Florian Fainelli | 2012-10-15 | 1 | -0/+32 |
* | x86: rename the iso file to openwrt-x86-generic.iso | Felix Fietkau | 2012-10-07 | 1 | -1/+3 |
* | x86: remove grub-legacy | Felix Fietkau | 2012-10-07 | 1 | -59/+5 |
* | x86: add grub2 iso support | Felix Fietkau | 2012-10-07 | 1 | -3/+29 |
* | x86: avoid using grub prepare when using grub2 | Felix Fietkau | 2012-09-23 | 1 | -1/+1 |
* | x86: add support for building grub2 images | Felix Fietkau | 2012-09-22 | 1 | -2/+36 |
* | x86: rename gen_image_x86.sh to gen_image_grub.sh | Felix Fietkau | 2012-09-22 | 1 | -1/+1 |
* | Allow gzipping of squashfs images with padded jffs2 partition | Vasilis Tsiligiannis | 2012-02-16 | 1 | -0/+3 |
* | GZip only ext4 and padded images | Vasilis Tsiligiannis | 2012-02-16 | 1 | -4/+6 |
* | Make gzipping of images configurable via menuconfig | Vasilis Tsiligiannis | 2012-02-16 | 1 | -5/+19 |
* | Make the grub timeout configurable on x86 targets | Jo-Philipp Wich | 2012-01-19 | 1 | -0/+3 |
* | * adds support for Artec Thincan | John Crispin | 2011-05-17 | 1 | -0/+7 |
* | gzip jffs2 images Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silvert... | Jo-Philipp Wich | 2011-04-12 | 1 | -1/+1 |
* | switch from ext2 to ext4 (w/o) journaling | Imre Kaloz | 2010-11-22 | 1 | -7/+7 |
* | image: use internal qemu-img for vmdk and vdi images drop host dependencies o... | Andy Boyett | 2010-08-09 | 1 | -13/+1 |
* | x86: build fully functional images on Mac OS X, now that grub is fixed | Felix Fietkau | 2010-05-28 | 1 | -11/+0 |
* | image/x86: fix typo when building on Mac OS X (closes: #7303) | Nicolas Thill | 2010-05-08 | 1 | -1/+1 |
* | target/x86: use common config items for options shared between generic and ol... | Nicolas Thill | 2010-05-05 | 1 | -9/+7 |
* | images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZE | Nicolas Thill | 2010-05-05 | 1 | -3/+3 |
* | package/grub: build a host grub and a target grub (#7269) - use the host grub... | Nicolas Thill | 2010-05-02 | 1 | -6/+9 |
* | target/x86: add to changes missed from [21246] preventing .vdi & .vmdk image ... | Nicolas Thill | 2010-04-30 | 1 | -2/+2 |
* | target/x86: various image changes * add a -combined suffix for grub+kernel+ro... | Nicolas Thill | 2010-04-29 | 1 | -9/+13 |