summaryrefslogtreecommitdiffstats
path: root/target/linux/x86-2.6/image
Commit message (Collapse)AuthorAgeFilesLines
* fix x86 boot filesystem allocation (#1736)Felix Fietkau2007-05-231-3/+4
| | | | SVN-Revision: 7312
* oops... forgot to make x86-2.6 ext2 images use preinit as well :)Felix Fietkau2007-03-111-1/+1
| | | | SVN-Revision: 6546
* add vga console support for x86-2.6 images (fixes #1342, #840)Felix Fietkau2007-03-061-3/+3
| | | | SVN-Revision: 6530
* add missing init=/etc/preinit cmdline parameterFelix Fietkau2007-03-051-2/+2
| | | | SVN-Revision: 6523
* add failsafe support for x86-2.6 and fix mdev support for platforms using ↵Felix Fietkau2007-03-031-0/+4
| | | | | | /etc/preinit SVN-Revision: 6481
* copy the initramfs kernel to bin/ on x86-2.6 (fixes #1359)Felix Fietkau2007-03-021-0/+4
| | | | SVN-Revision: 6463
* enable grub images in menuconfig for squashfsFelix Fietkau2007-03-021-1/+1
| | | | SVN-Revision: 6453
* make squashfs overlay support more generic and integrate it for x86-2.6Felix Fietkau2007-03-021-3/+13
| | | | SVN-Revision: 6450
* strip double quotes from grub boot options (fixes #1406)Felix Fietkau2007-02-281-2/+3
| | | | SVN-Revision: 6419
* clean up a few things in image build makefiles and fix unnecessary grub rebuildsFelix Fietkau2007-02-251-26/+10
| | | | SVN-Revision: 6360
* add optional padding for x86 grub images (useful for running jffs2 images in ↵Felix Fietkau2007-02-253-1/+7
| | | | | | qemu) SVN-Revision: 6359
* clean up the x86 image build a bit, fixing unconditional copy of grub filesTim Yardley2007-02-011-5/+12
| | | | SVN-Revision: 6237
* fix x86 image builderFelix Fietkau2007-01-141-4/+9
| | | | SVN-Revision: 6100
* Add initial version of the new Image Builder It's still a bit rough in a few ↵Felix Fietkau2007-01-101-1/+5
| | | | | | places, but it seems to work for Broadcom at least - other targets untested. SVN-Revision: 6071
* fix grub bootopts (#1145)Felix Fietkau2007-01-071-2/+2
| | | | SVN-Revision: 6019
* add a patch for grub-0.97 from LFS to fix segfaults on x86_64Nicolas Thill2007-01-041-0/+4490
| | | | SVN-Revision: 5974
* tweak grub install in x86 ext2 imagesNicolas Thill2007-01-021-1/+2
| | | | SVN-Revision: 5970
* fix grub segfaults on hosts where gcc is built with stack smashing protectionNicolas Thill2007-01-021-1/+10
| | | | SVN-Revision: 5969
* clean up x86-2.6 partitioning stuffFelix Fietkau2006-12-072-42/+19
| | | | SVN-Revision: 5705
* move target/image/platform to target/linux/platform/image platform ↵Mike Baker2006-11-285-0/+242
directories are now self contained SVN-Revision: 5669