summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* Enable padding of jffs2 images to user specified filesystem size ↵Jo-Philipp Wich2011-04-121-0/+1
| | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 26624
* * Make sure that Geos baud-rate defaults correctly Changeset 23414 somehow ↵John Crispin2011-01-221-1/+1
| | | | | | | | got reordered. The unconditional default trumps later settings. contributed by Philip Prindeville SVN-Revision: 25068
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-4/+4
| | | | SVN-Revision: 24084
* target/linux: fix Geos baudrate. (thank you Philip Prindeville)Alexandros C. Couloumbis2010-10-121-1/+2
| | | | SVN-Revision: 23414
* Geos -- new x86 subtarget definition This defines the Geos platform from ↵Jo-Philipp Wich2010-10-101-2/+2
| | | | | | | | | | | | Traverse Technologies in AUS. This is a Geode LX800 with 512MB of DDR400 memory, 2 8139CP interfaces, 2 Solos ADSL2+ interfaces, USB, serial console, CF slot, and miniPCI slot. I'll add support for the LEDs separately. Signed-off-by: Philip A. Prindeville SVN-Revision: 23390
* adjust image defaults for KVMJo-Philipp Wich2010-09-061-3/+4
| | | | SVN-Revision: 22950
* image: use internal qemu-img for vmdk and vdi images drop host dependencies ↵Andy Boyett2010-08-091-4/+0
| | | | | | on qemu-utils and VirtualBox SVN-Revision: 22553
* target/x86: cleanup image config optionsNicolas Thill2010-05-051-40/+40
| | | | SVN-Revision: 21365
* target/x86: use common config items for options shared between generic and ↵Nicolas Thill2010-05-051-32/+15
| | | | | | olpc targets SVN-Revision: 21364
* add net5501 supportFlorian Fainelli2010-04-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch brings up the net5501 platform. Note that the x86/ target included support for all x86/ class processors. That's not technically correct. This should be constrained only to the "generic" subtarget. Every x86-class target that isn't generic should be able to select only the optimizations/capabilities applicable to that architectural variant. It's also assumed that all x86 processors have keyboard & mouse ports, ISA, DMI, ACPI... the embedded ones typically don't. Again, moving that to the generic subtarget. Fortunately, this was a fairly benign tweak. The net5501 board includes the following logic: Geode/LX processor CS5535 super-I/O chip PC87360 sensor chip Via Rhine Ethernet controllers Via Sata controllers USB, LEDS, I2C Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 20794
* - clean up menu.lst template - make grub usage of vt0 selectable in ↵Jo-Philipp Wich2010-02-171-4/+12
| | | | | | 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/+12
| | | | | | suitable defaults for Xen SVN-Revision: 19612
* remove handling of older unsupported kernelsImre Kaloz2009-12-271-1/+0
| | | | SVN-Revision: 18955
* fix grub image target dependencyImre Kaloz2009-11-181-1/+1
| | | | SVN-Revision: 18446
* change x86 image generation handling to treat only olpc speciallyImre Kaloz2009-11-171-1/+1
| | | | SVN-Revision: 18441
* merge the olpc target with the x86 target, both tested and runningFlorian Fainelli2009-11-031-3/+27
| | | | SVN-Revision: 18279
* x86: use libata in 2.6.30, fix pata support for sc1200 (used on wrap)Felix Fietkau2009-09-251-1/+2
| | | | SVN-Revision: 17722
* Use VBoxManage instead of obsolete vditool to generate VirtualBox images.Steven Barth2009-01-021-1/+1
| | | | SVN-Revision: 13821
* Add support for creating VMware vmdk images #1317Florian Fainelli2008-11-091-1/+6
| | | | SVN-Revision: 13158
* fix typoFlorian Fainelli2008-05-301-1/+1
| | | | SVN-Revision: 11300
* Add virtualbox images to x86 (#3475)Florian Fainelli2008-05-301-0/+10
| | | | SVN-Revision: 11298
* move grub to package/Felix Fietkau2007-10-091-0/+1
| | | | SVN-Revision: 9212
* added generation of x86 livecds, from #2391John Crispin2007-10-081-1/+1
| | | | SVN-Revision: 9191
* fixes menuconfig selection of grub for x86 targetsJohn Crispin2007-09-091-1/+1
| | | | SVN-Revision: 8713
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+34
(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