summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* wpa_supplicant: update to 0.6.7Gabor Juhos2009-01-285-46/+46
| | | | SVN-Revision: 14240
* wpa_supplicant: refresh patchesGabor Juhos2009-01-285-54/+42
| | | | SVN-Revision: 14239
* fix leds-gpio platform data initialization (closes #4512)Gabor Juhos2009-01-281-1/+1
| | | | SVN-Revision: 14238
* iw: update to 0.9.9 (thanks to Hauke Mehrtens <hauke@hauke-m.de>)Gabor Juhos2009-01-281-4/+4
| | | | SVN-Revision: 14235
* libnl: update linux/genetlink.h for iw package (thanks to Hauke Mehrtens ↵Gabor Juhos2009-01-282-2/+36
| | | | | | <hauke@hauke-m.de>) SVN-Revision: 14234
* libnl: refresh patchesGabor Juhos2009-01-286-39/+23
| | | | SVN-Revision: 14233
* - added "server" option list to delegate specific subdomains to given ↵Markus Wigge2009-01-272-0/+6
| | | | | | upstream servers SVN-Revision: 14232
* build ieee80211 kernel support as modules on etraxNicolas Thill2009-01-271-5/+5
| | | | SVN-Revision: 14230
* mark kmod-ata-rb532-cf as brokenNicolas Thill2009-01-271-1/+1
| | | | SVN-Revision: 14229
* gcc: add missing gcc 4.3.3 patches (copy of the 4.3.2 patches)Felix Fietkau2009-01-2712-0/+624
| | | | SVN-Revision: 14228
* binutils 2.19 does not support avr32 yetFelix Fietkau2009-01-271-0/+1
| | | | SVN-Revision: 14227
* add gcc 4.3.3, clean up gcc version config symbolsFelix Fietkau2009-01-273-4/+12
| | | | SVN-Revision: 14226
* hostapd: add support for socket filtering to get rid of some of the massive ↵Felix Fietkau2009-01-271-0/+184
| | | | | | cpu overhead with mac80211 drivers (backport from hostapd git repository) SVN-Revision: 14225
* hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently ↵Felix Fietkau2009-01-274-7/+25
| | | | | | depends on ath9k) SVN-Revision: 14224
* - added generic config for 2.6.28 generated from 2.6.27 with plain ↵Markus Wigge2009-01-271-0/+547
| | | | | | kernel_menuconfig, no modifications so far SVN-Revision: 14223
* fix kmod-sit dependenciesNicolas Thill2009-01-271-12/+3
| | | | SVN-Revision: 14222
* update wireless-tools to v0.29 (final), refresh patch, bumb release numberNicolas Thill2009-01-272-15/+11
| | | | SVN-Revision: 14221
* - added some extra flags to read more information - added automagic device ↵Markus Wigge2009-01-271-0/+102
| | | | | | generation /dev/cs5535_gpioX SVN-Revision: 14220
* revert [14081]: iptunnel4 does not make sense on 2.4, just add a ↵Nicolas Thill2009-01-271-16/+14
| | | | | | conditionnal dependency on iptunnel4 to ipip SVN-Revision: 14219
* tew-632brp: enable WAN portGabor Juhos2009-01-271-2/+6
| | | | SVN-Revision: 14216
* madwifi: improve reliability of napi polling when fast framing is enabledFelix Fietkau2009-01-272-1/+66
| | | | SVN-Revision: 14215
* fix mpfr download urlFelix Fietkau2009-01-261-1/+1
| | | | SVN-Revision: 14213
* eglibc: replace the use of stpncpy with strncpy + manual termination ↵Felix Fietkau2009-01-261-0/+14
| | | | | | (stpncpy is not available on darwin) SVN-Revision: 14212
* port the eglibc cross compiling fix to version 2.9Felix Fietkau2009-01-261-0/+57
| | | | SVN-Revision: 14211
* fix handling of eglibc config options for packagingFelix Fietkau2009-01-261-1/+5
| | | | SVN-Revision: 14210
* fix eglibc 2.8 cross-compile under darwin / mac os xFelix Fietkau2009-01-261-0/+57
| | | | SVN-Revision: 14209
* experimental support for the Planex MZK-W04NU boardGabor Juhos2009-01-269-3/+110
| | | | SVN-Revision: 14208
* update 2.6.28 configGabor Juhos2009-01-261-1/+1
| | | | SVN-Revision: 14207
* tew-632brp: add WPS buttonGabor Juhos2009-01-261-1/+8
| | | | SVN-Revision: 14205
* move random MAC address generation into the platform initialization codeGabor Juhos2009-01-263-12/+13
| | | | SVN-Revision: 14204
* madwifi: fix rx for pure wds interfacesFelix Fietkau2009-01-262-13/+14
| | | | SVN-Revision: 14203
* madwifi: fix a potential race condition in the wds ap station interface ↵Felix Fietkau2009-01-261-13/+15
| | | | | | setup/teardown SVN-Revision: 14202
* generic-2.6/2.6.28: refresh a patchGabor Juhos2009-01-261-8/+8
| | | | SVN-Revision: 14201
* build firmware image for the CR-NSADP boardGabor Juhos2009-01-261-0/+1
| | | | SVN-Revision: 14200
* add USB drivers for the NFS-101U/WU profilesGabor Juhos2009-01-261-2/+2
| | | | SVN-Revision: 14199
* refresh 2.6.28 patchesGabor Juhos2009-01-262-13/+6
| | | | SVN-Revision: 14198
* madwifi: add back a missing part of the mbss vap refactoringFelix Fietkau2009-01-261-1/+4
| | | | SVN-Revision: 14197
* install readelf to STAGING_DIR_HOST (eglibc requires it, not all systems ↵Felix Fietkau2009-01-261-0/+2
| | | | | | have it) SVN-Revision: 14196
* madwifi: preserve the interface mode correctly when using wds with sta ↵Felix Fietkau2009-01-2614-38/+39
| | | | | | separation SVN-Revision: 14195
* madwifi: fix a race condition in the wds sta separation, which is triggered ↵Felix Fietkau2009-01-265-17/+17
| | | | | | by using wpa authentication on the ap SVN-Revision: 14193
* madwifi: fix fast-frame related dma unmap bugFelix Fietkau2009-01-261-0/+11
| | | | SVN-Revision: 14192
* madwifi: fix a noderef problem in the mbss vap cleanupFelix Fietkau2009-01-261-17/+44
| | | | SVN-Revision: 14191
* oops, revert to 2.6.27.13Gabor Juhos2009-01-251-1/+1
| | | | SVN-Revision: 14190
* preliminary support for 2.6.28 (based on the patches by Alexandros C. ↵Gabor Juhos2009-01-2540-2/+3291
| | | | | | Couloumbis) SVN-Revision: 14189
* Added support WRV54G.Jose Vasconcellos2009-01-251-9/+15
| | | | SVN-Revision: 14186
* remove trailing whitespace from the md5sum of the 2.6.27.13 tarball (closes ↵Gabor Juhos2009-01-251-1/+1
| | | | | | #4502) SVN-Revision: 14185
* generic-2.6/2.6.28: add missing config symbolGabor Juhos2009-01-251-0/+1
| | | | SVN-Revision: 14184
* detect quilt configure errors properly (their broken configure script does ↵Felix Fietkau2009-01-251-0/+5
| | | | | | not return proper error codes) SVN-Revision: 14181
* improve support for building on mac os x by improving detection of missing ↵Felix Fietkau2009-01-253-17/+30
| | | | | | components SVN-Revision: 14180
* update to 2.6.27.13Gabor Juhos2009-01-2510-11/+11
| | | | SVN-Revision: 14179