aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x
Commit message (Collapse)AuthorAgeFilesLines
* 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
* update kernels to 2.6.32.25 and 2.6.35.8Imre Kaloz2010-11-041-1/+1
| | | | SVN-Revision: 23851
* add additional config symbolsImre Kaloz2010-11-021-0/+1
| | | | SVN-Revision: 23777
* 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
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-1/+1
| | | | SVN-Revision: 22145
* 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
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-241-0/+22
| | | | SVN-Revision: 21132
* ppc40x: sync kernel configGabor Juhos2010-04-191-1/+13
| | | | SVN-Revision: 21031
* ppc40x: build initramfs images for the OpenRB/Magicbox boardsGabor Juhos2010-04-181-0/+8
| | | | SVN-Revision: 20980
* ppc40x: fix MagicBox partition tableGabor Juhos2010-04-171-4/+4
| | | | SVN-Revision: 20951
* ppc40x: enable USB supportGabor Juhos2010-04-161-0/+1
| | | | | | Cc: backfire@openwrt.org SVN-Revision: 20933
* ppc40x: add isp116x-hcd to the device tree for the OpenRB boardGabor Juhos2010-04-161-2/+28
| | | | | | Cc: backfire@openwrt.org SVN-Revision: 20932
* ppc40x: make isp116x-hcd driver usable on the OpenRB boardGabor Juhos2010-04-162-0/+417
| | | | | | Cc: backfire@openwrt.org SVN-Revision: 20931
* ppc40x: add more EBC_BXCR definesGabor Juhos2010-04-164-18/+37
| | | | | | Cc: backfire@openwrt.org SVN-Revision: 20930
* ppc40x: move perwe fixup into a separate functionGabor Juhos2010-04-162-12/+24
| | | | | | Cc: backfire@openwrt.org SVN-Revision: 20929
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-9/+9
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* ppc40x: add sysupgrade supportGabor Juhos2010-04-125-15/+110
| | | | | | Cc: backfire@openwrt.org SVN-Revision: 20821
* ppc40x: increase kernel partition size on OpenRB/MagicboxGabor Juhos2010-04-123-10/+10
| | | | | | Cc: backfire@openwrt.org SVN-Revision: 20820
* ppc40x: sync kernel configGabor Juhos2010-04-121-26/+28
| | | | | | Cc: backfire@openwrt.org SVN-Revision: 20819
* kernel: update to 2.6.32.10Gabor Juhos2010-03-261-1/+1
| | | | SVN-Revision: 20444
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-111-0/+1
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* drop support for the old style magicbox-cf driverImre Kaloz2010-03-011-320/+0
| | | | SVN-Revision: 19932
* kernel: update to kernel 2.6.32.9Hauke Mehrtens2010-02-281-1/+1
| | | | SVN-Revision: 19890
* upgrade to 2.6.32.8Imre Kaloz2010-02-169-963/+33
| | | | SVN-Revision: 19673
* clean up handling of some kernel symbolsImre Kaloz2010-02-111-3/+0
| | | | SVN-Revision: 19581
* remove redundant LINUX_KARCH variablesNicolas Thill2009-12-211-1/+0
| | | | SVN-Revision: 18871
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* powerpc: use the in-kernel dtc compilerImre Kaloz2009-11-111-1/+1
| | | | SVN-Revision: 18374
* some more Kconfig symbol move..Imre Kaloz2009-11-111-2/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-111-6/+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-13/+13
| | | | SVN-Revision: 18367
* ppc40x: use version number-less patches and configImre Kaloz2009-10-2710-0/+0
| | | | SVN-Revision: 18188
* remove 2.6.28 support from ppc40xImre Kaloz2009-10-2710-2539/+0
| | | | SVN-Revision: 18187
* disable ppc4xx watchdog, it's unreliableImre Kaloz2009-10-271-1/+1
| | | | SVN-Revision: 18186
* update to 2.6.30.9Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18126
* ppc40x: don't force usb featureNicolas Thill2009-10-081-1/+1
| | | | SVN-Revision: 18002
* explicitly disable LEDS_GPIO_OF kconfig optionAndy Boyett2009-10-051-0/+1
| | | | SVN-Revision: 17902
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-011-1/+1
| | | | SVN-Revision: 17804
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-171-1/+1
| | | | SVN-Revision: 17602