| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | target/x86: rearrange image Makefile, indent, reorder, simplify, change some ... | Nicolas Thill | 2010-04-29 | 1 | -67/+77 |
* | 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 |
* | - clean up menu.lst template - make grub usage of vt0 selectable in menuconfi... | Jo-Philipp Wich | 2010-02-17 | 1 | -6/+25 |
* | make console port editable through menuconfig, gzip ext2 images, add suitable... | Jo-Philipp Wich | 2010-02-12 | 1 | -3/+10 |
* | add rootwait option to the kernel command line (#6209) | Florian Fainelli | 2009-12-06 | 1 | -4/+4 |
* | change x86 image generation handling to treat only olpc specially | Imre Kaloz | 2009-11-17 | 1 | -5/+4 |
* | merge the olpc target with the x86 target, both tested and running | Florian Fainelli | 2009-11-03 | 1 | -2/+44 |
* | make kernels use /etc/preinit by default | Imre Kaloz | 2009-05-14 | 1 | -4/+4 |
* | Fix building of iso filesystem This fixes two errors when building iso filesy... | Jo-Philipp Wich | 2009-05-07 | 1 | -2/+5 |
* | The image was selected from a wrong location. Fixes bug #4618 | Hauke Mehrtens | 2009-03-19 | 1 | -1/+1 |
* | Use wildcards to copy grub stage files, will cover both i386-pc and i386-open... | Jo-Philipp Wich | 2009-01-10 | 1 | -3/+3 |
* | fix grub installation on target images, regression caused by multi-libc support | Jo-Philipp Wich | 2009-01-08 | 1 | -3/+3 |
* | Use VBoxManage instead of obsolete vditool to generate VirtualBox images. | Steven Barth | 2009-01-02 | 1 | -3/+3 |
* | Add support for creating VMware vmdk images #1317 | Florian Fainelli | 2008-11-09 | 1 | -0/+16 |
* | x86: don't attempt to compile grub on darwin | Felix Fietkau | 2008-06-28 | 1 | -2/+6 |
* | fix x86 image build order (fixes #3317) | Felix Fietkau | 2008-06-04 | 1 | -1/+1 |
* | Add virtualbox images to x86 (#3475) | Florian Fainelli | 2008-05-30 | 1 | -0/+18 |
* | fix image generation on x86 | Imre Kaloz | 2008-03-17 | 1 | -1/+1 |
* | make the image filenames a bit shorter | Felix Fietkau | 2007-11-10 | 1 | -4/+4 |
* | fixed generation of iso images | John Crispin | 2007-10-14 | 1 | -1/+1 |
* | move grub menu.lst to the right place | Felix Fietkau | 2007-10-09 | 1 | -1/+1 |
* | move grub to package/ | Felix Fietkau | 2007-10-09 | 1 | -8/+0 |
* | added generation of x86 livecds, from #2391 | John Crispin | 2007-10-08 | 1 | -0/+15 |
* | strip the kernel version suffix from target directories, except for brcm-2.4 ... | Felix Fietkau | 2007-09-06 | 1 | -0/+88 |