65 Commits (a7cce111dbf5ecd9f772420aae882bf7158fda79)

Author SHA1 Message Date
Felix Fietkau eceb6b924a x86: remove obsolete reference to $(PROFILE) 8 years ago
Felix Fietkau d5ee23ee27 x86: stop relying on hexdump for image build signature 8 years ago
Felix Fietkau 825ef34f15 x86: remove defunct etherboot image building code 9 years ago
Felix Fietkau 2e5f84fc10 x86: remove legacy script/makefile code for rdc devices 9 years ago
Felix Fietkau 303a241478 x86: enable grub at_keyboard support for x86_64 9 years ago
John Crispin 096b3759a9 build: Prevent more gzip timestamps 9 years ago
Felix Fietkau 09aad60610 x86: remove bogus bzImage copy that breaks initramfs+no-initramfs builds 10 years ago
Felix Fietkau 7427007193 x86: remove the olpc subtarget, it has been unmaintained for a long time 10 years ago
Jo-Philipp Wich 02e2548b84 x86: use PARTUUID instead explicitly specifying the device by default 10 years ago
Felix Fietkau 578aa97f8c x86: disable rts/cts for serial console in grub - fixes net48xx boot issues 10 years ago
Felix Fietkau c718d0b10c x86: remove the arbitrary limitation of vmware/virtualbox images to ext4, select TARGET_IMAGES_PAD instead 10 years ago
Felix Fietkau f02e3a2a4a x86: try harder to attach block2mtd to fix boot issues on devices with longer delays 11 years ago
Imre Kaloz cc49f7c6e9 move most of the x86 image generation options to the main file 11 years ago
Felix Fietkau 09f4018b2e x86: Fix CONFIG_X86_GRUB_SERIAL="" 11 years ago
Florian Fainelli 6a4f2922f6 targets: prepare for supporting normal and initramfs images 12 years ago
Jo-Philipp Wich 7399df1d69 x86: explicitely pass staging directory to grub-mkimage instead of relying on build time defaults (#12821) 12 years ago
Felix Fietkau 46288bf98e x86: use $(strip) for the at_keyboard check 12 years ago
Felix Fietkau 0a9e05fb0e x86: only enable at_keyboard for the generic and kvm_guest subtargets to avoid hangs on alix2 and others (thx, russell) 12 years ago
Florian Fainelli 60ecd5fe04 merge the RDC R-321x target as a subtarget of x86 12 years ago
Felix Fietkau 1abbe676d1 x86: rename the iso file to openwrt-x86-generic.iso 12 years ago
Felix Fietkau 0dd7644ec7 x86: remove grub-legacy 12 years ago
Felix Fietkau a1bcd25082 x86: add grub2 iso support 12 years ago
Felix Fietkau 493b7c7f3c x86: avoid using grub prepare when using grub2 12 years ago
Felix Fietkau 52e8ee0666 x86: add support for building grub2 images 12 years ago
Felix Fietkau 6c02dd2b04 x86: rename gen_image_x86.sh to gen_image_grub.sh 12 years ago
Vasilis Tsiligiannis 8676e49d9d Allow gzipping of squashfs images with padded jffs2 partition 13 years ago
Vasilis Tsiligiannis ab09db09fc GZip only ext4 and padded images 13 years ago
Vasilis Tsiligiannis b4f51343c6 Make gzipping of images configurable via menuconfig 13 years ago
Jo-Philipp Wich 2fc3fe1d09 Make the grub timeout configurable on x86 targets 13 years ago
John Crispin dfc19a34b4 * adds support for Artec Thincan 14 years ago
Jo-Philipp Wich 76bfcee5ea gzip jffs2 images Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 14 years ago
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