34 Commits (238721c650cef4c8f9754cfefeded04f05cdf51b)

Author SHA1 Message Date
Imre Kaloz 4052849677 switch from ext2 to ext4 (w/o) journaling 14 years ago
Andy Boyett 0f5d0f69ab image: use internal qemu-img for vmdk and vdi images drop host dependencies on qemu-utils and VirtualBox 14 years ago
Felix Fietkau 816a9b30f6 x86: build fully functional images on Mac OS X, now that grub is fixed 15 years ago
Nicolas Thill 2c82cf966c image/x86: fix typo when building on Mac OS X (closes: #7303) 15 years ago
Nicolas Thill 482ee200cb target/x86: use common config items for options shared between generic and olpc targets 15 years ago
Nicolas Thill 5403c59f57 images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZE 15 years ago
Nicolas Thill 3bca4b2094 package/grub: build a host grub and a target grub (#7269) - use the host 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 15 years ago
Nicolas Thill a64f53f482 target/x86: add to changes missed from [21246] preventing .vdi & .vmdk image generation 15 years ago
Nicolas Thill 99d4eee466 target/x86: various image changes * add a -combined suffix for 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 15 years ago
Nicolas Thill bd1fc43e6d target/x86: rearrange image Makefile, indent, reorder, simplify, change some ifeq/ifneq tests 15 years ago
Nicolas Thill 224db523da replace old quote stripping with calls to qstrip macro 15 years ago
Nicolas Thill e2b57ecf5f define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files 15 years ago
Jo-Philipp Wich 9ce3d38331 - clean up menu.lst template - make grub usage of vt0 selectable in menuconfig - choose appropriate default baudrate for soekris devices - fix generation of grub menu for iso images 15 years ago
Jo-Philipp Wich e0fc8fb6aa make console port editable through menuconfig, gzip ext2 images, add suitable defaults for Xen 15 years ago
Florian Fainelli a155e4fd53 add rootwait option to the kernel command line (#6209) 15 years ago
Imre Kaloz 93fe520994 change x86 image generation handling to treat only olpc specially 15 years ago
Florian Fainelli e49c2d7691 merge the olpc target with the x86 target, both tested and running 15 years ago
Imre Kaloz a9c958c2de make kernels use /etc/preinit by default 16 years ago
Jo-Philipp Wich 9209af2c00 Fix building of iso filesystem This fixes two errors when building iso filesystem: 16 years ago
Hauke Mehrtens 76fe41a8d3 The image was selected from a wrong location. Fixes bug #4618 16 years ago
Jo-Philipp Wich e0440fefb6 Use wildcards to copy grub stage files, will cover both i386-pc and i386-openwrt directory names 16 years ago
Jo-Philipp Wich 2273aadfb2 fix grub installation on target images, regression caused by multi-libc support 16 years ago
Steven Barth 5c95516f24 Use VBoxManage instead of obsolete vditool to generate VirtualBox images. 16 years ago
Florian Fainelli 45cc45cac5 Add support for creating VMware vmdk images #1317 16 years ago
Felix Fietkau 2b5ce63303 x86: don't attempt to compile grub on darwin 16 years ago
Felix Fietkau b0e669ee13 fix x86 image build order (fixes #3317) 17 years ago
Florian Fainelli 8c0c28eef2 Add virtualbox images to x86 (#3475) 17 years ago
Imre Kaloz e7432794fa fix image generation on x86 17 years ago
Felix Fietkau 1bca0cc517 make the image filenames a bit shorter 17 years ago
John Crispin 16b236fb69 fixed generation of iso images 17 years ago
Felix Fietkau 27baec04a1 move grub menu.lst to the right place 17 years ago
Felix Fietkau 8c97372e0d move grub to package/ 17 years ago
John Crispin 215fa7eb8b added generation of x86 livecds, from #2391 17 years ago
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. 17 years ago
Felix Fietkau c6bc77ea36 build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html 17 years ago
Felix Fietkau 04fd1d444a oops... forgot to make x86-2.6 ext2 images use preinit as well :) 18 years ago
Felix Fietkau cf282c9a69 add missing init=/etc/preinit cmdline parameter 18 years ago
Felix Fietkau 983544f859 copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359) 18 years ago
Felix Fietkau 68ca8e7818 make squashfs overlay support more generic and integrate it for x86-2.6 18 years ago
Felix Fietkau cb3fc42f71 strip double quotes from grub boot options (fixes #1406) 18 years ago
Felix Fietkau 738ca6f657 add optional padding for x86 grub images (useful for running jffs2 images in qemu) 18 years ago
Tim Yardley 48a4bcc0b7 clean up the x86 image build a bit, fixing unconditional copy of grub files 18 years ago
Felix Fietkau 6ff2e88641 fix x86 image builder 18 years ago
Felix Fietkau 7a6a646497 Add initial version of the new Image Builder It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested. 18 years ago
Felix Fietkau 36f961d406 fix grub bootopts (#1145) 18 years ago
Felix Fietkau 75e5315f5f clean up x86-2.6 partitioning stuff 18 years ago
Mike Baker c3c4dfb57b move target/image/platform to target/linux/platform/image platform directories are now self contained 18 years ago
Felix Fietkau 8c7b7ca0e3 add /sbin to the path for x86 image builds (for fdisk) 18 years ago
Felix Fietkau aef03f09b5 add prereq checks for target/linux/* and target/image/*, check for fdisk for the x86 builds 18 years ago
Felix Fietkau ec52fc217d fix a small typo 18 years ago