aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAgeFilesLines
...
* clear VLANTunnel bit on the marvell switch ports - should help with some ↵Felix Fietkau2008-04-231-1/+0
| | | | | | bridging issues SVN-Revision: 10931
* kill hotplug2 before running initFelix Fietkau2008-04-231-0/+1
| | | | SVN-Revision: 10929
* update config filesImre Kaloz2008-04-211-0/+33
| | | | SVN-Revision: 10901
* remove unneeded patchImre Kaloz2008-04-201-35/+0
| | | | SVN-Revision: 10892
* disable IMQ on 2.6.25 until we have a new patchImre Kaloz2008-04-201-0/+1790
| | | | SVN-Revision: 10890
* fix mini_fo compile -- still oopses on bootImre Kaloz2008-04-201-12/+12
| | | | SVN-Revision: 10889
* fix patchImre Kaloz2008-04-201-462/+0
| | | | SVN-Revision: 10887
* Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵Felix Fietkau2008-04-205-0/+609
| | | | | | and the upcoming Fonera 2.0 SVN-Revision: 10876
* remove some redundant codeFelix Fietkau2008-04-201-41/+2
| | | | SVN-Revision: 10870
* Add stub driver for ADM6996F switches (configured through MII) The driver ↵Felix Fietkau2008-04-205-0/+332
| | | | | | currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a SVN-Revision: 10869
* add proper 2.6.25 supportImre Kaloz2008-04-1951-0/+134102
| | | | SVN-Revision: 10865
* disable CONFIG_BRIDGE_NETFILTER by defaultFelix Fietkau2008-04-172-2/+2
| | | | SVN-Revision: 10854
* disable CONFIG_NO_HZ by default (who enabled this?)Felix Fietkau2008-04-173-3/+3
| | | | SVN-Revision: 10849
* move spi_gpio driver into the kernel, clean-up SPI modulesGabor Juhos2008-04-156-0/+359
| | | | SVN-Revision: 10844
* update iptables to 1.4.0 (2.6 kernels only), refresh kernel patchesGabor Juhos2008-04-1519-2842/+3162
| | | | SVN-Revision: 10843
* add 2 more symbols missed from my last commitNicolas Thill2008-04-151-0/+2
| | | | SVN-Revision: 10842
* add missing symbols to 2.6.24 generic config, preventing proper kernel ↵Nicolas Thill2008-04-151-0/+10
| | | | | | configuration when certain kernel packages were selected SVN-Revision: 10841
* add missing SSB config symbolsNicolas Thill2008-04-121-0/+3
| | | | SVN-Revision: 10797
* fix a quilt incompatible patchGabor Juhos2008-04-101-95/+12
| | | | SVN-Revision: 10781
* add generic arm machine registry updateImre Kaloz2008-04-091-0/+426
| | | | SVN-Revision: 10779
* forward port redboot rootfs partition space expansion patch to 2.6.24Felix Fietkau2008-04-081-0/+32
| | | | SVN-Revision: 10773
* modules/gpio-buttons: fix build error on older kernelsGabor Juhos2008-04-081-13/+16
| | | | SVN-Revision: 10771
* ssb-mips: Fix IRQ routing on the MIPS core.Michael Büsch2008-04-081-6/+7
| | | | SVN-Revision: 10770
* add a polled GPIO buttons input driverGabor Juhos2008-04-075-0/+331
| | | | SVN-Revision: 10766
* generic-2.6/config-2.6.23: add config entry for SENSORS_LM70Andy Boyett2008-04-041-0/+1
| | | | SVN-Revision: 10733
* Add routed support to br2684Florian Fainelli2008-04-021-0/+730
| | | | | | Signed-off-by: Juan I. Gonzalez <juan.i.gonzalez at subdown dot net> SVN-Revision: 10710
* Fix the xt_physdev compilation (#3218)Florian Fainelli2008-03-272-2/+2
| | | | SVN-Revision: 10678
* Revert [10668] was accidentalFlorian Fainelli2008-03-272-5/+2
| | | | SVN-Revision: 10669
* Create a dummy sit package for 2.4 kernelsqFlorian Fainelli2008-03-272-2/+5
| | | | SVN-Revision: 10668
* Generate a binary lzma-loaderFlorian Fainelli2008-03-262-3/+10
| | | | SVN-Revision: 10661
* The following patch enables txpower setting for hostap driver and restores ↵Travis Kemen2008-03-251-0/+160
| | | | | | txpower after card resets. Signed-off-by: Vasilis Tsiligiannis <acinonyxs@yahoo.gr> SVN-Revision: 10656
* Enable the default-on led triggerRod Whitby2008-03-222-0/+24
| | | | SVN-Revision: 10643
* generic-2.6/config-2.6.24: Added missing config entries to allow compilation ↵Rod Whitby2008-03-221-0/+9
| | | | | | of 2.6.24.2 to continue SVN-Revision: 10642
* add missing kernel config optionFelix Fietkau2008-03-211-0/+1
| | | | SVN-Revision: 10641
* linux-2.6: Add a driver to run an MMC or SD card over a GPIO based SPI ↵Michael Büsch2008-03-212-11/+7646
| | | | | | interface. SVN-Revision: 10637
* GPIODEV: Fix open-count race condition.Michael Büsch2008-03-191-7/+14
| | | | SVN-Revision: 10625
* This Patch adds PPS (Pulse per Second) Support to Openwrt 2.6.23 (its ↵Felix Fietkau2008-03-191-0/+2215
| | | | | | | | | | deprecated before 2.6.23). Its common to use PPS to sync your PC Clock with GPS or DCF77 clocks via NTPd. I've taken this Patch from http://wiki.enneenne.com/index.php/LinuxPPS_support Signed-off-by: Frithjof Hammer <openwrt@frithjof-hammer.de> SVN-Revision: 10619
* add new led trigger for network traffic, fixes #2776John Crispin2008-03-073-0/+463
| | | | SVN-Revision: 10566
* disable partitions for unallocated redboot flash memory - it caused a null ↵Felix Fietkau2008-03-073-0/+3
| | | | | | pointer deref SVN-Revision: 10563
* 2.6.24: add missing symbol CONFIG_USB_SERIAL_CH431Gabor Juhos2008-03-061-0/+1
| | | | SVN-Revision: 10547
* netfilter: update to the latest IMQ patch for 2.6.24 from ↵Gabor Juhos2008-02-201-81/+93
| | | | | | http://www.actusa.net/~linuximq/ SVN-Revision: 10510
* netfilter: fix IMQ bug on 2.6.24Gabor Juhos2008-02-201-1/+1
| | | | SVN-Revision: 10508
* ssb: Update the GPIO APIMichael Büsch2008-02-191-209/+12
| | | | SVN-Revision: 10495
* ssb: Move the generic ssb fixes patch to the generic kernel.Michael Büsch2008-02-191-0/+292
| | | | | | This should fix SSB for people using a b43 card on a non-47xx machine. SVN-Revision: 10492
* ssb: Update to latest upstream version of ssb.Michael Büsch2008-02-198-242/+371
| | | | SVN-Revision: 10490
* b43: Make probing of NPHY devices possible.Michael Büsch2008-02-181-0/+2
| | | | SVN-Revision: 10487
* * disable ikconfig by default * update ppc40x default configImre Kaloz2008-02-041-2/+2
| | | | SVN-Revision: 10380
* "default-on" LED TriggerFelix Fietkau2008-02-023-0/+69
| | | | | | | | | | | | The current LED subsystem always initialises LEDs in the OFF state. This is fine for most LEDs but some should be on right from boot (e.g. POWER LED). Following some discussion with the LED subsystem maintainers, a trigger was recommended as the best way to implement this functionality. Here is a patch to add a new trigger "default-on" which will initialise an LED in the ON state. It is not compiled by default. Particular thanks to Rod Whitby for all his help with this. Signed-off-by: Nick Forbes <nick.forbes@incepta.com> SVN-Revision: 10348
* port atheros to 2.6.24 (untested), but do not use the new kernel by default yetFelix Fietkau2008-01-311-0/+1
| | | | SVN-Revision: 10335
* copy leftover patch from 2.6.23Imre Kaloz2008-01-301-0/+13
| | | | SVN-Revision: 10333