summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-7/+7
| | | | SVN-Revision: 24084
* image: use internal qemu-img for vmdk and vdi images drop host dependencies ↵Andy Boyett2010-08-091-13/+1
| | | | | | on qemu-utils and VirtualBox SVN-Revision: 22553
* x86: build fully functional images on Mac OS X, now that grub is fixedFelix Fietkau2010-05-281-11/+0
| | | | SVN-Revision: 21609
* image/x86: fix typo when building on Mac OS X (closes: #7303)Nicolas Thill2010-05-081-1/+1
| | | | SVN-Revision: 21401
* target/x86: use common config items for options shared between generic and ↵Nicolas Thill2010-05-051-9/+7
| | | | | | olpc targets SVN-Revision: 21364
* images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZENicolas Thill2010-05-051-3/+3
| | | | SVN-Revision: 21362
* package/grub: build a host grub and a target grub (#7269) - use the host ↵Nicolas Thill2010-05-021-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 Thill2010-04-301-2/+2
| | | | | | generation SVN-Revision: 21277
* target/x86: various image changes * add a -combined suffix for ↵Nicolas Thill2010-04-291-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 Thill2010-04-291-67/+77
| | | | | | ifeq/ifneq tests SVN-Revision: 21245
* replace old quote stripping with calls to qstrip macroNicolas Thill2010-04-291-6/+4
| | | | SVN-Revision: 21242
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-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 Wich2010-02-171-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 Wich2010-02-121-3/+10
| | | | | | suitable defaults for Xen SVN-Revision: 19612
* add rootwait option to the kernel command line (#6209)Florian Fainelli2009-12-061-4/+4
| | | | SVN-Revision: 18672
* change x86 image generation handling to treat only olpc speciallyImre Kaloz2009-11-171-5/+4
| | | | SVN-Revision: 18441
* merge the olpc target with the x86 target, both tested and runningFlorian Fainelli2009-11-031-2/+44
| | | | SVN-Revision: 18279
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-141-4/+4
| | | | SVN-Revision: 15840
* Fix building of iso filesystem This fixes two errors when building iso ↵Jo-Philipp Wich2009-05-071-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 #4618Hauke Mehrtens2009-03-191-1/+1
| | | | SVN-Revision: 14948
* Use wildcards to copy grub stage files, will cover both i386-pc and ↵Jo-Philipp Wich2009-01-101-3/+3
| | | | | | i386-openwrt directory names SVN-Revision: 13963
* fix grub installation on target images, regression caused by multi-libc supportJo-Philipp Wich2009-01-081-3/+3
| | | | SVN-Revision: 13936
* Use VBoxManage instead of obsolete vditool to generate VirtualBox images.Steven Barth2009-01-021-3/+3
| | | | SVN-Revision: 13821
* Add support for creating VMware vmdk images #1317Florian Fainelli2008-11-091-0/+16
| | | | SVN-Revision: 13158
* x86: don't attempt to compile grub on darwinFelix Fietkau2008-06-281-2/+6
| | | | SVN-Revision: 11599
* fix x86 image build order (fixes #3317)Felix Fietkau2008-06-041-1/+1
| | | | SVN-Revision: 11359
* Add virtualbox images to x86 (#3475)Florian Fainelli2008-05-301-0/+18
| | | | SVN-Revision: 11298
* fix image generation on x86Imre Kaloz2008-03-171-1/+1
| | | | SVN-Revision: 10610
* make the image filenames a bit shorterFelix Fietkau2007-11-101-4/+4
| | | | SVN-Revision: 9533
* fixed generation of iso imagesJohn Crispin2007-10-141-1/+1
| | | | SVN-Revision: 9317
* move grub menu.lst to the right placeFelix Fietkau2007-10-091-1/+1
| | | | SVN-Revision: 9216
* move grub to package/Felix Fietkau2007-10-091-8/+0
| | | | SVN-Revision: 9212
* added generation of x86 livecds, from #2391John Crispin2007-10-081-0/+15
| | | | SVN-Revision: 9191
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+88
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653