aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/pxcab
Commit message (Collapse)AuthorAgeFilesLines
* targets: fix CONFIG_USB_STORAGE_* inconsistencyNicolas Thill2011-11-251-8/+0
| | | | | | | | | | * all options were switched from bool to tristate in 2.6.30 * add/change/move them to generic, disabled by default * remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09 * remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6 * cleanup ordering SVN-Revision: 29337
* target: globally disable BSD process accountingJo-Philipp Wich2011-10-251-1/+0
| | | | SVN-Revision: 28584
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-1/+1
| | | | SVN-Revision: 22145
* generic: don't override CONFIG_DEBUG_FSGabor Juhos2010-06-101-1/+0
| | | | SVN-Revision: 21749
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-241-0/+21
| | | | SVN-Revision: 21132
* target: remove CONFIG_CRC16 override (closes: #7194)Nicolas Thill2010-04-241-1/+0
| | | | SVN-Revision: 21130
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-3/+3
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* pxcab: remove 2.6.31 configGabor Juhos2010-03-261-466/+0
| | | | SVN-Revision: 20485
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-112-0/+2
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* clean up handling of some kernel symbolsImre Kaloz2010-02-112-8/+0
| | | | SVN-Revision: 19581
* preinit: use grep -q where applicableJo-Philipp Wich2010-02-011-1/+1
| | | | SVN-Revision: 19484
* preinit: Remove Ctrl-C prompt...impossible on /dev/console (patch by cshore)Felix Fietkau2010-01-281-1/+1
| | | | SVN-Revision: 19367
* add preinit modularization work by Daniel Dickinson (cshore)Felix Fietkau2010-01-253-2/+22
| | | | SVN-Revision: 19331
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* some more Kconfig symbol move..Imre Kaloz2009-11-112-4/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-112-4/+0
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-112-107/+107
| | | | SVN-Revision: 18367
* move CONFIG_CRASH_DUMP to the generic configsImre Kaloz2009-11-112-2/+0
| | | | SVN-Revision: 18366
* update to 2.6.30.9Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18126
* move common CONFIG_FB entries to genericNicolas Thill2009-10-052-94/+0
| | | | SVN-Revision: 17936
* 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
* update to 2.6.30.6, compile tested on some targets onlyFlorian Fainelli2009-09-091-1/+1
| | | | SVN-Revision: 17549
* pxcab: Add config-2.6.31Geoff Levand2009-08-271-0/+521
| | | | | | | | | Tested with 2.6.31-rc7 Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17429
* pxcab: Build fixGeoff Levand2009-08-271-107/+0
| | | | | | | | | | 0001-powerpc-mpic-Fix-mapping-of-DCR-based-MPIC-variants.patch was merged in 2.6.30.4 Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17428
* pxcab: Replace TARGET_pxcab with feature powerpc64Geoff Levand2009-08-181-1/+1
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17307
* use 2.6.30.5Florian Fainelli2009-08-171-1/+1
| | | | SVN-Revision: 17296
* update to 2.6.30.4Florian Fainelli2009-07-311-1/+1
| | | | SVN-Revision: 17062
* switch to 2.6.30.3Florian Fainelli2009-07-271-1/+1
| | | | SVN-Revision: 17028
* resync kernel configurationFlorian Fainelli2009-07-251-4/+0
| | | | SVN-Revision: 16976
* update to 2.6.30.2Imre Kaloz2009-07-201-1/+1
| | | | SVN-Revision: 16931
* This patch adds a target for the IBM PowerXCell Accelerator Board. (aka ↵Florian Fainelli2009-07-165-0/+655
mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars) http://us.fixstars.com/products/gigaaccel/ This build will create zImage suitable for TFTP boot image. * v2 - add axonram device driver - switch to 2.6.30.1 Signed-off-by: Akinobu Mita <mita@fixstars.com> SVN-Revision: 16860