summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAgeFilesLines
* 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
* show a rotating dash during jffs2 eraseImre Kaloz2008-01-301-0/+24
| | | | SVN-Revision: 10332
* remove binary sysctl number for KERN_PPC_L2CRImre Kaloz2008-01-301-11/+0
| | | | SVN-Revision: 10331
* netfilter: fix compiler warnings in xt_layer7Gabor Juhos2008-01-302-10/+10
| | | | SVN-Revision: 10326
* nefilter: fix chaostables on 2.6.24Gabor Juhos2008-01-302-16/+16
| | | | SVN-Revision: 10320
* netfilter: fix RTSP on 2.6.24Gabor Juhos2008-01-301-26/+26
| | | | SVN-Revision: 10319
* netfilter: fix xt_TARPIT on 2.6.24Gabor Juhos2008-01-301-3/+2
| | | | SVN-Revision: 10318
* netfilter: fix ipt_SET on 2.6.24Gabor Juhos2008-01-301-3/+10
| | | | SVN-Revision: 10317
* add upstream git patch for arch/powerpcImre Kaloz2008-01-281-0/+71515
| | | | SVN-Revision: 10300
* fix squashfs on 2.6.24Imre Kaloz2008-01-281-0/+19
| | | | SVN-Revision: 10299
* disable chaostables for 2.6.24 until it's fixedImre Kaloz2008-01-281-1/+1
| | | | SVN-Revision: 10298
* generic 2.6.24 supportImre Kaloz2008-01-2843-0/+32047
| | | | SVN-Revision: 10291
* add BE I/O memory accessors for arch/ppcImre Kaloz2008-01-271-0/+80
| | | | SVN-Revision: 10287
* kernel: add a default for CONFIG_NEW_GPIOFelix Fietkau2008-01-271-0/+1
| | | | SVN-Revision: 10278
* add userspace tool for gpio_devJohn Crispin2008-01-261-2/+2
| | | | SVN-Revision: 10267
* add missing header fileJohn Crispin2008-01-261-0/+11
| | | | SVN-Revision: 10265
* add patch for including unpartitioned space in the rootfs partition for ↵Felix Fietkau2008-01-261-0/+32
| | | | | | redboot devices (if applicable) SVN-Revision: 10263
* remove binary fileJohn Crispin2008-01-262-372/+0
| | | | SVN-Revision: 10262
* add generic gpio char dev for CONFIG_GENERIC_GPIO archsJohn Crispin2008-01-267-0/+618
| | | | SVN-Revision: 10261
* change annoying\unavble to open console" warningJohn Crispin2008-01-251-0/+13
| | | | SVN-Revision: 10257
* add missing kconfig entryFelix Fietkau2008-01-141-0/+1
| | | | SVN-Revision: 10182
* Fix esfq compilation (#3005)Florian Fainelli2008-01-111-2/+2
| | | | SVN-Revision: 10174
* updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted ↵Tim Yardley2008-01-081-217/+219
| | | | | | patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel SVN-Revision: 10147
* update to the latest imq patch for 2.6.23 from http://www.actusa.net/~linuximq/Tim Yardley2008-01-081-108/+79
| | | | SVN-Revision: 10145
* fix arm kernel builds with recent binutils versionsImre Kaloz2008-01-011-0/+37
| | | | SVN-Revision: 10079
* update to netfilter 2.17Tim Yardley2007-12-191-719/+712
| | | | SVN-Revision: 9806
* LED driver for PCEngines ALIX boardsFelix Fietkau2007-12-142-0/+199
| | | | | | | | | | | | | This patch adds a driver for the three LEDs that exists on the PCEngines ALIX 2 and 3 series boards. The driver is also added to the Alix profile. Signed-off-by: Petr Liebman <petrliebman@gmail.com> -- SVN-Revision: 9748
* remove an unused #include statement that is causing compile issues on osxFelix Fietkau2007-12-121-0/+12
| | | | SVN-Revision: 9711
* Replace deprecated DEBUG config symbolFlorian Fainelli2007-12-111-2/+2
| | | | SVN-Revision: 9706
* Forgot removing that file while applying patch from #2757Florian Fainelli2007-12-091-254/+0
| | | | SVN-Revision: 9690
* updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has ↵Tim Yardley2007-12-084-838/+757
| | | | | | been uncommitted for a bit SVN-Revision: 9674
* add missing kernel config symbolFelix Fietkau2007-12-073-0/+3
| | | | SVN-Revision: 9668
* add txpower patches and add uci configuration file From: Vasilis T. (aka ↵Travis Kemen2007-11-281-0/+160
| | | | | | Acinonyx) SVN-Revision: 9610
* work around kernel config issues with sound modulesFelix Fietkau2007-11-251-0/+13
| | | | SVN-Revision: 9598
* Fix build on non-SMP machines of the remote GDB debugging (#2666)Florian Fainelli2007-11-161-0/+20
| | | | SVN-Revision: 9571