acinonyx
4916a0ea0e
[x86] Allow gzipping of squashfs images with padded jffs2 partition
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30589 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 17:54:04 +00:00
acinonyx
05c64b9247
[x86] GZip only ext4 and padded images
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30588 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 17:54:01 +00:00
acinonyx
8176b71781
[x86] Make gzipping of images configurable via menuconfig
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30587 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 17:53:57 +00:00
jow
429edf765e
Make the grub timeout configurable on x86 targets
...
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29786 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 01:14:45 +00:00
blogic
9f3b548077
[x86]
...
* adds support for Artec Thincan
Signed-of-By: Lauri Võsandi <lauri.vosandi@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26919 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-17 10:35:14 +00:00
jow
5ddbb2c4a0
[x86] gzip jffs2 images
...
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-12 20:48:47 +00:00
kaloz
0835d732ce
switch from ext2 to ext4 (w/o) journaling
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22 12:12:39 +00:00
agb
5ae37573d1
[x86] image: use internal qemu-img for vmdk and vdi images
...
drop host dependencies on qemu-utils and VirtualBox
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22553 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-09 04:22:39 +00:00
nbd
0ef361248d
x86: build fully functional images on Mac OS X, now that grub is fixed
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21609 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-28 19:48:21 +00:00
nico
ff9add1877
image/x86: fix typo when building on Mac OS X ( closes : #7303 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-08 12:46:25 +00:00
nico
85af4b9c19
target/x86: use common config items for options shared between generic and olpc targets
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21364 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-05 02:07:38 +00:00
nico
cf99c0544b
images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZE
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-05 01:52:54 +00:00
nico
bb43ad8e7d
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21305 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-02 17:32:25 +00:00
nico
d12f20b38d
target/x86: add to changes missed from [21246] preventing .vdi & .vmdk image generation
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21277 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-30 18:43:39 +00:00
nico
f85b572e73
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21246 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-29 03:03:47 +00:00
nico
f41147f400
target/x86: rearrange image Makefile, indent, reorder, simplify, change some ifeq/ifneq tests
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21245 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-29 00:47:05 +00:00
nico
fa0689dd0b
replace old quote stripping with calls to qstrip macro
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-29 00:32:44 +00:00
nico
bca3f225e9
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
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-12 23:15:56 +00:00
jow
f74678487d
[x86]
...
- 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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19681 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-17 00:59:41 +00:00
jow
9ac055aef2
[x86] make console port editable through menuconfig, gzip ext2 images, add suitable defaults for Xen
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-12 19:04:12 +00:00
florian
50aa8c3901
[x86] add rootwait option to the kernel command line ( #6209 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18672 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-06 09:12:34 +00:00
kaloz
e71fb302b1
change x86 image generation handling to treat only olpc specially
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18441 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-17 19:49:25 +00:00
florian
ea8823c993
[x86] merge the olpc target with the x86 target, both tested and running
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-03 01:02:39 +00:00
kaloz
eac1cfc4ba
make kernels use /etc/preinit by default
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15840 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-14 10:20:53 +00:00
jow
9e6dab0a93
Fix building of iso filesystem
...
This fixes two errors when building iso 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-07 13:50:09 +00:00
hauke
5d840152c8
[x86] The image was selected from a wrong location.
...
Fixes bug #4618
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14948 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-19 13:02:06 +00:00
jow
39c762c594
[x86] Use wildcards to copy grub stage files, will cover both i386-pc and i386-openwrt directory names
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13963 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-10 23:12:21 +00:00
jow
144f1efa5a
[x86] fix grub installation on target images, regression caused by multi-libc support
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13936 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-08 16:51:01 +00:00
cyrus
818a5943dc
Use VBoxManage instead of obsolete vditool to generate VirtualBox images.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-02 14:35:18 +00:00
florian
4d0450885f
Add support for creating VMware vmdk images #1317
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-09 17:39:09 +00:00
nbd
4cf91506a9
x86: don't attempt to compile grub on darwin
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 17:54:44 +00:00
nbd
c1dc8647b1
fix x86 image build order ( fixes #3317 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11359 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 21:55:25 +00:00
florian
9e77803ad6
Add virtualbox images to x86 ( #3475 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-30 16:50:37 +00:00
kaloz
7b6fe35d6d
fix image generation on x86
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10610 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-17 12:37:52 +00:00
nbd
f56b55940b
make the image filenames a bit shorter
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10 23:08:11 +00:00
blogic
7e638bc2e1
fixed generation of iso images
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9317 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 13:39:35 +00:00
nbd
db6034ebcf
move grub menu.lst to the right place
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9216 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-09 16:57:12 +00:00
nbd
f57a96e32d
move grub to package/
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-09 03:19:07 +00:00
blogic
58b2f95a87
added generation of x86 livecds, from #2391
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9191 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-08 18:53:19 +00:00
nbd
17c7b6c3fd
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.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 16:27:37 +00:00