summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix a compile error in block2mtd when compiled as moduleFelix Fietkau2010-02-183-12/+15
| | | | SVN-Revision: 19709
* refresh grub patchesImre Kaloz2010-02-181-219/+195
| | | | SVN-Revision: 19704
* 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
* mac80211: add compile fix for pre-2.6.32 kernelsJo-Philipp Wich2010-02-171-0/+14
| | | | SVN-Revision: 19692
* carl9170: update to version 1.0.1.1 and fix a compile errorFelix Fietkau2010-02-172-2/+15
| | | | SVN-Revision: 19691
* mac80211: update to wireless-testing 2010-02-16Felix Fietkau2010-02-1714-85/+27
| | | | SVN-Revision: 19688
* refresh generic 2.6.32 patchesImre Kaloz2010-02-174-26/+26
| | | | SVN-Revision: 19687
* use gcc 4.4.3 for mips64 targetsImre Kaloz2010-02-172-4/+4
| | | | SVN-Revision: 19686
* fix opkg.confTravis Kemen2010-02-171-1/+1
| | | | SVN-Revision: 19684
* Update to v2.2 fixed checksum byte calculation for other versions than ↵Travis Kemen2010-02-173-23/+33
| | | | | | | | 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
* use binutils 2.19.1 by default for avr32, tooImre Kaloz2010-02-161-3/+0
| | | | SVN-Revision: 19678
* add avr32 support for binutils 2.19.1 based on the Atmel 1.2.0 toolchain releaseImre Kaloz2010-02-161-0/+30629
| | | | SVN-Revision: 19677
* mpc83xx: clean up the mess caused by the reverted sorting patchFelix Fietkau2010-02-161-81/+81
| | | | SVN-Revision: 19676
* Revert "sort Kconfig symbols automatically to make Kaloz happy :p" Relying ↵Felix Fietkau2010-02-161-1/+0
| | | | | | on some sort implementations' weird behaviour of ignoring # and whitespaces at the beginning of a line is not a good idea, and it's certainly not portable SVN-Revision: 19675
* 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
* use gcc 4.4.3 for the powerpc targets by defaultImre Kaloz2010-02-162-4/+5
| | | | SVN-Revision: 19671
* 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
* hostapd: select crda if mac80211 is selectedFelix Fietkau2010-02-161-3/+3
| | | | SVN-Revision: 19667
* kernel: build the scsi core package even if CONFIG_SCSI=yFelix Fietkau2010-02-161-1/+1
| | | | SVN-Revision: 19666
* kernel: add a package for block2mtdFelix Fietkau2010-02-161-0/+8
| | | | SVN-Revision: 19665
* kernel: add a package for kmod-ata-silFelix Fietkau2010-02-161-0/+14
| | | | SVN-Revision: 19664
* hostapd: fix wpad compile on powerpcFelix Fietkau2010-02-161-1/+2
| | | | SVN-Revision: 19663
* hostapd: move the roboswitch config override to the right placeFelix Fietkau2010-02-161-2/+2
| | | | SVN-Revision: 19662
* ...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-155-4/+10
| | | | | | | | | 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
* swconfig: add copyright for Martin MaresFelix Fietkau2010-02-151-0/+1
| | | | | | Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19642
* swconfig: use print_attr_val() in CMD_GETFelix Fietkau2010-02-151-17/+2
| | | | | | | | | Use the print_attr_val() function introduced by the previous patch to simplify the get command. Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19641
* swconfig: add show commandFelix Fietkau2010-02-151-1/+88
| | | | | | | | | Add a "show" command, which displays all attributes of the selected port, VLAN, or of the whole switch. Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19640
* swconfig: clean up command line parsingFelix Fietkau2010-02-151-45/+35
| | | | | | | | | The command line parser was unsystematic and it silently ignored many illegal combinations of options. Try to clean that up. Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19639
* ath9k: adjust ack timeout workaround patch based on upstream submissionFelix Fietkau2010-02-151-3/+9
| | | | SVN-Revision: 19638
* fixup the hunks in patchImre Kaloz2010-02-151-5/+5
| | | | SVN-Revision: 19635
* ubicom32 isn't supported with binutils 2.18Imre Kaloz2010-02-151-0/+1
| | | | SVN-Revision: 19632
* 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 custom package selectionJo-Philipp Wich2010-02-131-1/+1
| | | | SVN-Revision: 19623
* add geodns addresses for the kernel, closes #6574Travis Kemen2010-02-131-0/+2
| | | | SVN-Revision: 19621