| Commit message (Expand) | Author | Age | Files | Lines |
* | targets: prepare for supporting normal and initramfs images | Florian Fainelli | 2013-06-27 | 1 | -1/+1 |
* | build: consistently use 'depends on' instead of 'depends' | Felix Fietkau | 2013-04-17 | 1 | -21/+21 |
* | 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 |
* | [x86] merge the RDC R-321x target as a subtarget of x86 | Florian Fainelli | 2012-10-15 | 4 | -1/+94 |
* | x86: remove the reboot=bios command line parameter (#12193) | Felix Fietkau | 2012-10-09 | 2 | -3/+3 |
* | 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 | 4 | -93/+6 |
* | x86: add grub2 iso support | Felix Fietkau | 2012-10-07 | 2 | -3/+39 |
* | 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 | 4 | -3/+56 |
* | x86: split generic image building into a separate script | Felix Fietkau | 2012-09-22 | 2 | -36/+40 |
* | x86: rename gen_image_x86.sh to gen_image_grub.sh | Felix Fietkau | 2012-09-22 | 2 | -1/+1 |
* | [x86] use ttyS0 @ 115200 baud as default for KVM guests | Jo-Philipp Wich | 2012-06-15 | 1 | -3/+3 |
* | x86: image: select bootscript images by default for OLPC | Gabor Juhos | 2012-05-18 | 1 | -0/+1 |
* | PATCH: Disable console terminal in Grub for alix2 target | Jo-Philipp Wich | 2012-04-12 | 1 | -1/+1 |
* | [x86] Disable by default padding of images | Vasilis Tsiligiannis | 2012-02-16 | 1 | -1/+0 |
* | [x86] Allow gzipping of squashfs images with padded jffs2 partition | Vasilis Tsiligiannis | 2012-02-16 | 1 | -0/+3 |
* | [x86] GZip only ext4 and padded images | Vasilis Tsiligiannis | 2012-02-16 | 2 | -4/+7 |
* | [x86] Make gzipping of images configurable via menuconfig | Vasilis Tsiligiannis | 2012-02-16 | 2 | -5/+23 |
* | Make the grub timeout configurable on x86 targets | Jo-Philipp Wich | 2012-01-19 | 3 | -1/+11 |
* | [target] x86: allow VDI & VMDK images for all subtargets (closes: #10255) | Nicolas Thill | 2011-10-22 | 1 | -2/+2 |
* | [x86] | John Crispin | 2011-05-17 | 2 | -0/+22 |
* | This patch provides an image suitable for the alix2*, alix3, and alix6 headle... | Daniel Dickinson | 2011-05-13 | 1 | -0/+1 |
* | [x86] gzip jffs2 images | Jo-Philipp Wich | 2011-04-12 | 1 | -1/+1 |
* | Enable padding of jffs2 images to user specified filesystem size | Jo-Philipp Wich | 2011-04-12 | 1 | -0/+1 |
* | [geos] | John Crispin | 2011-01-22 | 1 | -1/+1 |
* | switch from ext2 to ext4 (w/o) journaling | Imre Kaloz | 2010-11-22 | 2 | -11/+11 |
* | target/linux: fix Geos baudrate. (thank you Philip Prindeville) | Alexandros C. Couloumbis | 2010-10-12 | 1 | -1/+2 |
* | [Patch v2] Geos -- new x86 subtarget definition | Jo-Philipp Wich | 2010-10-10 | 1 | -2/+2 |
* | [x86] adjust image defaults for KVM | Jo-Philipp Wich | 2010-09-06 | 1 | -3/+4 |
* | [x86] image: use internal qemu-img for vmdk and vdi images | Andy Boyett | 2010-08-09 | 2 | -17/+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: cleanup image config options | Nicolas Thill | 2010-05-05 | 1 | -40/+40 |
* | target/x86: use common config items for options shared between generic and ol... | Nicolas Thill | 2010-05-05 | 2 | -41/+22 |
* | 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) | 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 | Nicolas Thill | 2010-04-29 | 1 | -9/+13 |
* | target/x86: rearrange image Makefile, indent, reorder, simplify, change some ... | Nicolas Thill | 2010-04-29 | 1 | -67/+77 |
* | target/x86: remove temporary files in image generation scripts | Nicolas Thill | 2010-04-29 | 2 | -4/+4 |
* | replace old quote stripping with calls to qstrip macro | Nicolas Thill | 2010-04-29 | 1 | -6/+4 |
* | define a shared IMG_PREFIX variable used as a basename for image files, it co... | Nicolas Thill | 2010-04-12 | 1 | -12/+12 |
* | [x86] add net5501 support | Florian Fainelli | 2010-04-11 | 1 | -4/+4 |
* | [x86] | Jo-Philipp Wich | 2010-02-17 | 3 | -14/+41 |
* | [x86] make console port editable through menuconfig, gzip ext2 images, add su... | Jo-Philipp Wich | 2010-02-12 | 3 | -8/+24 |
* | remove handling of older unsupported kernels | Imre Kaloz | 2009-12-27 | 1 | -1/+0 |
* | [x86] add rootwait option to the kernel command line (#6209) | Florian Fainelli | 2009-12-06 | 1 | -4/+4 |