Commit Graph

227 Commits (9f9a78be6804849191da33fb7e1a63b53d804c3f)

Author SHA1 Message Date
Florian Fainelli add755735a Add routed support to br2684
Signed-off-by: Juan I. Gonzalez <juan.i.gonzalez at subdown dot net>

SVN-Revision: 10710
17 years ago
Florian Fainelli c4e905154a Fix the xt_physdev compilation (#3218)
SVN-Revision: 10678
17 years ago
Florian Fainelli 52c65355ea Revert [10668] was accidental
SVN-Revision: 10669
17 years ago
Florian Fainelli e9c19c7de9 Create a dummy sit package for 2.4 kernelsq
SVN-Revision: 10668
17 years ago
Florian Fainelli 6e8a4f219a Generate a binary lzma-loader
SVN-Revision: 10661
17 years ago
Travis Kemen 7161fc6e53 The following patch enables txpower setting for hostap driver and restores txpower after card resets. Signed-off-by: Vasilis Tsiligiannis <acinonyxs@yahoo.gr>
SVN-Revision: 10656
17 years ago
Rod Whitby 6e13173800 Enable the default-on led trigger
SVN-Revision: 10643
17 years ago
Rod Whitby eafcbc1cdd generic-2.6/config-2.6.24: Added missing config entries to allow compilation of 2.6.24.2 to continue
SVN-Revision: 10642
17 years ago
Felix Fietkau 28235b5486 add missing kernel config option
SVN-Revision: 10641
17 years ago
Michael Büsch 12b5a779b9 linux-2.6: Add a driver to run an MMC or SD card over a GPIO based SPI interface.
SVN-Revision: 10637
17 years ago
Michael Büsch 68523387b3 GPIODEV: Fix open-count race condition.
SVN-Revision: 10625
17 years ago
Felix Fietkau a5b89f7f78 This Patch adds PPS (Pulse per Second) Support to Openwrt 2.6.23 (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>

SVN-Revision: 10619
17 years ago
John Crispin 9e6b3d16de add new led trigger for network traffic, fixes #2776
SVN-Revision: 10566
17 years ago
Felix Fietkau 1d951e0847 disable partitions for unallocated redboot flash memory - it caused a null pointer deref
SVN-Revision: 10563
17 years ago
Gabor Juhos 636d05f391 2.6.24: add missing symbol CONFIG_USB_SERIAL_CH431
SVN-Revision: 10547
17 years ago
Gabor Juhos 32d7e0916a netfilter: update to the latest IMQ patch for 2.6.24 from http://www.actusa.net/~linuximq/
SVN-Revision: 10510
17 years ago
Gabor Juhos bd91c79caa netfilter: fix IMQ bug on 2.6.24
SVN-Revision: 10508
17 years ago
Michael Büsch 66dec6d8a1 ssb: Update the GPIO API
SVN-Revision: 10495
17 years ago
Michael Büsch d3c63338b7 ssb: Move the generic ssb fixes patch to the generic kernel.
This should fix SSB for people using a b43 card on a non-47xx machine.

SVN-Revision: 10492
17 years ago
Michael Büsch c57ca284ce ssb: Update to latest upstream version of ssb.
SVN-Revision: 10490
17 years ago
Michael Büsch 670b7ab883 b43: Make probing of NPHY devices possible.
SVN-Revision: 10487
17 years ago
Imre Kaloz 389107970a * disable ikconfig by default * update ppc40x default config
SVN-Revision: 10380
17 years ago
Felix Fietkau a2ba826425 "default-on" LED Trigger
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
17 years ago
Felix Fietkau 2361535088 port atheros to 2.6.24 (untested), but do not use the new kernel by default yet
SVN-Revision: 10335
17 years ago
Imre Kaloz e80d5f9686 copy leftover patch from 2.6.23
SVN-Revision: 10333
17 years ago
Imre Kaloz 3074232986 show a rotating dash during jffs2 erase
SVN-Revision: 10332
17 years ago
Imre Kaloz 01a62fc444 remove binary sysctl number for KERN_PPC_L2CR
SVN-Revision: 10331
17 years ago
Gabor Juhos 11c02a7e60 netfilter: fix compiler warnings in xt_layer7
SVN-Revision: 10326
17 years ago
Gabor Juhos db7a2e3e55 nefilter: fix chaostables on 2.6.24
SVN-Revision: 10320
17 years ago
Gabor Juhos 3dae29dc4a netfilter: fix RTSP on 2.6.24
SVN-Revision: 10319
17 years ago
Gabor Juhos 131dfed3d7 netfilter: fix xt_TARPIT on 2.6.24
SVN-Revision: 10318
17 years ago
Gabor Juhos fecd04ea67 netfilter: fix ipt_SET on 2.6.24
SVN-Revision: 10317
17 years ago
Imre Kaloz 7ab413f9fd add upstream git patch for arch/powerpc
SVN-Revision: 10300
17 years ago
Imre Kaloz 8b96c7c0ea fix squashfs on 2.6.24
SVN-Revision: 10299
17 years ago
Imre Kaloz bf9efe2de8 disable chaostables for 2.6.24 until it's fixed
SVN-Revision: 10298
17 years ago
Imre Kaloz 5303deecf1 generic 2.6.24 support
SVN-Revision: 10291
17 years ago
Imre Kaloz 2a1011628d add BE I/O memory accessors for arch/ppc
SVN-Revision: 10287
17 years ago
Felix Fietkau db8fd48426 kernel: add a default for CONFIG_NEW_GPIO
SVN-Revision: 10278
17 years ago
John Crispin 8f39c35159 add userspace tool for gpio_dev
SVN-Revision: 10267
17 years ago
John Crispin 5411061a03 add missing header file
SVN-Revision: 10265
17 years ago
Felix Fietkau 394918851f add patch for including unpartitioned space in the rootfs partition for redboot devices (if applicable)
SVN-Revision: 10263
17 years ago
John Crispin 2a8b143cb3 remove binary file
SVN-Revision: 10262
17 years ago
John Crispin 0844d5fe49 add generic gpio char dev for CONFIG_GENERIC_GPIO archs
SVN-Revision: 10261
17 years ago
John Crispin 62963b1ce2 change annoying\unavble to open console" warning
SVN-Revision: 10257
17 years ago
Felix Fietkau 7fedac059c add missing kconfig entry
SVN-Revision: 10182
17 years ago
Florian Fainelli 4e9cc1b056 Fix esfq compilation (#3005)
SVN-Revision: 10174
17 years ago
Tim Yardley 063e150eb9 updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel
SVN-Revision: 10147
17 years ago
Tim Yardley 244e25e2d7 update to the latest imq patch for 2.6.23 from http://www.actusa.net/~linuximq/
SVN-Revision: 10145
17 years ago
Imre Kaloz 3b7f9d1c92 fix arm kernel builds with recent binutils versions
SVN-Revision: 10079
17 years ago
Tim Yardley e66822935e update to netfilter 2.17
SVN-Revision: 9806
17 years ago