Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kernel: makefiles: make use of new var KERNEL_PATCHVER | Felix Fietkau | 2014-10-24 |
| | | | | | | | | | | | 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.10 | Hauke Mehrtens | 2014-07-18 |
| | | | | | | | | 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 mips1 | Hauke Mehrtens | 2013-10-13 |
| | | | | | | | | | | 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 cflags | Felix Fietkau | 2013-09-26 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38210 | ||
* | build: unify target independent optimization options | Felix Fietkau | 2013-07-29 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600 | ||
* | cobalt: migrate platform to common led helper functions | Florian Fainelli | 2013-02-18 |
| | | | | | | | 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 configs | Gabor Juhos | 2012-11-29 |
| | | | | | | | | 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 accordingly | Florian Fainelli | 2012-07-25 |
| | | | | SVN-Revision: 32869 | ||
* | remove broken flag | Florian Fainelli | 2012-07-25 |
| | | | | SVN-Revision: 32842 | ||
* | package buttons driver separately | Florian Fainelli | 2012-07-25 |
| | | | | SVN-Revision: 32841 | ||
* | package cobalt lcd as a module | Florian Fainelli | 2012-07-25 |
| | | | | SVN-Revision: 32840 | ||
* | bump to 3.3.8 | John Crispin | 2012-06-05 |
| | | | | SVN-Revision: 32055 | ||
* | cobalt: switch to 3.3 and add broken flag | Gabor Juhos | 2012-05-27 |
| | | | | | | Compile tested only. SVN-Revision: 31898 | ||
* | cobalt: remove 2.6.39 specific patches | Gabor Juhos | 2012-05-18 |
| | | | | SVN-Revision: 31785 | ||
* | linux: move certain disabled symbols to the generic configs | Gabor Juhos | 2012-05-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.16 | Jonas Gorski | 2012-04-24 |
| | | | | SVN-Revision: 31459 | ||
* | switch to 3.2.15 | Florian Fainelli | 2012-04-18 |
| | | | | SVN-Revision: 31345 | ||
* | target: globally disable BSD process accounting | Jo-Philipp Wich | 2011-10-25 |
| | | | | SVN-Revision: 28584 | ||
* | kernel: update kernel to version 2.6.39.4 | Hauke Mehrtens | 2011-08-16 |
| | | | | SVN-Revision: 28022 | ||
* | kernel: update kernel to 2.6.39.2 | Hauke Mehrtens | 2011-06-28 |
| | | | | SVN-Revision: 27298 | ||
* | remove 2.6.35 and 2.6.32 support | Florian Fainelli | 2011-06-19 |
| | | | | SVN-Revision: 27230 | ||
* | switch to 2.6.39 | Florian Fainelli | 2011-06-14 |
| | | | | SVN-Revision: 27175 | ||
* | fix diag.sh with qube2 front led | Florian Fainelli | 2011-06-14 |
| | | | | SVN-Revision: 27174 | ||
* | resync kernel config | Florian Fainelli | 2011-06-14 |
| | | | | SVN-Revision: 27173 | ||
* | fill maintainer infos for a couple of targets | Florian Fainelli | 2011-05-06 |
| | | | | SVN-Revision: 26836 | ||
* | global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵ | Felix Fietkau | 2011-03-26 |
| | | | | | | 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.4 | Imre Kaloz | 2011-03-18 |
| | | | | SVN-Revision: 26226 | ||
* | kernel: update to kernel version 2.6.32.32 | Hauke Mehrtens | 2011-03-13 |
| | | | | SVN-Revision: 26124 | ||
* | update to 2.6.32.29 | Florian Fainelli | 2011-02-19 |
| | | | | SVN-Revision: 25583 | ||
* | kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update ↵ | Hauke Mehrtens | 2010-12-11 |
| | | | | | | kenrel 2.6.36.1 to 2.6.36.2 SVN-Revision: 24486 | ||
* | update to the latest stable kernels | Imre Kaloz | 2010-11-24 |
| | | | | SVN-Revision: 24136 | ||
* | switch from ext2 to ext4 (w/o) journaling | Imre Kaloz | 2010-11-22 |
| | | | | SVN-Revision: 24084 | ||
* | update kernels to 2.6.32.25 and 2.6.35.8 | Imre Kaloz | 2010-11-04 |
| | | | | SVN-Revision: 23851 | ||
* | upgrade kernel versions to the latest stable ones | Imre Kaloz | 2010-10-04 |
| | | | | SVN-Revision: 23219 | ||
* | add support for 2.6.35 | Florian Fainelli | 2010-08-25 |
| | | | | SVN-Revision: 22802 | ||
* | rename config-2.6.32 to config-default | Florian Fainelli | 2010-08-25 |
| | | | | SVN-Revision: 22801 | ||
* | update to 2.6.32.20 | Florian Fainelli | 2010-08-22 |
| | | | | SVN-Revision: 22766 | ||
* | update kernel versions | Imre Kaloz | 2010-07-19 |
| | | | | SVN-Revision: 22289 | ||
* | generic: don't override CONFIG_DEBUG_FS | Gabor Juhos | 2010-06-10 |
| | | | | SVN-Revision: 21749 | ||
* | update linux kernel to 2.6.32.14 | Nicolas Thill | 2010-05-27 |
| | | | | SVN-Revision: 21583 | ||
* | kernel: update kernel to version 2.6.32.13 and 2.6.33.4 | Hauke Mehrtens | 2010-05-23 |
| | | | | SVN-Revision: 21540 | ||
* | buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ | Nicolas Thill | 2010-04-28 |
| | | | | SVN-Revision: 21238 | ||
* | sync to kernel 2.6.32.12 | Alexandros C. Couloumbis | 2010-04-27 |
| | | | | SVN-Revision: 21195 | ||
* | target: remove CONFIG_CRC16 override (closes: #7194) | Nicolas Thill | 2010-04-24 |
| | | | | SVN-Revision: 21130 | ||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 |
| | | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834 | ||
* | kernel: update to 2.6.32.10 | Gabor Juhos | 2010-03-26 |
| | | | | SVN-Revision: 20444 | ||
* | drop support for 2.6.30 | Florian Fainelli | 2010-03-26 |
| | | | | SVN-Revision: 20441 | ||
* | do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵ | Nicolas Thill | 2010-03-11 |
| | | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136 | ||
* | kernel: update to kernel 2.6.32.9 | Hauke Mehrtens | 2010-02-28 |
| | | | | SVN-Revision: 19890 | ||
* | add missing kernel configuration and patches for 2.6.32 | Florian Fainelli | 2010-02-21 |
| | | | | SVN-Revision: 19788 |