Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix missing nls support for 2.6.33 | Travis Kemen | 2010-03-14 | |
| | | | | SVN-Revision: 20214 | |||
* | add missing kconfig symbol for the hifn 795x crypto accelerator module ↵ | Felix Fietkau | 2010-03-14 | |
| | | | | | | (patch by dogge10) SVN-Revision: 20196 | |||
* | madwifi: disable softled by default on pci devices (fixes #4484) | Felix Fietkau | 2010-03-14 | |
| | | | | SVN-Revision: 20195 | |||
* | wireless-tools: fix encryption display in the scanning list (#6732) | Felix Fietkau | 2010-03-14 | |
| | | | | SVN-Revision: 20194 | |||
* | find attached the announced patch for fuse. changes: - latest fuse 2.8.3 - ↵ | Travis Kemen | 2010-03-14 | |
| | | | | | | | | | | includes now the kernel module for kernel 2.4 - builds parallel - fuse-utils includes now ulockmgr_server fuse24 should be deleted from trunk. bud SVN-Revision: 20190 | |||
* | this patches fixes iproute2 parallel build. | Travis Kemen | 2010-03-14 | |
| | | | | | | -Raphael SVN-Revision: 20189 | |||
* | this patch fixes iptables parallel build. | Travis Kemen | 2010-03-14 | |
| | | | | | | -Raphael SVN-Revision: 20188 | |||
* | this patch fixes gdb parallel build. | Travis Kemen | 2010-03-14 | |
| | | | | | | -Raphael SVN-Revision: 20187 | |||
* | this patch fixes openssl parallel build. | Travis Kemen | 2010-03-14 | |
| | | | | | | -Raphael SVN-Revision: 20186 | |||
* | base-files: force preinit to use busybox mount (#6797) | Jo-Philipp Wich | 2010-03-13 | |
| | | | | SVN-Revision: 20176 | |||
* | package/base-files: call preinit_ip_deconfig before processing init on ↵ | Gabor Juhos | 2010-03-12 | |
| | | | | | | initramfs images SVN-Revision: 20159 | |||
* | ath9k: fix a client mode crash that happens on wpa rekeying | Felix Fietkau | 2010-03-12 | |
| | | | | SVN-Revision: 20155 | |||
* | minstrel_ht: make the ewma of the ampdu length more smooth by updating it on ↵ | Felix Fietkau | 2010-03-11 | |
| | | | | | | stats updates and reduce the frequency of aggregation checks SVN-Revision: 20153 | |||
* | kernel: fix kmod-pcmcia-yenta on 2.4 | Nicolas Thill | 2010-03-11 | |
| | | | | SVN-Revision: 20147 | |||
* | fix kernel modules dependences for i2c and ata-core | Claudio Mignanti | 2010-03-11 | |
| | | | | SVN-Revision: 20146 | |||
* | mac80211: improve performance a bit | Felix Fietkau | 2010-03-11 | |
| | | | | SVN-Revision: 20145 | |||
* | kernel: add missing CONFIG_SND_SOC_ALL_CODECS to kmod-sound-soc-core KCONFIG | Nicolas Thill | 2010-03-11 | |
| | | | | SVN-Revision: 20133 | |||
* | kernel: Add SoC sound support package | Lars-Peter Clausen | 2010-03-11 | |
| | | | | SVN-Revision: 20130 | |||
* | mac80211: fix build problems with kmod-mac80211=n | Hauke Mehrtens | 2010-03-10 | |
| | | | | | | | | Build compat-wireless also if kmod-mac80211=n, but do not build mac80211.ko. Fix problem in ticket #6813. SVN-Revision: 20125 | |||
* | base-files: fix preinit code typos | Nicolas Thill | 2010-03-10 | |
| | | | | | | | Signed-off-by: Ithamar R. Adema <ithamar.adema@team-embedded.nl> Acked-by: Daniel Dickinson <cshore@csolve.net> SVN-Revision: 20124 | |||
* | kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with ↵ | Nicolas Thill | 2010-03-10 | |
| | | | | | | the other stable nfs modules) SVN-Revision: 20123 | |||
* | busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) ↵ | Nicolas Thill | 2010-03-10 | |
| | | | | | | option SVN-Revision: 20122 | |||
* | uboot-envtools: mark as 2.6 only, use a shorter title and a longer description | Nicolas Thill | 2010-03-10 | |
| | | | | SVN-Revision: 20118 | |||
* | use a common way of marking packages as not supported on specific targets | Nicolas Thill | 2010-03-10 | |
| | | | | SVN-Revision: 20117 | |||
* | Revert "mac80211/ath9k: fix duration calculation for short-guard-interval ↵ | Felix Fietkau | 2010-03-10 | |
| | | | | | | frames (thanks to Duy Nguyen for pointing this out)" again It appears to be causing trouble at least with some clients. SVN-Revision: 20115 | |||
* | mac80211/ath9k: fix duration calculation for short-guard-interval frames ↵ | Felix Fietkau | 2010-03-10 | |
| | | | | | | (thanks to Duy Nguyen for pointing this out) SVN-Revision: 20114 | |||
* | mac80211: fix compile for 2.6.33 (thx, acoul) | Felix Fietkau | 2010-03-10 | |
| | | | | SVN-Revision: 20113 | |||
* | hostapd: restore wds sta state after the sta reassociates | Felix Fietkau | 2010-03-09 | |
| | | | | SVN-Revision: 20108 | |||
* | mac80211: fix interface setup for wds client sometimes an interface does not ↵ | Felix Fietkau | 2010-03-09 | |
| | | | | | | get added to the bridge properly this seems to be a race of interface setup vs wpa_supplicant fix this by configuring the interface only after wpa_supplicant has been started SVN-Revision: 20106 | |||
* | hostapd: remove the hotplug script for adding wds station interfaces to a ↵ | Felix Fietkau | 2010-03-09 | |
| | | | | | | bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge SVN-Revision: 20104 | |||
* | hostapd: fix setting the station vlan for wds stations on reauthentication | Felix Fietkau | 2010-03-09 | |
| | | | | SVN-Revision: 20103 | |||
* | hostapd: upgrade to 20100309 | Felix Fietkau | 2010-03-09 | |
| | | | | SVN-Revision: 20090 | |||
* | mac80211: add support for the noscan option for skipping the initial scan on ↵ | Felix Fietkau | 2010-03-09 | |
| | | | | | | hostapd startup SVN-Revision: 20089 | |||
* | wpa_supplicant: fix bridging settings for wds | Felix Fietkau | 2010-03-09 | |
| | | | | SVN-Revision: 20088 | |||
* | dnsmasq: remove redundant code introduced with r20074 | Jo-Philipp Wich | 2010-03-09 | |
| | | | | SVN-Revision: 20079 | |||
* | dnsmasq: allow multiple macs per static lease address (#6205) | Jo-Philipp Wich | 2010-03-08 | |
| | | | | SVN-Revision: 20074 | |||
* | mac80211: build ipw2x00 driver from compat-wireless | Hauke Mehrtens | 2010-03-08 | |
| | | | | | | ipw2x00 now depends on cfg80211 which is build form compat-wireless and not directly from kernel. SVN-Revision: 20073 | |||
* | package: fix w1-gpio-custom package (closes #6770) | Gabor Juhos | 2010-03-08 | |
| | | | | SVN-Revision: 20066 | |||
* | add missing file from patch | Travis Kemen | 2010-03-08 | |
| | | | | SVN-Revision: 20062 | |||
* | finish cleaning my broken commit | Travis Kemen | 2010-03-08 | |
| | | | | SVN-Revision: 20061 | |||
* | fix missing parts of r19997. | Travis Kemen | 2010-03-08 | |
| | | | | SVN-Revision: 20057 | |||
* | package: add module for the RB750 LED driver | Gabor Juhos | 2010-03-08 | |
| | | | | SVN-Revision: 20052 | |||
* | dnsmasq: prevent bad command line error when a dhcp pool has ignore set and ↵ | Jo-Philipp Wich | 2010-03-08 | |
| | | | | | | the corresponding iface has only whitespace as value SVN-Revision: 20048 | |||
* | acx: remove wrong CONFIG_PCI dep (should have been PCI_SUPPORT, but that ↵ | Nicolas Thill | 2010-03-08 | |
| | | | | | | just fails on some targets) SVN-Revision: 20047 | |||
* | mac80211: remove an obsolete patch which breaks 2.6.32 compat | Felix Fietkau | 2010-03-08 | |
| | | | | SVN-Revision: 20046 | |||
* | mac80211: small whitespace fix in minstrel_ht | Felix Fietkau | 2010-03-08 | |
| | | | | SVN-Revision: 20045 | |||
* | mac80211: fix a few more minstrel_ht bugs (thx to Christian Lamparter) | Felix Fietkau | 2010-03-07 | |
| | | | | SVN-Revision: 20040 | |||
* | add support for new ar7-atm version D7.05.00.00 (#6515) | Florian Fainelli | 2010-03-07 | |
| | | | | SVN-Revision: 20039 | |||
* | mac80211: improve minstrel_ht performance by reducing the impact of slow ↵ | Felix Fietkau | 2010-03-07 | |
| | | | | | | sampling SVN-Revision: 20038 | |||
* | add one more acx-mac80211 patch to finally allow its building on ar7 | Florian Fainelli | 2010-03-07 | |
| | | | | SVN-Revision: 20036 |