summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* switch: remove message about BFL_ENETADM not being set on systems with a ↵Felix Fietkau2008-11-021-3/+2
| | | | | | roboswitch SVN-Revision: 13100
* turn the wrtsl54gs workaround into a more generic fix and reduce the chance ↵Felix Fietkau2008-11-021-36/+18
| | | | | | of it introducing any breakage SVN-Revision: 13098
* madwifi: fix ACL race condition (patch by Sebastian Gottschall)Felix Fietkau2008-11-021-0/+116
| | | | SVN-Revision: 13097
* madwifi: fix noderef and state machine issues in the currently unused ↵Felix Fietkau2008-11-0265-465/+602
| | | | | | ap-to-ap wds mode; refresh patches SVN-Revision: 13096
* fix a rare wds related noderef issueFelix Fietkau2008-11-0218-190/+191
| | | | SVN-Revision: 13095
* Flash mapping fixes from sn9, thanksFlorian Fainelli2008-11-012-18/+24
| | | | SVN-Revision: 13090
* setup speed/duplex on RB-433/450 (closes #4151)Gabor Juhos2008-10-313-1/+16
| | | | SVN-Revision: 13087
* fix typoFelix Fietkau2008-10-301-1/+1
| | | | SVN-Revision: 13084
* remove GPG not enabled in this build warningTravis Kemen2008-10-301-0/+22
| | | | SVN-Revision: 13083
* remove /tmp/resolv.conf.auto when ifup -a is called so that any old dns ↵Travis Kemen2008-10-291-0/+1
| | | | | | servers no longer in the config get cleared SVN-Revision: 13082
* add back the include() function to awk (extracted from the old awx patch)Felix Fietkau2008-10-291-0/+212
| | | | SVN-Revision: 13081
* don't bring down interfaces when preparing themFelix Fietkau2008-10-291-2/+2
| | | | SVN-Revision: 13079
* use pidfiles for hostapd/wpa_supplicant instead of killing all processes ↵Felix Fietkau2008-10-294-9/+7
| | | | | | when bringing an interface down - fixes an issue with random hostapd death SVN-Revision: 13078
* fix hostapd a/g mode if only the channel is configured in the configFelix Fietkau2008-10-291-1/+4
| | | | SVN-Revision: 13076
* fix hostapd race condition which breaks wpa with madwifiFelix Fietkau2008-10-291-0/+27
| | | | SVN-Revision: 13075
* add missing config optionFelix Fietkau2008-10-291-0/+1
| | | | SVN-Revision: 13074
* fix a null pointer deref in vi's searchMike Baker2008-10-291-0/+35
| | | | SVN-Revision: 13073
* Fix locations for the uClibc snapshot version (#4065)Florian Fainelli2008-10-281-1/+12
| | | | SVN-Revision: 13067
* Use the only working sourceforge.net mirror for gentext2fs, the others are ↵Florian Fainelli2008-10-281-1/+1
| | | | | | ever not synchronised or timing out SVN-Revision: 13066
* mac80211: fix zd1211rw firmware locationGabor Juhos2008-10-281-2/+2
| | | | SVN-Revision: 13065
* Update kernel configuration and add profiles and per-profile kernel ↵Florian Fainelli2008-10-285-9/+48
| | | | | | configuration files for AMIT and Zyxel boards, thanks sn9 SVN-Revision: 13064
* Add flashmap support for AMIT and Zyxel boards, thanks sn9Florian Fainelli2008-10-282-6/+300
| | | | SVN-Revision: 13063
* Remove some configuration files, workarounds are now in the ethernet driver, ↵Florian Fainelli2008-10-284-46/+38
| | | | | | thanks sn9 SVN-Revision: 13062
* Add amit boards specific fixupsFlorian Fainelli2008-10-284-0/+124
| | | | SVN-Revision: 13061
* improve routing/nat performance for devices using the marvell 88e6060 switchFelix Fietkau2008-10-285-10/+89
| | | | SVN-Revision: 13060
* Prepare image Makefile to generate valid images for amit and g570s boards, ↵Florian Fainelli2008-10-281-5/+21
| | | | | | thanks sn9 SVN-Revision: 13059
* Fix target description and features available for rdcFlorian Fainelli2008-10-281-2/+2
| | | | SVN-Revision: 13058
* Add makeamitbin to generate images for other RDC-based devices, thanks sn9 !Florian Fainelli2008-10-282-0/+317
| | | | SVN-Revision: 13056
* Use 2.6.27.4 kernel versionFlorian Fainelli2008-10-282-3/+3
| | | | SVN-Revision: 13055
* fix conditional depends in ipkg control filesFelix Fietkau2008-10-271-2/+3
| | | | SVN-Revision: 13051
* Add preliminary support for USR8200 boardPeter Denison2008-10-261-0/+327
| | | | SVN-Revision: 13049
* Fix typoFlorian Fainelli2008-10-241-1/+1
| | | | SVN-Revision: 13046
* select gpioctl by default on atherosFelix Fietkau2008-10-231-1/+1
| | | | SVN-Revision: 13040
* remove LED api abuse from r13032 per request fom nbd, gpioctl is now built ↵Travis Kemen2008-10-231-14/+5
| | | | | | by defualt SVN-Revision: 13039
* Update to 2.6.26.7Florian Fainelli2008-10-2315-16/+16
| | | | SVN-Revision: 13036
* Update targets to 2.6.27.3Florian Fainelli2008-10-232-3/+3
| | | | SVN-Revision: 13035
* remove polarity from config file generationTravis Kemen2008-10-231-2/+1
| | | | SVN-Revision: 13034
* fix mistakes in last commitTravis Kemen2008-10-231-2/+2
| | | | SVN-Revision: 13033
* Simplify antenna selection and remove the need for gpioctl for the nanostation2.Travis Kemen2008-10-231-12/+19
| | | | SVN-Revision: 13032
* fix polarityTravis Kemen2008-10-231-1/+1
| | | | SVN-Revision: 13031
* madwifi: improve reliability of the antenna diversity settingFelix Fietkau2008-10-232-1/+11
| | | | SVN-Revision: 13029
* implement uci config option for the nanostation antenna/polarity control ↵Felix Fietkau2008-10-231-8/+47
| | | | | | (ns2 and ns5 supported) SVN-Revision: 13028
* madwifi: add a patch for detecting vendor / device name information (only ↵Felix Fietkau2008-10-234-9/+326
| | | | | | implemented for WiSoC at the moment) SVN-Revision: 13027
* make sure that the dhcp client (or other processes necessary to get a ↵Felix Fietkau2008-10-231-0/+1
| | | | | | connection) gets restarted when the wifi is restarted SVN-Revision: 13026
* fix accidentally committed typoFelix Fietkau2008-10-231-1/+1
| | | | SVN-Revision: 13025
* Update patches and rename board 9 stands for development boardFlorian Fainelli2008-10-223-9/+16
| | | | SVN-Revision: 13024
* remove more redundant files and clone files-2.6.23 for 2.6.24 - fixes rdc ↵Felix Fietkau2008-10-22165-45570/+7767
| | | | | | build errors SVN-Revision: 13022
* fix prepare error with brcm-2.4 and missing files/ (thx, thepeople)Felix Fietkau2008-10-211-1/+2
| | | | SVN-Revision: 13021
* Add missing evaloader specific changes from #2830Florian Fainelli2008-10-201-3/+8
| | | | SVN-Revision: 13018
* Do not use dynamic ticks on rb532 (#4110)Florian Fainelli2008-10-201-2/+2
| | | | SVN-Revision: 13017