summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix RB-133/133C led definitionsGabor Juhos2008-08-041-5/+5
| | | | SVN-Revision: 12097
* more ledtrig-netdev clean upsJohn Crispin2008-08-041-56/+70
| | | | SVN-Revision: 12096
* add missing buttons device for RB-1xx boards, thanks to Christophe LucasGabor Juhos2008-08-041-1/+3
| | | | SVN-Revision: 12095
* makes ledtrignetdev work on .26 and fix whitespacesJohn Crispin2008-08-043-56/+96
| | | | SVN-Revision: 12090
* adds a new uci firewall - iptbales and netfilter packages need to be ↵John Crispin2008-08-0412-13/+513
| | | | | | rewrapped when we switch to this firewall as default - there are some examples in the file /etc/config/firewall - iptables-save/restore are still missing - hotplug takes care of adding/removing netdevs during runtime - misisng features ? wishes ? let me know ... SVN-Revision: 12089
* fixes whitespace errorJohn Crispin2008-08-041-1/+0
| | | | SVN-Revision: 12088
* work aroung error message during boot if swapon is nt installedJohn Crispin2008-08-041-1/+1
| | | | SVN-Revision: 12087
* remove warning from hotplug2, which pops up 10 times during bootJohn Crispin2008-08-041-7/+10
| | | | SVN-Revision: 12086
* Define more missing config symbols for .26Florian Fainelli2008-08-041-0/+3
| | | | SVN-Revision: 12085
* update kernel configTravis Kemen2008-08-041-0/+1
| | | | SVN-Revision: 12084
* madwifi: more fixes and cleanups for wds sta separationFelix Fietkau2008-08-032-25/+360
| | | | SVN-Revision: 12082
* network scripts: revert the network state after running ifdown, not beforeFelix Fietkau2008-08-031-3/+4
| | | | SVN-Revision: 12081
* fix typo in gcc version checkNicolas Thill2008-08-031-1/+1
| | | | SVN-Revision: 12080
* update ath9k to latest git versionImre Kaloz2008-08-0317-2851/+2716
| | | | SVN-Revision: 12079
* add more options to the generic 2.6.26 configImre Kaloz2008-08-031-0/+3
| | | | SVN-Revision: 12078
* revert gcc 4.4 fixes - http://bugzilla.kernel.org/show_bug.cgi?id=11143Imre Kaloz2008-08-031-0/+524
| | | | SVN-Revision: 12077
* make grub compilable under fedora core 8 and other newer distrosFelix Fietkau2008-08-021-0/+2
| | | | SVN-Revision: 12076
* fix compile errorGabor Juhos2008-08-021-1/+12
| | | | SVN-Revision: 12075
* Fix broken hso kmod definitionAndy Boyett2008-08-021-1/+1
| | | | SVN-Revision: 12074
* ixp4xx: disable ixp4xx beeperAndy Boyett2008-08-021-0/+1
| | | | SVN-Revision: 12073
* generic-2.6: resync 2.6.26 configAndy Boyett2008-08-021-0/+4
| | | | SVN-Revision: 12071
* net/usb: only package hso for 2.6.26Andy Boyett2008-08-021-1/+1
| | | | SVN-Revision: 12069
* try to clean up some kernel configsTravis Kemen2008-08-026-3/+14
| | | | SVN-Revision: 12067
* update to 2.6.26Gabor Juhos2008-08-014-86/+88
| | | | SVN-Revision: 12066
* madwifi: disable bogus vlan handling code which actually breaks vlanFelix Fietkau2008-08-011-0/+25
| | | | SVN-Revision: 12065
* OCF cannot be built under UMLFlorian Fainelli2008-08-011-1/+1
| | | | SVN-Revision: 12064
* Add missing ebtables configuration symbol, 2.6.22 file untouched, not usedFlorian Fainelli2008-08-015-0/+5
| | | | SVN-Revision: 12063
* use the same hotplug2 parameters for initramfs and regularFelix Fietkau2008-08-011-7/+2
| | | | SVN-Revision: 12059
* move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it ↵Felix Fietkau2008-08-012-1/+1
| | | | | | works for initramfs as well SVN-Revision: 12058
* avoid duplicate vlan add eventsFelix Fietkau2008-08-011-1/+3
| | | | SVN-Revision: 12057
* enable wds sta interface splitting by defaultFelix Fietkau2008-08-011-3/+5
| | | | SVN-Revision: 12056
* madwifi: remove wds type of wifi-iface without essid, imho it never worked ↵Felix Fietkau2008-08-011-11/+6
| | | | | | properly and is unsupported now, regular ap/sta with option wds 1 is preferred SVN-Revision: 12055
* add helper macro for stripping the last part of a version numberFelix Fietkau2008-07-311-0/+1
| | | | SVN-Revision: 12054
* use the madwifi driver instead of wext in the wpa_supplicant command line. ↵Felix Fietkau2008-07-311-1/+1
| | | | | | the madwifi driver can associate faster because it uses a different ioctl interface SVN-Revision: 12053
* madwifi: fix race condition triggered by active split wds sta interfaces ↵Felix Fietkau2008-07-311-0/+31
| | | | | | during vap delete SVN-Revision: 12052
* fix multicast/authframe handling for wds ap with split sta interfacesFelix Fietkau2008-07-312-6/+19
| | | | SVN-Revision: 12051
* initialize the CONFIG_APPEND variableFelix Fietkau2008-07-311-0/+1
| | | | SVN-Revision: 12050
* madwifi: add some beacon setup/update related fixes (based on Bruno ↵Felix Fietkau2008-07-315-3/+110
| | | | | | Randolf's patchset) SVN-Revision: 12049
* fix madwifi packet injectionFelix Fietkau2008-07-311-0/+34
| | | | | | | | This patch from madwifi commit 3337 makes packet injection work. Signed-off-by: Petr Liebmann <petrliebman@googlemail.com> SVN-Revision: 12048
* madwifi: add 0.9.4 madwifi as a menuconfig option, as requested in some ↵Felix Fietkau2008-07-314-24/+86
| | | | | | mails/tickets untested, does not work with 2.6.26 SVN-Revision: 12047
* storm is ARMv4, not ARMv4T (thx, SeG)Felix Fietkau2008-07-311-1/+1
| | | | SVN-Revision: 12046
* another one ...Felix Fietkau2008-07-311-2/+2
| | | | SVN-Revision: 12045
* upgrade to uci 0.4.7 - fixes a stupid regression introduced in 0.4.5Felix Fietkau2008-07-311-2/+2
| | | | SVN-Revision: 12044
* enable multiqueue in the generic configImre Kaloz2008-07-311-1/+1
| | | | SVN-Revision: 12042
* handle the nonstandard redboot mac variable for the WG302v1Imre Kaloz2008-07-311-0/+7
| | | | SVN-Revision: 12041
* enable the second uart on the WG302v1Imre Kaloz2008-07-311-7/+23
| | | | SVN-Revision: 12040
* fixup the optional UART on the Cambria -- thanks, ChrisImre Kaloz2008-07-311-2/+2
| | | | SVN-Revision: 12039
* sync ath9k with latest git codeImre Kaloz2008-07-3115-2638/+1972
| | | | SVN-Revision: 12038
* switch CONFIG_I2C to =m by default on avr32 (see #3756)Felix Fietkau2008-07-311-1/+1
| | | | SVN-Revision: 12037
* fix config_clear(), see #3054Felix Fietkau2008-07-311-2/+3
| | | | SVN-Revision: 12036