Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: remove the arbitrary limitation of vmware/virtualbox images to ext4, ↵ | Felix Fietkau | 2014-07-20 | 1 | -16/+10 |
| | | | | | | | | select TARGET_IMAGES_PAD instead Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41763 | ||||
* | x86: try harder to attach block2mtd to fix boot issues on devices with ↵ | Felix Fietkau | 2014-04-10 | 1 | -3/+3 |
| | | | | | | | | longer delays Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40444 | ||||
* | move most of the x86 image generation options to the main file | Imre Kaloz | 2014-01-07 | 1 | -9/+9 |
| | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39206 | ||||
* | x86: Fix CONFIG_X86_GRUB_SERIAL="" | Felix Fietkau | 2013-08-10 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | With .config:CONFIG_X86_GRUB_SERIAL="" which (AFAICT) is the way to tell GRUB not to use a serial console, in target/linux/x86/image/Makefile:ifneq ($(CONFIG_X86_GRUB_SERIAL),) $(CONFIG_X86_GRUB_SERIAL) expands to `""' (a literal double double-quote), making the condition unconditionally false. This patch fixes the situation by passing CONFIG_X86_GRUB_SERIAL through qstrip before testing. Signed-off-by: Tamas TEVESZ <ice@extreme.hu> SVN-Revision: 37749 | ||||
* | targets: prepare for supporting normal and initramfs images | Florian Fainelli | 2013-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049 | ||||
* | x86: explicitely pass staging directory to grub-mkimage instead of relying ↵ | Jo-Philipp Wich | 2013-01-17 | 1 | -0/+2 |
| | | | | | | on build time defaults (#12821) SVN-Revision: 35200 | ||||
* | x86: use $(strip) for the at_keyboard check | Felix Fietkau | 2012-11-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 34127 | ||||
* | x86: only enable at_keyboard for the generic and kvm_guest subtargets to ↵ | Felix Fietkau | 2012-11-09 | 1 | -2/+9 |
| | | | | | | avoid hangs on alix2 and others (thx, russell) SVN-Revision: 34126 | ||||
* | merge the RDC R-321x target as a subtarget of x86 | Florian Fainelli | 2012-10-15 | 1 | -0/+32 |
| | | | | SVN-Revision: 33779 | ||||
* | x86: rename the iso file to openwrt-x86-generic.iso | Felix Fietkau | 2012-10-07 | 1 | -1/+3 |
| | | | | SVN-Revision: 33641 | ||||
* | x86: remove grub-legacy | Felix Fietkau | 2012-10-07 | 1 | -59/+5 |
| | | | | SVN-Revision: 33640 | ||||
* | x86: add grub2 iso support | Felix Fietkau | 2012-10-07 | 1 | -3/+29 |
| | | | | SVN-Revision: 33639 | ||||
* | x86: avoid using grub prepare when using grub2 | Felix Fietkau | 2012-09-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 33525 | ||||
* | x86: add support for building grub2 images | Felix Fietkau | 2012-09-22 | 1 | -2/+36 |
| | | | | SVN-Revision: 33513 | ||||
* | x86: rename gen_image_x86.sh to gen_image_grub.sh | Felix Fietkau | 2012-09-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 33510 | ||||
* | Allow gzipping of squashfs images with padded jffs2 partition | Vasilis Tsiligiannis | 2012-02-16 | 1 | -0/+3 |
| | | | | SVN-Revision: 30589 | ||||
* | GZip only ext4 and padded images | Vasilis Tsiligiannis | 2012-02-16 | 1 | -4/+6 |
| | | | | SVN-Revision: 30588 | ||||
* | Make gzipping of images configurable via menuconfig | Vasilis Tsiligiannis | 2012-02-16 | 1 | -5/+19 |
| | | | | SVN-Revision: 30587 | ||||
* | Make the grub timeout configurable on x86 targets | Jo-Philipp Wich | 2012-01-19 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> SVN-Revision: 29786 | ||||
* | * adds support for Artec Thincan | John Crispin | 2011-05-17 | 1 | -0/+7 |
| | | | | | | Signed-of-By: Lauri Võsandi <lauri.vosandi@gmail.com> SVN-Revision: 26919 | ||||
* | gzip jffs2 images Signed-off-by: Vasilis Tsiligiannis ↵ | Jo-Philipp Wich | 2011-04-12 | 1 | -1/+1 |
| | | | | | | <b_tsiligiannis@silverton.gr> SVN-Revision: 26625 | ||||
* | switch from ext2 to ext4 (w/o) journaling | Imre Kaloz | 2010-11-22 | 1 | -7/+7 |
| | | | | SVN-Revision: 24084 | ||||
* | image: use internal qemu-img for vmdk and vdi images drop host dependencies ↵ | Andy Boyett | 2010-08-09 | 1 | -13/+1 |
| | | | | | | on qemu-utils and VirtualBox SVN-Revision: 22553 | ||||
* | x86: build fully functional images on Mac OS X, now that grub is fixed | Felix Fietkau | 2010-05-28 | 1 | -11/+0 |
| | | | | SVN-Revision: 21609 | ||||
* | image/x86: fix typo when building on Mac OS X (closes: #7303) | Nicolas Thill | 2010-05-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 21401 | ||||
* | target/x86: use common config items for options shared between generic and ↵ | Nicolas Thill | 2010-05-05 | 1 | -9/+7 |
| | | | | | | olpc targets SVN-Revision: 21364 | ||||
* | images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZE | Nicolas Thill | 2010-05-05 | 1 | -3/+3 |
| | | | | SVN-Revision: 21362 | ||||
* | package/grub: build a host grub and a target grub (#7269) - use the host ↵ | Nicolas Thill | 2010-05-02 | 1 | -6/+9 |
| | | | | | | grub binary for grub install, but with target stage files - disable SSP (-fno-stack-protector) & Compile Time Buffer Checks (-U_FORTIFY_SOURCE) if appropriate - create a target grub package SVN-Revision: 21305 | ||||
* | target/x86: add to changes missed from [21246] preventing .vdi & .vmdk image ↵ | Nicolas Thill | 2010-04-30 | 1 | -2/+2 |
| | | | | | | generation SVN-Revision: 21277 | ||||
* | target/x86: various image changes * add a -combined suffix for ↵ | Nicolas Thill | 2010-04-29 | 1 | -9/+13 |
| | | | | | | grub+kernel+rootfs images and -rootfs for root filesystem only images * change ext from .image to .img * fix perms on VirtualBox .vdi image * gzip ext2 rootfs image as well SVN-Revision: 21246 | ||||
* | target/x86: rearrange image Makefile, indent, reorder, simplify, change some ↵ | Nicolas Thill | 2010-04-29 | 1 | -67/+77 |
| | | | | | | ifeq/ifneq tests SVN-Revision: 21245 | ||||
* | replace old quote stripping with calls to qstrip macro | Nicolas Thill | 2010-04-29 | 1 | -6/+4 |
| | | | | SVN-Revision: 21242 | ||||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 1 | -12/+12 |
| | | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834 | ||||
* | - clean up menu.lst template - make grub usage of vt0 selectable in ↵ | Jo-Philipp Wich | 2010-02-17 | 1 | -6/+25 |
| | | | | | | menuconfig - choose appropriate default baudrate for soekris devices - fix generation of grub menu for iso images SVN-Revision: 19681 | ||||
* | make console port editable through menuconfig, gzip ext2 images, add ↵ | Jo-Philipp Wich | 2010-02-12 | 1 | -3/+10 |
| | | | | | | suitable defaults for Xen SVN-Revision: 19612 | ||||
* | add rootwait option to the kernel command line (#6209) | Florian Fainelli | 2009-12-06 | 1 | -4/+4 |
| | | | | SVN-Revision: 18672 | ||||
* | change x86 image generation handling to treat only olpc specially | Imre Kaloz | 2009-11-17 | 1 | -5/+4 |
| | | | | SVN-Revision: 18441 | ||||
* | merge the olpc target with the x86 target, both tested and running | Florian Fainelli | 2009-11-03 | 1 | -2/+44 |
| | | | | SVN-Revision: 18279 | ||||
* | make kernels use /etc/preinit by default | Imre Kaloz | 2009-05-14 | 1 | -4/+4 |
| | | | | SVN-Revision: 15840 | ||||
* | Fix building of iso filesystem This fixes two errors when building iso ↵ | Jo-Philipp Wich | 2009-05-07 | 1 | -2/+5 |
| | | | | | | | | | | | | filesystem: a) dir root.grub/boot doesn't get created. b) the creation of .image file by gen_image.sh which apparently is not needed when building an iso. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15682 | ||||
* | The image was selected from a wrong location. Fixes bug #4618 | Hauke Mehrtens | 2009-03-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 14948 | ||||
* | Use wildcards to copy grub stage files, will cover both i386-pc and ↵ | Jo-Philipp Wich | 2009-01-10 | 1 | -3/+3 |
| | | | | | | i386-openwrt directory names SVN-Revision: 13963 | ||||
* | fix grub installation on target images, regression caused by multi-libc support | Jo-Philipp Wich | 2009-01-08 | 1 | -3/+3 |
| | | | | SVN-Revision: 13936 | ||||
* | Use VBoxManage instead of obsolete vditool to generate VirtualBox images. | Steven Barth | 2009-01-02 | 1 | -3/+3 |
| | | | | SVN-Revision: 13821 | ||||
* | Add support for creating VMware vmdk images #1317 | Florian Fainelli | 2008-11-09 | 1 | -0/+16 |
| | | | | SVN-Revision: 13158 | ||||
* | x86: don't attempt to compile grub on darwin | Felix Fietkau | 2008-06-28 | 1 | -2/+6 |
| | | | | SVN-Revision: 11599 | ||||
* | fix x86 image build order (fixes #3317) | Felix Fietkau | 2008-06-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 11359 | ||||
* | Add virtualbox images to x86 (#3475) | Florian Fainelli | 2008-05-30 | 1 | -0/+18 |
| | | | | SVN-Revision: 11298 | ||||
* | fix image generation on x86 | Imre Kaloz | 2008-03-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 10610 | ||||
* | make the image filenames a bit shorter | Felix Fietkau | 2007-11-10 | 1 | -4/+4 |
| | | | | SVN-Revision: 9533 |