summaryrefslogtreecommitdiffstats
path: root/target/linux/cobalt
Commit message (Collapse)AuthorAgeFilesLines
* cobalt: framebuffer device has movedJohn Crispin2015-03-121-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44686
* cobalt: rename config fileJohn Crispin2015-03-111-0/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44668
* kernel: disbale HAMRADIO in generic configJohn Crispin2015-03-061-1/+0
| | | | | | | | | | | | | | | HAMRADIO enabled in all generic configs, but no one platform directly use related drivers/protocols. This symbol is only used for kmod-ax25 package modules. Furthermore, half of platforms explicitly disables this symbol, what silently disables build of modules for kmod-ax25 package. So disable HAMRADIO by-default in generic config, add it to kmod-ax25 package and remove it from platform specific configs. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44613
* kernel: move CONFIG_MIPS_O32_FP64_SUPPORT to generic configsJonas Gorski2015-03-011-1/+0
| | | | | | | | | Most MIPS targets have it disabled, so move the symbol to the generic configs to keep target configs small. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44583
* realview: bump to 3.18John Crispin2015-02-091-1/+1
| | | | | | Signed-off-by: Your Name <blogic@openwrt.org> SVN-Revision: 44368
* cobalt: remove 3.3 and 3.10 kernel configuration filesFlorian Fainelli2014-12-072-362/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43549
* cobalt: switch to 3.14 kernelFlorian Fainelli2014-12-071-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43548
* cobalt: add 3.14 kernel configuration fileFlorian Fainelli2014-12-071-0/+194
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43547
* 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
* cobalt: add support for kernel 3.10Hauke Mehrtens2014-07-181-0/+193
| | | | | | | | This is compile tested only, please run test and report back. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41736
* cobalt: do not build userland with support for mips1Hauke Mehrtens2013-10-131-1/+1
| | | | | | | | | | Without specifying -march gcc uses -march=mips1 by default, but that causes problems when compiling openssl. Use -march=r5000 instead to compile a userland optimized for the CPU used on this device. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38386
* build: unify mips target cflagsFelix Fietkau2013-09-261-1/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38210
* build: unify target independent optimization optionsFelix Fietkau2013-07-291-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
* cobalt: migrate platform to common led helper functionsFlorian Fainelli2013-02-181-15/+12
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35662
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-2/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
* make kmod-fb dependent on DISPLAY_SUPPORT and update targets accordinglyFlorian Fainelli2012-07-251-1/+1
| | | | SVN-Revision: 32869
* remove broken flagFlorian Fainelli2012-07-251-1/+1
| | | | SVN-Revision: 32842
* package buttons driver separatelyFlorian Fainelli2012-07-252-4/+15
| | | | SVN-Revision: 32841
* package cobalt lcd as a moduleFlorian Fainelli2012-07-252-7/+21
| | | | SVN-Revision: 32840
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* cobalt: switch to 3.3 and add broken flagGabor Juhos2012-05-272-6/+8
| | | | | | Compile tested only. SVN-Revision: 31898
* cobalt: remove 2.6.39 specific patchesGabor Juhos2012-05-181-370/+0
| | | | SVN-Revision: 31785
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* kernel: update linux 3.2 to 3.2.16Jonas Gorski2012-04-241-1/+1
| | | | SVN-Revision: 31459
* switch to 3.2.15Florian Fainelli2012-04-182-9/+9
| | | | SVN-Revision: 31345
* target: globally disable BSD process accountingJo-Philipp Wich2011-10-251-1/+0
| | | | SVN-Revision: 28584
* kernel: update kernel to version 2.6.39.4Hauke Mehrtens2011-08-161-1/+1
| | | | SVN-Revision: 28022
* kernel: update kernel to 2.6.39.2Hauke Mehrtens2011-06-281-1/+1
| | | | SVN-Revision: 27298
* remove 2.6.35 and 2.6.32 supportFlorian Fainelli2011-06-192-736/+0
| | | | SVN-Revision: 27230
* switch to 2.6.39Florian Fainelli2011-06-143-74/+401
| | | | SVN-Revision: 27175
* fix diag.sh with qube2 front ledFlorian Fainelli2011-06-141-6/+8
| | | | SVN-Revision: 27174
* resync kernel configFlorian Fainelli2011-06-141-17/+5
| | | | SVN-Revision: 27173
* fill maintainer infos for a couple of targetsFlorian Fainelli2011-05-061-0/+1
| | | | SVN-Revision: 26836
* global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵Felix Fietkau2011-03-261-1/+1
| | | | | | instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance SVN-Revision: 26300
* 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
* switch from ext2 to ext4 (w/o) journalingImre Kaloz2010-11-221-2/+2
| | | | SVN-Revision: 24084
* update kernels to 2.6.32.25 and 2.6.35.8Imre Kaloz2010-11-041-1/+1
| | | | SVN-Revision: 23851
* upgrade kernel versions to the latest stable onesImre Kaloz2010-10-041-1/+1
| | | | SVN-Revision: 23219
* add support for 2.6.35Florian Fainelli2010-08-252-99/+474
| | | | SVN-Revision: 22802
* rename config-2.6.32 to config-defaultFlorian Fainelli2010-08-251-0/+0
| | | | SVN-Revision: 22801
* 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
* generic: don't override CONFIG_DEBUG_FSGabor Juhos2010-06-101-1/+0
| | | | SVN-Revision: 21749
* 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