summaryrefslogtreecommitdiffstats
path: root/target/linux/pxa
Commit message (Collapse)AuthorAgeFilesLines
* target: enable XZ BCJ decompressor code after r35097Florian Fainelli2013-01-141-0/+2
| | | | | | | | | Required to actually be able to mount squashfs xz compressed filesystems. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35156
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-4/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
* add Default and Gumstix PXA profilesFlorian Fainelli2012-10-033-1/+47
| | | | | | Gumstix builds a fake flash image for usage in qemu SVN-Revision: 33609
* advertise jffs2 featureFlorian Fainelli2012-10-031-1/+1
| | | | SVN-Revision: 33607
* remove broken flagFlorian Fainelli2012-10-031-1/+1
| | | | SVN-Revision: 33606
* fix build with latest gpiolib changesFlorian Fainelli2012-10-033-36/+43
| | | | SVN-Revision: 33605
* 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
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-151-8/+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.3 to 3.3.6Gabor Juhos2012-05-141-1/+1
| | | | SVN-Revision: 31709
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-071-1/+1
| | | | SVN-Revision: 31645
* pxa: remove 2.6.37 supportGabor Juhos2012-05-079-1735/+0
| | | | SVN-Revision: 31643
* pxa: switch to 3.3 and mark it as brokenGabor Juhos2012-05-071-2/+2
| | | | | | It is working in qemu, but it has not been tested on real hardware. SVN-Revision: 31642
* pxa: add support for 3.3Gabor Juhos2012-05-077-0/+1711
| | | | SVN-Revision: 31641
* target: globally disable BSD process accountingJo-Philipp Wich2011-10-251-1/+0
| | | | SVN-Revision: 28584
* kernel: Update to version 2.6.37.6Hauke Mehrtens2011-04-031-1/+1
| | | | | | Thank you Peter Wagner for the patch SVN-Revision: 26441
* update to 2.6.32.33 and 2.6.37.4Imre Kaloz2011-03-181-1/+1
| | | | SVN-Revision: 26226
* upgrade to 2.6.37Imre Kaloz2011-03-187-36/+47
| | | | SVN-Revision: 26224
* kernel: update to kernel version 2.6.32.32Hauke Mehrtens2011-03-131-1/+1
| | | | SVN-Revision: 26124
* only support EABI on ARM targetsImre Kaloz2011-03-071-1/+0
| | | | SVN-Revision: 25928
* 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
* update kernels to 2.6.32.25 and 2.6.35.8Imre Kaloz2010-11-041-1/+1
| | | | SVN-Revision: 23851
* mark targets maintained by meImre Kaloz2010-10-271-0/+1
| | | | SVN-Revision: 23668
* upgrade kernel versions to the latest stable onesImre Kaloz2010-10-041-1/+1
| | | | SVN-Revision: 23219
* 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
* sync to kernel 2.6.32.12Alexandros C. Couloumbis2010-04-271-1/+1
| | | | SVN-Revision: 21195
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-4/+4
| | | | | | 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.10Gabor Juhos2010-03-261-1/+1
| | | | SVN-Revision: 20444
* kernel: update to kernel 2.6.32.9Hauke Mehrtens2010-02-281-1/+1
| | | | SVN-Revision: 19890
* update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolarTravis Kemen2010-02-121-1/+1
| | | | SVN-Revision: 19591
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-2/+0
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-111-14/+14
| | | | SVN-Revision: 19580
* upgrade to 2.6.32.7, switch to squashfs, remove broken flagImre Kaloz2010-02-0959-20380/+1655
| | | | SVN-Revision: 19562
* another round of kernel config cleanupsImre Kaloz2009-11-111-4/+0
| | | | SVN-Revision: 18370
* move CPUFREQ to generic configsImre Kaloz2009-11-111-1/+0
| | | | SVN-Revision: 18368
* sort all target config filesImre Kaloz2009-11-111-28/+28
| | | | SVN-Revision: 18367
* config: add CONFIG_USB_SUSPEND to genericNicolas Thill2009-10-071-1/+0
| | | | SVN-Revision: 17964
* move common CONFIG_MMC entries to genericNicolas Thill2009-10-061-1/+0
| | | | SVN-Revision: 17948
* move common CONFIG_TOUCHSCREEN entries to genericNicolas Thill2009-10-061-7/+0
| | | | SVN-Revision: 17943
* move common CONFIG_FB entries to genericNicolas Thill2009-10-051-8/+0
| | | | SVN-Revision: 17936
* fix typo in target descriptionAndy Boyett2009-10-041-3/+3
| | | | SVN-Revision: 17848
* avoid overriding CONFIG_TUN with a couple of targetsFlorian Fainelli2009-07-061-1/+0
| | | | SVN-Revision: 16705
* IKCONFIG shouldn't be enabled by defaultImre Kaloz2009-06-151-1/+0
| | | | SVN-Revision: 16473
* even more config file cleanupImre Kaloz2009-05-181-2/+0
| | | | SVN-Revision: 15913
* config cleanupsImre Kaloz2009-05-151-7/+0
| | | | SVN-Revision: 15861