summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* build: consistently use 'depends on' instead of 'depends'nbd2013-04-171-21/+21
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] merge the RDC R-321x target as a subtarget of x86florian2012-10-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: remove grub-legacynbd2012-10-071-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33640 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: add support for building grub2 imagesnbd2012-09-221-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] use ttyS0 @ 115200 baud as default for KVM guestsjow2012-06-151-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: image: select bootscript images by default for OLPCjuhosg2012-05-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31783 3c298f89-4303-0410-b956-a3cf2f4a3e73
* PATCH: Disable console terminal in Grub for alix2 targetjow2012-04-121-1/+1
| | | | | | | | | | | The alix2 target has the VGA console for grub enabled by default. This prevents the grub menu from appearing on bootup. It is disabled by default for the other embedded x86 platforms. This patch corrects that behavior for the alix2 target. Signed-off-by: Adam Gensler <openwrt@kristenandadam.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Disable by default padding of imagesacinonyx2012-02-161-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30590 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] GZip only ext4 and padded imagesacinonyx2012-02-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] Make gzipping of images configurable via menuconfigacinonyx2012-02-161-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make the grub timeout configurable on x86 targetsjow2012-01-191-0/+7
| | | | | | 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
* [target] x86: allow VDI & VMDK images for all subtargets (closes: #10255)nico2011-10-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86]blogic2011-05-171-0/+15
| | | | | | | | | * 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
* This patch provides an image suitable for the alix2*, alix3, and alix6 ↵cshore2011-05-131-0/+1
| | | | | | | | | | | | | | | | | | | headless (non-VGA equipped) SBC's. Note that the Alix6 uses GPIO 27 to disable wireless transmit (W_DIS#), whereas on all other versions this is used to actuate the speaker. GPIO 1 : SIM select (Alix6) GPIO 6 : LED1 GPIO 25 : LED2 GPIO 27 : LED3 or RFKILL (Alix6) GPIO 24 : Soft switch 1 No kernel version bump. Added i2c-scx200-acb for lm-sensors support. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Enable padding of jffs2 images to user specified filesystem sizejow2011-04-121-0/+1
| | | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [geos]blogic2011-01-221-1/+1
| | | | | | | | | | * Make sure that Geos baud-rate defaults correctly Changeset 23414 somehow got reordered. The unconditional default trumps later settings. contributed by Philip Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25068 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch from ext2 to ext4 (w/o) journalingkaloz2010-11-221-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux: fix Geos baudrate. (thank you Philip Prindeville)acoul2010-10-121-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23414 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [Patch v2] Geos -- new x86 subtarget definitionjow2010-10-101-2/+2
| | | | | | | | | | | | | This defines the Geos platform from 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] adjust image defaults for KVMjow2010-09-061-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] image: use internal qemu-img for vmdk and vdi imagesagb2010-08-091-4/+0
| | | | | | drop host dependencies on qemu-utils and VirtualBox git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/x86: cleanup image config optionsnico2010-05-051-40/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21365 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/x86: use common config items for options shared between generic and ↵nico2010-05-051-32/+15
| | | | | | olpc targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] add net5501 supportflorian2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86]jow2010-02-171-4/+12
| | | | | | | | | | - 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
* [x86] make console port editable through menuconfig, gzip ext2 images, add ↵jow2010-02-121-3/+12
| | | | | | suitable defaults for Xen git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove handling of older unsupported kernelskaloz2009-12-271-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix grub image target dependencykaloz2009-11-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18446 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change x86 image generation handling to treat only olpc speciallykaloz2009-11-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18441 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] merge the olpc target with the x86 target, both tested and runningflorian2009-11-031-3/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18279 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: use libata in 2.6.30, fix pata support for sc1200 (used on wrap)nbd2009-09-251-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use VBoxManage instead of obsolete vditool to generate VirtualBox images.cyrus2009-01-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13821 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for creating VMware vmdk images #1317florian2008-11-091-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoflorian2008-05-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add virtualbox images to x86 (#3475)florian2008-05-301-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move grub to package/nbd2007-10-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9212 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added generation of x86 livecds, from #2391blogic2007-10-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9191 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes menuconfig selection of grub for x86 targetsblogic2007-09-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73