summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* use immediate set in target MakefilesMathias Kresin2016-09-101-1/+1
| | | | | | | | No functional change, it's just to have the same style everywhere. This way I don't need to use any regex magic to extract all subtargets for compile tests. Signed-off-by: Mathias Kresin <dev@kresin.me>
* x86: enable mkf2fs and e2fsprogs by defaultFelix Fietkau2016-09-101-2/+2
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* x86: enable fpu for all subtargetsFelix Fietkau2016-08-301-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* treewide: replace nbd@openwrt.org with nbd@nbd.nameFelix Fietkau2016-06-071-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* x86: reorganize x86_32 supportDaniel Golle2016-06-071-1/+1
| | | | | | copy current 'generic' target to new 'legacy' target. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* x86: remove the kvm_guest subtargetFelix Fietkau2016-05-121-1/+1
| | | | | | | 32-bit only hardware that supports kvm is very rare. It's not worth keeping a separate subtarget for this. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* x86: remove the ep80579 subtarget, it has been unmaintained for a long timeFelix Fietkau2016-05-121-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* x86: preserve partition table on sysupgradeJo-Philipp Wich2016-02-091-0/+2
| | | | | | | | | | | | | | With this patch sysupgrade will write directly to the partitions instead of to the main disk. The UUID is copied from the image to the MBR as well. This prevents the mbr from being completely overwritten and losing the partition table. The -p option has been added to maintain the original behavior and overwite the entire disk with the new image. Tests have been added to ensure that the image partitions match up with the active partitions. Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net> SVN-Revision: 48682
* x86: update to linux 4.4Felix Fietkau2016-01-121-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48216
* x86: remove the rdc subtarget, it was broken for ages and nobody caredFelix Fietkau2016-01-101-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48189
* x86: add myself as maintainerFelix Fietkau2015-03-291-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45116
* x86: make x86_64 a subtarget instead of a standalone targetFelix Fietkau2015-03-291-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45115
* x86: remove the olpc subtarget, it has been unmaintained for a long timeFelix Fietkau2015-03-281-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45083
* x86: merge all geode based subtargets into oneFelix Fietkau2015-03-161-2/+1
| | | | | | | | | Build all geode platform drivers into the kernel Remove kmod-* packages for these drivers Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44809
* x86: update to kernel 3.18Felix Fietkau2015-03-151-1/+1
| | | | | | | | | | | | | | copied target/linux/x86/config-3.14 and target/linux/x86/patches-3.14 to 3.18 equivalents and then tweaked until it built. Tested on alix2, soekris net4826 and soekris net4521. Still having trouble with net4826 booting from Grub, alix2 and net4521 are fine. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 44758
* x86: update to linux 3.14Felix Fietkau2014-12-081-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43559
* kernel: makefiles: make use of new var KERNEL_PATCHVERFelix Fietkau2014-10-241-1/+1
| | | | | | | | | | | replace all occurences of LINUX_VERSION with the cleaner approach. future kernel upgrades must mostly touch only one file. the only platform left is netlogic, because it uses a intermediate kernel 3.14.16 Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 43047
* kernel: update to 3.10.49 Signed-off-by: John Crispin <blogic@openwrt.org>John Crispin2014-07-201-1/+1
| | | | SVN-Revision: 41776
* kernel: update 3.10.36->3.10.44John Crispin2014-06-261-1/+1
| | | | | | | | 205-fix-headers_install.patch is obseleted by upstream commit 3246a0352e3d58380b9386570f1db1faf7edf8a8 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41351
* kernel: update 3.10 to 3.10.36Gabor Juhos2014-04-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40467
* x86: set default kernel version to 3.10Felix Fietkau2014-04-111-1/+1
| | | | | | | | | Place the previous selection (3.3.8) into the only subtarget that did not override it to 3.10 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40454
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-0/+2
| | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049
* target: don't build jffs2 nor images by defaultJonas Gorski2013-06-051-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36863
* merge the RDC R-321x target as a subtarget of x86Florian Fainelli2012-10-151-1/+2
| | | | SVN-Revision: 33779
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-231-1/+1
| | | | SVN-Revision: 31848
* x86: remove subtarget specific LINUX_VERSION overridesGabor Juhos2012-05-181-1/+1
| | | | SVN-Revision: 31803
* bump to 2.6.39.4Florian Fainelli2011-08-251-1/+1
| | | | | | | | | | Since linux gets developed on x86 more than all other hardware, hardly makes sense to have our default x86 version be trailing by over a year. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 28082
* * adds support for Artec ThincanJohn Crispin2011-05-171-1/+1
| | | | | | Signed-of-By: Lauri Võsandi <lauri.vosandi@gmail.com> SVN-Revision: 26919
* This patch provides an image suitable for the alix2*, alix3, and alix6 ↵Daniel Dickinson2011-05-131-1/+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> SVN-Revision: 26879
* Bump kernel version to 2.6.37.6Jo-Philipp Wich2011-04-071-1/+1
| | | | SVN-Revision: 26525
* update to 2.6.32.33 and 2.6.37.4Imre Kaloz2011-03-181-2/+2
| | | | SVN-Revision: 26226
* kernel: update to kernel version 2.6.32.32Hauke Mehrtens2011-03-131-1/+1
| | | | SVN-Revision: 26124
* update to 2.6.32.29Florian Fainelli2011-02-191-1/+1
| | | | SVN-Revision: 25583
* kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update ↵Hauke Mehrtens2010-12-111-1/+1
| | | | | | kenrel 2.6.36.1 to 2.6.36.2 SVN-Revision: 24486
* update to the latest stable kernelsImre Kaloz2010-11-241-1/+1
| | | | SVN-Revision: 24136
* move x86 back to .32 for nowImre Kaloz2010-11-221-1/+1
| | | | SVN-Revision: 24085
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-2/+2
| | | | SVN-Revision: 24084
* x86 kernels target bzImage by defaultImre Kaloz2010-11-081-2/+0
| | | | SVN-Revision: 23926
* make targets provide their KERNELNAMEFlorian Fainelli2010-11-081-0/+2
| | | | SVN-Revision: 23919
* update kernels to 2.6.32.25 and 2.6.35.8Imre Kaloz2010-11-041-1/+1
| | | | SVN-Revision: 23851
* Geos -- new x86 subtarget definition This defines the Geos platform from ↵Jo-Philipp Wich2010-10-101-1/+1
| | | | | | | | | | | | 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
* upgrade kernel versions to the latest stable onesImre Kaloz2010-10-041-1/+1
| | | | SVN-Revision: 23219
* add kvm_guest to subtarget listJo-Philipp Wich2010-09-131-1/+1
| | | | SVN-Revision: 23056
* update to 2.6.32.20Florian Fainelli2010-08-221-1/+1
| | | | SVN-Revision: 22766
* update kernel versionsImre Kaloz2010-07-191-1/+1
| | | | SVN-Revision: 22289
* update linux kernel to 2.6.32.14Nicolas Thill2010-05-271-1/+1
| | | | SVN-Revision: 21583
* kernel: update kernel to version 2.6.32.13 and 2.6.33.4Hauke Mehrtens2010-05-231-1/+1
| | | | SVN-Revision: 21540
* buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZNicolas Thill2010-04-281-1/+1
| | | | SVN-Revision: 21238
* sync to kernel 2.6.32.12Alexandros C. Couloumbis2010-04-271-1/+1
| | | | SVN-Revision: 21195