Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: update ath9k patch | Gabor Juhos | 2009-11-27 | 2 | -1/+57 |
| | | | | SVN-Revision: 18563 | ||||
* | mac80211: select channel 36 by default on 5GHz only devices | Gabor Juhos | 2009-11-27 | 1 | -2/+3 |
| | | | | SVN-Revision: 18562 | ||||
* | libuuid needs to be compiled with fPIC/pic. | Florian Fainelli | 2009-11-26 | 1 | -0/+2 |
| | | | | SVN-Revision: 18542 | ||||
* | new upstream release 2.51 with some fixes, see ↵ | Markus Wigge | 2009-11-26 | 3 | -11/+17 |
| | | | | | | http://www.thekelleys.org.uk/dnsmasq/CHANGELOG refreshed patches for new release SVN-Revision: 18541 | ||||
* | package/mac80211: disable 2GHz band for 5GHz only devices | Gabor Juhos | 2009-11-25 | 2 | -1/+53 |
| | | | | SVN-Revision: 18537 | ||||
* | prevent busybox's ping6 from crashing (#4604) | Florian Fainelli | 2009-11-24 | 2 | -1/+13 |
| | | | | SVN-Revision: 18528 | ||||
* | ath: only use GFP_DMA on ixp4xx | Felix Fietkau | 2009-11-24 | 1 | -9/+15 |
| | | | | SVN-Revision: 18525 | ||||
* | kmod-sound-core: Add new 2.6.32 kernel config option | Hamish Guthrie | 2009-11-24 | 1 | -1/+2 |
| | | | | SVN-Revision: 18523 | ||||
* | downgrade e2fsprogs to 1.40.11 which does not segfault until we fix the ↵ | Florian Fainelli | 2009-11-23 | 1 | -2/+2 |
| | | | | | | issue (#6073) SVN-Revision: 18517 | ||||
* | package sfdisk from util-linux-ng (#5998) | Florian Fainelli | 2009-11-23 | 1 | -2/+18 |
| | | | | SVN-Revision: 18513 | ||||
* | update compcache to 0.5.4 (#6018) | Florian Fainelli | 2009-11-23 | 9 | -73/+813 |
| | | | | SVN-Revision: 18512 | ||||
* | separate ath9k debugfs support from ath9k debugging, use the mac80211 ↵ | Felix Fietkau | 2009-11-23 | 4 | -12/+95 |
| | | | | | | debugfs config option to enable it SVN-Revision: 18505 | ||||
* | mac80211: do not build b44 | Felix Fietkau | 2009-11-23 | 1 | -0/+17 |
| | | | | SVN-Revision: 18504 | ||||
* | ath9k: add a few debugfs files to access the chainmasks and registers | Felix Fietkau | 2009-11-23 | 2 | -0/+258 |
| | | | | SVN-Revision: 18503 | ||||
* | mount debugfs by default | Felix Fietkau | 2009-11-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 18502 | ||||
* | hostapd: fix rebuild checks (#6210) | Felix Fietkau | 2009-11-23 | 1 | -1/+11 |
| | | | | SVN-Revision: 18497 | ||||
* | busybox: restore previous inittab handling when terminal can't be accessed ↵ | Nicolas Thill | 2009-11-22 | 1 | -1/+1 |
| | | | | | | (closes: #6181) SVN-Revision: 18485 | ||||
* | dnsmasq: Set a list of addnhosts files. e.g. list 'addnhosts' ↵ | Jo-Philipp Wich | 2009-11-22 | 2 | -2/+6 |
| | | | | | | '/var/etc/hosts.olsr' list 'addnhosts' '/var/etc/hosts.olsrv6' hosts.olsr for ipv4 and hosts.olsrv6 for ipv6 addresses. Signed-off-by: Patrick Grimm <patrick@lunatiki.de> SVN-Revision: 18470 | ||||
* | mac80211: update to compat-wireless 2009-11-21 | Felix Fietkau | 2009-11-22 | 17 | -604/+23 |
| | | | | SVN-Revision: 18465 | ||||
* | build variants: only build opkg packages for the requested build variant (or ↵ | Felix Fietkau | 2009-11-22 | 1 | -7/+2 |
| | | | | | | any if no variant was specified for the package) SVN-Revision: 18464 | ||||
* | base-files: sysupgrade: restrict find command to plain files to avoid ↵ | Jo-Philipp Wich | 2009-11-20 | 2 | -2/+3 |
| | | | | | | duplicates when generating the conffiles tgz archive SVN-Revision: 18455 | ||||
* | ath9k: fix compiler warning without debug enabled | Felix Fietkau | 2009-11-18 | 1 | -0/+9 |
| | | | | SVN-Revision: 18452 | ||||
* | ath9k: fix bisectability of rc patches | Felix Fietkau | 2009-11-18 | 2 | -117/+548 |
| | | | | SVN-Revision: 18445 | ||||
* | ath9k: split up and adjust rc cleanup patch according to upstream feedback, ↵ | Felix Fietkau | 2009-11-18 | 2 | -516/+539 |
| | | | | | | also fix tx status reporting for minstrel compatibility SVN-Revision: 18444 | ||||
* | change ext2/ext3 load order so that lazy mount tries ext3 before ext2 | Nicolas Thill | 2009-11-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 18442 | ||||
* | package/mac80211: use platform_data on PCI devices in ath9k | Gabor Juhos | 2009-11-16 | 4 | -5/+106 |
| | | | | SVN-Revision: 18436 | ||||
* | ath: use GFP_DMA for rx buffer allocations to fix allocation errors on ↵ | Felix Fietkau | 2009-11-16 | 1 | -0/+11 |
| | | | | | | ixp4xx devices with more than 64 MB RAM SVN-Revision: 18433 | ||||
* | mac80211: adjust patches based on upstream feedback | Felix Fietkau | 2009-11-15 | 2 | -32/+15 |
| | | | | SVN-Revision: 18431 | ||||
* | mac80211: add some missing patch chunks that were accidentally left out in ↵ | Felix Fietkau | 2009-11-15 | 1 | -0/+59 |
| | | | | | | the previous commit SVN-Revision: 18430 | ||||
* | ath9k: work-in-progress patch to adapt ath9k to the mac80211 rate control api | Felix Fietkau | 2009-11-15 | 1 | -0/+1199 |
| | | | | SVN-Revision: 18429 | ||||
* | ath9k: fix massive packet loss issue introduced by upstream cleanups | Felix Fietkau | 2009-11-15 | 1 | -0/+10 |
| | | | | SVN-Revision: 18428 | ||||
* | mac80211: sync with changes to patches submitted upstream | Felix Fietkau | 2009-11-15 | 2 | -10/+26 |
| | | | | SVN-Revision: 18427 | ||||
* | change switch config to swconfig style format to remain consistent accross ↵ | Jo-Philipp Wich | 2009-11-15 | 1 | -25/+30 |
| | | | | | | platforms SVN-Revision: 18425 | ||||
* | iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160 | Jo-Philipp Wich | 2009-11-14 | 1 | -0/+7 |
| | | | | SVN-Revision: 18422 | ||||
* | fix build of hostapd-utils | Hauke Mehrtens | 2009-11-14 | 1 | -1/+1 |
| | | | | | | | This fixes #6158. Thank you Will Dyson for your patch. SVN-Revision: 18417 | ||||
* | e1000: add CONFIG_E1000_NAPI=y for older kernels | Felix Fietkau | 2009-11-14 | 1 | -1/+2 |
| | | | | SVN-Revision: 18416 | ||||
* | mac80211: update to 2009-11-13 and add some of my new performance ↵ | Felix Fietkau | 2009-11-14 | 13 | -385/+528 |
| | | | | | | improvement patches. fixes excessive cpu usage of hostapd in ap mode, should also fix the ath9k memleak SVN-Revision: 18415 | ||||
* | package/mac80211: add config option to enable Atheros wireless debugging | Gabor Juhos | 2009-11-13 | 1 | -2/+11 |
| | | | | SVN-Revision: 18412 | ||||
* | hostapd: fix endian bugs in STA HT capability handling | Felix Fietkau | 2009-11-12 | 1 | -0/+33 |
| | | | | SVN-Revision: 18405 | ||||
* | hostapd: fix HT40 BSS scan checks | Felix Fietkau | 2009-11-12 | 1 | -0/+11 |
| | | | | SVN-Revision: 18404 | ||||
* | neither avr32 or coldfire has a shared libgcc | Imre Kaloz | 2009-11-12 | 1 | -0/+2 |
| | | | | SVN-Revision: 18402 | ||||
* | update openssl to 0.9.8l -- thanks puchu | Imre Kaloz | 2009-11-12 | 5 | -3/+122 |
| | | | | SVN-Revision: 18398 | ||||
* | opkg: forgot to remove two obsolete patches in last commit | Jo-Philipp Wich | 2009-11-11 | 2 | -23/+0 |
| | | | | SVN-Revision: 18381 | ||||
* | opkg: bump to r284 - incorporates parsing improvements upstream - fixes a ↵ | Jo-Philipp Wich | 2009-11-11 | 9 | -969/+27 |
| | | | | | | couple of memory leaks - fixes some null pointer dereferences - fixes possible crashes during removal of packages - various other corrections SVN-Revision: 18380 | ||||
* | mac80211: disable powersave on the sta by default (for performance reasons) | Felix Fietkau | 2009-11-11 | 1 | -0/+3 |
| | | | | SVN-Revision: 18379 | ||||
* | wireless-tools: re-enable support for enabling/disabling powersave | Felix Fietkau | 2009-11-11 | 1 | -25/+1 |
| | | | | SVN-Revision: 18378 | ||||
* | mac80211: fix a race condition when bringing up wds sta interfaces on the ap | Felix Fietkau | 2009-11-11 | 2 | -2/+23 |
| | | | | SVN-Revision: 18377 | ||||
* | e1000: depend on pci support instead of x86 target - some people have ↵ | Felix Fietkau | 2009-11-11 | 1 | -1/+1 |
| | | | | | | minipci cards with this chipset SVN-Revision: 18376 | ||||
* | hostapd: automatically add wds sta interfaces of an ap to the right bridge | Felix Fietkau | 2009-11-11 | 2 | -0/+14 |
| | | | | SVN-Revision: 18365 | ||||
* | hostapd: implement wds ap support | Felix Fietkau | 2009-11-11 | 2 | -1/+251 |
| | | | | SVN-Revision: 18364 |