summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* adm5120: sync kernel configsGabor Juhos2010-02-194-72/+70
| | | | SVN-Revision: 19741
* netfilter: add support for raw table and NOTRACK target (#5504)Jo-Philipp Wich2010-02-192-0/+710
| | | | SVN-Revision: 19721
* fix a compile error in block2mtd when compiled as moduleFelix Fietkau2010-02-183-12/+15
| | | | SVN-Revision: 19709
* add missing symbolTravis Kemen2010-02-181-0/+1
| | | | SVN-Revision: 19699
* upgrade to 2.6.32.8Imre Kaloz2010-02-179-1671/+44
| | | | SVN-Revision: 19694
* refresh generic 2.6.32 patchesImre Kaloz2010-02-174-26/+26
| | | | SVN-Revision: 19687
* Update to v2.2 fixed checksum byte calculation for other versions than ↵Travis Kemen2010-02-171-0/+1
| | | | | | | | 0x2019 fixed rare problem with padsize updated info to stock firmware 2.00.20 fixed typos Signed off by: Matthias Buecher <mail@maddes.net> SVN-Revision: 19683
* - clean up menu.lst template - make grub usage of vt0 selectable in ↵Jo-Philipp Wich2010-02-173-14/+41
| | | | | | menuconfig - choose appropriate default baudrate for soekris devices - fix generation of grub menu for iso images SVN-Revision: 19681
* include the board name in the generated dtb's filenameImre Kaloz2010-02-161-1/+1
| | | | SVN-Revision: 19680
* mpc83xx: clean up the mess caused by the reverted sorting patchFelix Fietkau2010-02-161-81/+81
| | | | SVN-Revision: 19676
* add some more config symbols to the generic 2.6.32 configImre Kaloz2010-02-161-0/+9
| | | | SVN-Revision: 19674
* upgrade to 2.6.32.8Imre Kaloz2010-02-169-963/+33
| | | | SVN-Revision: 19673
* upgrade to 2.6.32.8Imre Kaloz2010-02-163-3/+6
| | | | SVN-Revision: 19672
* mpc83xx: add a workaround for erratum eTSEC27 in earlier mpc8313 chip revsFelix Fietkau2010-02-161-0/+18
| | | | SVN-Revision: 19670
* mpc83xx: add support for the vitesse 8601 phyFelix Fietkau2010-02-161-0/+116
| | | | SVN-Revision: 19669
* mpc83xx: add support for mpc8313 in 2.6.32Felix Fietkau2010-02-161-91/+95
| | | | SVN-Revision: 19668
* ...and probably claudio forgot to rename this directory, too :)Imre Kaloz2010-02-167-0/+0
| | | | SVN-Revision: 19655
* I guess florian didn't want this file here ;)Imre Kaloz2010-02-161-269/+0
| | | | SVN-Revision: 19654
* change back kernel version to 2.6.32.8Imre Kaloz2010-02-161-1/+1
| | | | SVN-Revision: 19653
* Add audio feature flag.Lars-Peter Clausen2010-02-152-3/+3
| | | | | | | | | There are targets which neither have usb host nor pci support but do have audio capabilities. Those targets should expliclitly specifiy that they support audio through the new feature flag. The audio feature flag is also implicitly selected by the usb and pci feature flags. SVN-Revision: 19643
* add missing symbols to default configJo-Philipp Wich2010-02-141-0/+5
| | | | SVN-Revision: 19631
* kernel: yet another missing config symbol for 2.6.32Gabor Juhos2010-02-141-0/+1
| | | | SVN-Revision: 19629
* jz-mmc: Fix deadlock which could occur if the card was removed while a data ↵Lars-Peter Clausen2010-02-131-10/+53
| | | | | | transfer was active. SVN-Revision: 19628
* revert accidentally committed changes in Xen configJo-Philipp Wich2010-02-131-18/+1
| | | | SVN-Revision: 19627
* merge 2.6.31 and 2.6.32 configsJo-Philipp Wich2010-02-134-545/+18
| | | | SVN-Revision: 19626
* move kernel config symbols from the Xen subtarget to the platform configJo-Philipp Wich2010-02-132-44/+65
| | | | SVN-Revision: 19625
* More missing debug config symbols for the generic 2.6.32 configLars-Peter Clausen2010-02-131-0/+4
| | | | SVN-Revision: 19624
* fix mistake, thanks xMffTravis Kemen2010-02-131-1/+1
| | | | SVN-Revision: 19620
* sync kernel config, closes #6675Travis Kemen2010-02-131-0/+1
| | | | SVN-Revision: 19619
* Add some missing debug symbols to the generic 2.6.32 config.Lars-Peter Clausen2010-02-131-0/+39
| | | | SVN-Revision: 19618
* prepare kernel 2.6.32 supportJo-Philipp Wich2010-02-138-26/+777
| | | | SVN-Revision: 19617
* add preinit xenfs mount handlerJo-Philipp Wich2010-02-121-0/+11
| | | | SVN-Revision: 19616
* make console port editable through menuconfig, gzip ext2 images, add ↵Jo-Philipp Wich2010-02-123-8/+24
| | | | | | suitable defaults for Xen SVN-Revision: 19612
* add Xen DomU subtargetJo-Philipp Wich2010-02-124-1/+92
| | | | SVN-Revision: 19610
* add some missing symbolsJo-Philipp Wich2010-02-121-0/+5
| | | | SVN-Revision: 19609
* remove 850-if_no_generic_time.patch -- breaks compilation and 2.6.32.8 ↵Imre Kaloz2010-02-121-22/+0
| | | | | | already includes a fix for this.. SVN-Revision: 19598
* Update to v2.1 Stays closer to the stock firmware by using wrt350n.bin for ↵Travis Kemen2010-02-121-6/+12
| | | | | | | | the created image. Adds the possibility to create the image in two separate steps (-b / -z). Makefiles now support the possibility to include a u-boot image for a 100%-stock-like image. Signed off by: Matthias Buecher <mail@maddes.net> SVN-Revision: 19596
* disable devtmpfs in 2.6.32 because its not used, thanks tripolarTravis Kemen2010-02-121-2/+2
| | | | SVN-Revision: 19594
* update brcm47xx to .32, thanks tripolarTravis Kemen2010-02-121-1/+1
| | | | SVN-Revision: 19592
* update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolarTravis Kemen2010-02-1211-11/+11
| | | | SVN-Revision: 19591
* mpc83xx: add 2.6.32 supportGabor Juhos2010-02-114-0/+2317
| | | | SVN-Revision: 19587
* mpc83xx: enable jffs2Gabor Juhos2010-02-111-1/+0
| | | | SVN-Revision: 19586
* mpc83xx: sync kernel configGabor Juhos2010-02-111-14/+4
| | | | SVN-Revision: 19585
* mpc83xx: fix device registration on the RB600Gabor Juhos2010-02-111-2/+2
| | | | SVN-Revision: 19584
* kernel: 2.6.32: move discarding of SYMTAB entries to the right place.Gabor Juhos2010-02-112-18/+11
| | | | | | | This helps to avoid linker errors on various targets. Also remove the scsi_sd section fix patch, because it is not needed now. SVN-Revision: 19583
* clean up handling of some kernel symbolsImre Kaloz2010-02-1145-116/+17
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-1129-2184/+1814
| | | | SVN-Revision: 19580
* remove 2.6.21 patches and config, tooImre Kaloz2010-02-1147-22089/+0
| | | | SVN-Revision: 19579
* upgrade to 2.6.32.7, only build squashfs images by defaultImre Kaloz2010-02-112-132/+40
| | | | SVN-Revision: 19576
* ar71xx: fix WLAN mac address on the TL-WR1043NDGabor Juhos2010-02-101-1/+1
| | | | SVN-Revision: 19573