aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.23
Commit message (Collapse)AuthorAgeFilesLines
* [kernel] generic-2.6: revert yaffs changes [11378], the new code is not ↵Gabor Juhos2008-06-101-80/+0
| | | | | | working correctly on RouterBoards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6: refresh yaffs patchesGabor Juhos2008-06-071-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add a chip_fixup function to the plat_nand driver on 2.6.23 as well ↵Gabor Juhos2008-06-071-0/+32
| | | | | | (closes #3513) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6: yaffs cleanupGabor Juhos2008-06-062-0/+80
| | | | | | | * reduce compiler warnings, * renumber/rename patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11379 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh generic 2.6.23 patches in upstream styleImre Kaloz2008-06-0563-1383/+819
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh generic 2.6.23 patchesGabor Juhos2008-05-1863-1075/+1134
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add fixes for mmc_sdhci needed after [10637]Nicolas Thill2008-05-011-0/+154
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10997 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add Dallas's 1-wire related packagesGabor Juhos2008-04-291-0/+186
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10977 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable a different pseudo-vlan mode in the marvell switch (uses a ↵Felix Fietkau2008-04-291-9/+28
| | | | | | proprietary header instead of a proprietary trailer) - fixes some mtu issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵Felix Fietkau2008-04-202-0/+99
| | | | | | and the upcoming Fonera 2.0 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add stub driver for ADM6996F switches (configured through MII)Felix Fietkau2008-04-202-0/+56
| | | | | | | | The driver currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] move spi_gpio driver into the kernel, clean-up SPI modulesGabor Juhos2008-04-151-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update iptables to 1.4.0 (2.6 kernels only), refresh kernel patchesGabor Juhos2008-04-153-388/+397
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add a polled GPIO buttons input driverGabor Juhos2008-04-071-0/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This Patch adds PPS (Pulse per Second) Support to Openwrt 2.6.23Felix Fietkau2008-03-191-0/+2215
| | | | | | | | | | | | (its 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new led trigger for network traffic, fixes #2776John Crispin2008-03-071-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ssb: Update the GPIO APIMichael Büsch2008-02-191-209/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10492 3c298f89-4303-0410-b956-a3cf2f4a3e73
* "default-on" LED TriggerFelix Fietkau2008-02-021-0/+23
| | | | | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] netfilter: fix compiler warnings in xt_layer7Gabor Juhos2008-01-301-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10326 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add BE I/O memory accessors for arch/ppcImre Kaloz2008-01-271-0/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add patch for including unpartitioned space in the rootfs partition for ↵Felix Fietkau2008-01-261-0/+32
| | | | | | redboot devices (if applicable) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10263 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic gpio char dev for CONFIG_GENERIC_GPIO archsJohn Crispin2008-01-261-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change annoying\unavble to open console" warningJohn Crispin2008-01-251-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10257 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix esfq compilation (#3005)Florian Fainelli2008-01-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to the latest imq patch for 2.6.23 from http://www.actusa.net/~linuximq/Tim Yardley2008-01-081-108/+79
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix arm kernel builds with recent binutils versionsImre Kaloz2008-01-011-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10079 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to netfilter 2.17Tim Yardley2007-12-191-719/+712
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* LED driver for PCEngines ALIX boardsFelix Fietkau2007-12-141-0/+27
| | | | | | | | | | | | | | 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> -- git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove an unused #include statement that is causing compile issues on osxFelix Fietkau2007-12-121-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9711 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Replace deprecated DEBUG config symbolFlorian Fainelli2007-12-111-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has ↵Tim Yardley2007-12-083-836/+755
| | | | | | been uncommitted for a bit git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* work around kernel config issues with sound modulesFelix Fietkau2007-11-251-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix build on non-SMP machines of the remote GDB debugging (#2666)Florian Fainelli2007-11-161-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixed typo in generic squashfs split patch ... shame on you :)John Crispin2007-10-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9455 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync ssb with upstreamFelix Fietkau2007-10-142-132/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9302 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added some extensions to the phy layerJohn Crispin2007-10-141-0/+67
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* back out change to generic-2.6/files/ and update 310-ssb_pcicore_fixes.patch ↵Felix Fietkau2007-10-131-5/+10
| | | | | | for 2.6.23 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9281 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] netfilter/ipset cleanupsGabor Juhos2007-10-121-187/+1380
| | | | | | | | | | * rename patches to follow our naming conventions * update ipset patches with revision 7096 of [https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng pom] * add CONFIG_IP_NF_SET_IPTREEMAP to default kernel configs * add ip_set_iptreemap to include/netfilter.mk * update kmod-ipt-ipset module description git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] netfilter fixes for 2.6.23Gabor Juhos2007-10-112-17/+343
| | | | | | | | * fix compiler warnings in xt_CHAOS.c, xt_DELUDE.c, and in xt_portscan.c * make xt_TARPIT available as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] dissect yaffs patchGabor Juhos2007-10-101-15035/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync for 2.6.23-finalEugene Konev2007-10-108-167/+178
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rtsp patchEugene Konev2007-10-051-29/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add generic 2.6.23 patches and configEugene Konev2007-10-0441-0/+45953
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9114 3c298f89-4303-0410-b956-a3cf2f4a3e73