Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mac80211/rt2x00: sync Rt3352 support | Gabor Juhos | 2012-10-04 | 1 | -70/+90 | |
| | | | | | | | | | | | The original patch was accepted into linux-next in a slightly modified form. In order to provide integrity to follow-up patches, replace the patch in OpenWrt with the (semantically identical) now upstream patch. (commit 03839951515b0ea2b21d649b1fe7b63f9817d0c8 in wireless-testing) Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33615 | |||||
* | mac80211: allow scans in access point mode (for site survey) | Felix Fietkau | 2012-10-03 | 4 | -4/+15 | |
| | | | | SVN-Revision: 33613 | |||||
* | uboot-envtools: remove MENU, it is unused since r33265 | Luka Perkov | 2012-10-03 | 1 | -1/+0 | |
| | | | | SVN-Revision: 33612 | |||||
* | ath9k: use ieee80211_free_txskb, might fix hostapd stability issues | Felix Fietkau | 2012-10-03 | 1 | -0/+149 | |
| | | | | SVN-Revision: 33611 | |||||
* | mac80211: fix regulatory tx power initialization | Felix Fietkau | 2012-10-03 | 1 | -0/+21 | |
| | | | | SVN-Revision: 33610 | |||||
* | add uboot-pxa for Gumstix boards | Florian Fainelli | 2012-10-03 | 2 | -0/+101 | |
| | | | | SVN-Revision: 33608 | |||||
* | netifd: update to latest version, should fix clearing ipv6 routes on ↵ | Felix Fietkau | 2012-09-28 | 1 | -2/+2 | |
| | | | | | | interface bringup (#12184) SVN-Revision: 33595 | |||||
* | remove dependency for pkill | John Crispin | 2012-09-28 | 2 | -2/+2 | |
| | | | | SVN-Revision: 33594 | |||||
* | dont explicitly select wireless-tools. rely on the drivers that need them to ↵ | John Crispin | 2012-09-28 | 1 | -1/+1 | |
| | | | | | | have the right dependency SVN-Revision: 33593 | |||||
* | mac80211: add uci support for configuring antenna gain | Felix Fietkau | 2012-09-28 | 2 | -1/+3 | |
| | | | | SVN-Revision: 33587 | |||||
* | iw: update to 3.6 and add support for configuring antenna gain | Felix Fietkau | 2012-09-28 | 6 | -269/+124 | |
| | | | | SVN-Revision: 33586 | |||||
* | mac80211: fix antenna gain and add support for user-defined antenna gain ↵ | Felix Fietkau | 2012-09-28 | 4 | -3/+228 | |
| | | | | | | configuration SVN-Revision: 33585 | |||||
* | mac80211: rework the current tx power display patch | Felix Fietkau | 2012-09-28 | 3 | -14/+13 | |
| | | | | SVN-Revision: 33584 | |||||
* | mac80211: fix beacon IE power constraint handling | Felix Fietkau | 2012-09-28 | 15 | -23/+191 | |
| | | | | SVN-Revision: 33583 | |||||
* | 6to4: properly setup Base6to4Interface (#12251) | Jo-Philipp Wich | 2012-09-27 | 2 | -5/+10 | |
| | | | | SVN-Revision: 33573 | |||||
* | ath5k: add a spur mitigation fix | Felix Fietkau | 2012-09-27 | 1 | -9/+25 | |
| | | | | SVN-Revision: 33572 | |||||
* | get rid of the IRQF_SAMPLE_RANDOM flag | Florian Fainelli | 2012-09-26 | 1 | -1/+1 | |
| | | | | SVN-Revision: 33558 | |||||
* | mac80211: refresh patches | Florian Fainelli | 2012-09-26 | 14 | -30/+30 | |
| | | | | SVN-Revision: 33557 | |||||
* | mac80211: avoid sending useless delBA frames on client disassoc | Felix Fietkau | 2012-09-25 | 1 | -0/+31 | |
| | | | | SVN-Revision: 33551 | |||||
* | ath9k: fix rx filtering for older chipsets, helps with multi-bssid and mesh mode | Felix Fietkau | 2012-09-25 | 1 | -0/+13 | |
| | | | | SVN-Revision: 33550 | |||||
* | base-files: remove obsolete entries from sysctl.conf (#12236) | Felix Fietkau | 2012-09-24 | 1 | -5/+0 | |
| | | | | SVN-Revision: 33532 | |||||
* | openssl: use asm SHA1, SHA256, AES on MIPS. | Felix Fietkau | 2012-09-24 | 3 | -6/+77 | |
| | | | | | | | | | On a lightly loaded 24Kc, as measured by 'openssl speed sha1', shows between 27% and 120% speedup depending on block size. SHA1 is notably used in Transmission for piece verification. Patch by Catalin Patulea SVN-Revision: 33531 | |||||
* | mac80211: extend help for new options in b43-fwsquash.py | Hauke Mehrtens | 2012-09-23 | 1 | -0/+2 | |
| | | | | SVN-Revision: 33530 | |||||
* | mac80211: fiy typo in b43-fwsquash.py | Hauke Mehrtens | 2012-09-23 | 1 | -2/+2 | |
| | | | | | | Thanks Jonas SVN-Revision: 33529 | |||||
* | hostapd: move the + to the correct line | Felix Fietkau | 2012-09-23 | 1 | -3/+3 | |
| | | | | SVN-Revision: 33527 | |||||
* | grub2: use the static lzma lib instead of the dynamic one | Felix Fietkau | 2012-09-23 | 1 | -1/+2 | |
| | | | | SVN-Revision: 33526 | |||||
* | build: add the + token to any commands that can pass through the jobserver, ↵ | Felix Fietkau | 2012-09-23 | 10 | -12/+12 | |
| | | | | | | fixes parallel build on some systems SVN-Revision: 33523 | |||||
* | grub2: disable nls to fix build failure when libintl/host is built | Felix Fietkau | 2012-09-23 | 1 | -1/+2 | |
| | | | | SVN-Revision: 33522 | |||||
* | e2fsprogs: drop an unnecessary include that breaks on mac os x | Felix Fietkau | 2012-09-22 | 1 | -0/+10 | |
| | | | | SVN-Revision: 33517 | |||||
* | add a package for grub2 | Felix Fietkau | 2012-09-22 | 2 | -0/+126 | |
| | | | | SVN-Revision: 33512 | |||||
* | comgt: perform case insensitive match when probing for Huawei devices (#12039) | Jo-Philipp Wich | 2012-09-22 | 2 | -2/+2 | |
| | | | | SVN-Revision: 33507 | |||||
* | switch: warn if ndo_do_ioctl is not implemented in the Ethernet driver | Hauke Mehrtens | 2012-09-22 | 1 | -0/+4 | |
| | | | | SVN-Revision: 33506 | |||||
* | mac80211: fix b43 firmware squash for HT and LCN firmware, one file was ↵ | Hauke Mehrtens | 2012-09-22 | 1 | -2/+6 | |
| | | | | | | missing for both. SVN-Revision: 33505 | |||||
* | fuse: remove now redundant dependency on +USE_EGLIBC:librt | Jo-Philipp Wich | 2012-09-19 | 1 | -1/+1 | |
| | | | | SVN-Revision: 33482 | |||||
* | gdb: gdbserver package dependency fix (#11179) | Florian Fainelli | 2012-09-19 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | In the current trunk, gdbserver is not building anymore (with EGLIBC 2.15 selected) due to a missing dependency: Package gdbserver is missing dependencies for the following libraries: libthread_db.so.1 In order to fix it, the system shared lib libthread_db.so.1 is copied from the toolchain lib dir into the gdb package target structure (/usr/lib) to pass the dependency checks. This patch was (quickly) reviewed by Paul Fertser on IRC. Signed-off-by: xxiao <xxiao@fosiao.com> Signed-off-by: Matthieu Boujonnier <openwrt-devel@metaverse.fr> SVN-Revision: 33479 | |||||
* | base-files: release an attached loop device on umounting | Florian Fainelli | 2012-09-19 | 2 | -2/+2 | |
| | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 33477 | |||||
* | fuse: Add librt to fuse to build with eglibc | Florian Fainelli | 2012-09-19 | 1 | -2/+2 | |
| | | | | | | Signed-off-by: xxiao <xxiao@fosiao.com> SVN-Revision: 33476 | |||||
* | busybox: add support for CHECKSUM_PARTIAL to udhcpc | Florian Fainelli | 2012-09-19 | 2 | -1/+88 | |
| | | | | | | | | | | | When running as KVM or Xen guest, packets may be received with incomplete checksum[1]. Patch adopted from Fedora dhcp package. [1]. http://article.gmane.org/gmane.linux.kernel/1003853 Signed-off-by: Alexey I. Froloff <raorn@raorn.name> SVN-Revision: 33475 | |||||
* | mac80211: remove ep93xx target from blacklist. | Florian Fainelli | 2012-09-19 | 1 | -1/+1 | |
| | | | | SVN-Revision: 33465 | |||||
* | switch: improve error message | Hauke Mehrtens | 2012-09-19 | 1 | -4/+9 | |
| | | | | SVN-Revision: 33464 | |||||
* | hostapd: update mirror md5sum for latest version (fixes #12208) | Felix Fietkau | 2012-09-18 | 1 | -1/+1 | |
| | | | | SVN-Revision: 33456 | |||||
* | base-files: make file compare silent in migrate-sysctl | Jo-Philipp Wich | 2012-09-17 | 1 | -1/+1 | |
| | | | | SVN-Revision: 33449 | |||||
* | base-files: add uci-defaults script to migrate sysctl.conf (#12196) | Jo-Philipp Wich | 2012-09-17 | 2 | -1/+18 | |
| | | | | SVN-Revision: 33448 | |||||
* | netifd: prevent error in ifup if no /etc/config/wireless exists, properly ↵ | Jo-Philipp Wich | 2012-09-15 | 1 | -3/+7 | |
| | | | | | | handle wifi-iface sections which are part of multiple networks SVN-Revision: 33425 | |||||
* | opkg: add host and package parallel build support | Felix Fietkau | 2012-09-15 | 1 | -5/+6 | |
| | | | | SVN-Revision: 33424 | |||||
* | hostapd: enable parallel build | Felix Fietkau | 2012-09-15 | 1 | -1/+3 | |
| | | | | SVN-Revision: 33419 | |||||
* | linux-atm: enable parallel builds | Felix Fietkau | 2012-09-15 | 1 | -2/+3 | |
| | | | | SVN-Revision: 33418 | |||||
* | libpcap: enable parallel builds | Felix Fietkau | 2012-09-15 | 1 | -0/+1 | |
| | | | | SVN-Revision: 33417 | |||||
* | dnsmasq: enable parallel builds | Felix Fietkau | 2012-09-15 | 1 | -0/+1 | |
| | | | | SVN-Revision: 33416 | |||||
* | ppp: enable parallel builds | Felix Fietkau | 2012-09-15 | 1 | -0/+1 | |
| | | | | SVN-Revision: 33415 |