Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | hostapd: add a config option for the inactivity timeout | Felix Fietkau | 2012-09-15 | 1 | -0/+4 |
| | | | | SVN-Revision: 33412 | ||||
* | busybox: add patch to fix CVE-2011-2716 in udhcp. | Florian Fainelli | 2012-09-14 | 2 | -1/+165 |
| | | | | SVN-Revision: 33404 | ||||
* | hostapd: add a patch for suppressing probe responses from APs that have ↵ | Felix Fietkau | 2012-09-14 | 1 | -0/+13 |
| | | | | | | reached their limit of maximum number of clients SVN-Revision: 33401 | ||||
* | hostapd: add an option for configuring the maximum number of connected clients | Felix Fietkau | 2012-09-14 | 1 | -0/+4 |
| | | | | SVN-Revision: 33400 | ||||
* | hostapd: enable disassoc on many consecutive excessive retries, improves AP ↵ | Felix Fietkau | 2012-09-14 | 1 | -0/+2 |
| | | | | | | mode reliability with many clients SVN-Revision: 33399 | ||||
* | mac80211: fix regdb locking issues | Felix Fietkau | 2012-09-14 | 2 | -2/+37 |
| | | | | SVN-Revision: 33398 | ||||
* | busybox: fix build with recent eglibc toolchains | Florian Fainelli | 2012-09-13 | 1 | -0/+10 |
| | | | | SVN-Revision: 33395 | ||||
* | hostapd: support wps in hostapd_cli even when built from the mini variant | Felix Fietkau | 2012-09-13 | 1 | -0/+50 |
| | | | | SVN-Revision: 33393 | ||||
* | hostapd: update to 2012-09-10 | Felix Fietkau | 2012-09-13 | 28 | -313/+198 |
| | | | | SVN-Revision: 33392 | ||||
* | base-files: remove route enabled check in lib/functions/network.sh after ↵ | Jo-Philipp Wich | 2012-09-13 | 1 | -4/+2 |
| | | | | | | netifd bump SVN-Revision: 33391 | ||||
* | netifd: update to latest git head, reorganizes ubus output of inactive values | Jo-Philipp Wich | 2012-09-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 33390 | ||||
* | mountd: add "-f" option to not daemonize mountd, use service wrappers in ↵ | Jo-Philipp Wich | 2012-09-12 | 3 | -4/+24 |
| | | | | | | init script SVN-Revision: 33378 | ||||
* | hostapd: introduce new default-off option "auth_cache" which controls PMKSA ↵ | Jo-Philipp Wich | 2012-09-10 | 2 | -2/+5 |
| | | | | | | and Opportunistic Key Caching (#12129) SVN-Revision: 33359 | ||||
* | block-mount: additionally try to umount disk by mountpoint (#12056) | Jo-Philipp Wich | 2012-09-10 | 2 | -2/+4 |
| | | | | SVN-Revision: 33357 |