Commit Graph

9025 Commits (7e02f20eb0a9f444e6b9372730ccde491f99bc93)

Author SHA1 Message Date
Felix Fietkau 7e02f20eb0 mac80211: avoid sending useless delBA frames on client disassoc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33551 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-25 16:20:30 +00:00
Felix Fietkau c85bbac847 ath9k: fix rx filtering for older chipsets, helps with multi-bssid and mesh mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33550 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-25 16:17:18 +00:00
Felix Fietkau ebc0505172 base-files: remove obsolete entries from sysctl.conf (#12236)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33532 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-24 15:24:01 +00:00
Felix Fietkau 8eadb90934 openssl: use asm SHA1, SHA256, AES on MIPS.
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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33531 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-24 15:23:57 +00:00
Hauke Mehrtens 7baa5e6859 [packages] mac80211: extend help for new options in b43-fwsquash.py
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 18:48:27 +00:00
Hauke Mehrtens 55ee704c5f [packages] mac80211: fiy typo in b43-fwsquash.py
Thanks Jonas


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33529 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 18:47:45 +00:00
Felix Fietkau 96007e8af1 hostapd: move the + to the correct line
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33527 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 12:36:32 +00:00
Felix Fietkau 57bd9abecc grub2: use the static lzma lib instead of the dynamic one
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33526 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 10:38:06 +00:00
Felix Fietkau ce44bef353 build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 09:50:01 +00:00
Felix Fietkau c09ce574b4 grub2: disable nls to fix build failure when libintl/host is built
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33522 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 09:49:56 +00:00
Felix Fietkau 9f1b92582d e2fsprogs: drop an unnecessary include that breaks on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-22 23:34:54 +00:00
Felix Fietkau 57d951f7a0 add a package for grub2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-22 20:10:38 +00:00
Jo-Philipp Wich 81f44b3583 [package] comgt: perform case insensitive match when probing for Huawei devices (#12039)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-22 14:55:17 +00:00
Hauke Mehrtens 63c477708e [packages] switch: warn if ndo_do_ioctl is not implemented in the Ethernet driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33506 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-22 12:29:23 +00:00
Hauke Mehrtens 7ad635211d [packages] mac80211: fix b43 firmware squash for HT and LCN firmware, one file was missing for both.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-22 12:28:37 +00:00
Jo-Philipp Wich 1d1dcc8394 [package] fuse: remove now redundant dependency on +USE_EGLIBC:librt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33482 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:37:35 +00:00
Florian Fainelli ec5413972e [package] gdb: gdbserver package dependency fix (#11179)
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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33479 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:13:50 +00:00
Florian Fainelli 96117d3dce [package] base-files: release an attached loop device on umounting
Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33477 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:13:44 +00:00
Florian Fainelli 9f3edcb1bc [package] fuse: Add librt to fuse to build with eglibc
Signed-off-by: xxiao <xxiao@fosiao.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33476 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:13:41 +00:00
Florian Fainelli a19f0431ee [package] busybox: add support for CHECKSUM_PARTIAL to udhcpc
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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33475 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:13:38 +00:00
Florian Fainelli 6a5a9b2663 [package] mac80211: remove ep93xx target from blacklist.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33465 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 11:39:48 +00:00
Hauke Mehrtens 1e9116b365 [package]: switch: improve error message
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 10:57:38 +00:00
Felix Fietkau cd72b51dee hostapd: update mirror md5sum for latest version (fixes #12208)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33456 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-18 07:01:26 +00:00
Jo-Philipp Wich 139ed17d11 [package] base-files: make file compare silent in migrate-sysctl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33449 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-17 18:36:51 +00:00
Jo-Philipp Wich 365d9d069e [package] base-files: add uci-defaults script to migrate sysctl.conf (#12196)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33448 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-17 17:15:56 +00:00
Jo-Philipp Wich 49f3e5cd4e [package] netifd: prevent error in ifup if no /etc/config/wireless exists, properly handle wifi-iface sections which are part of multiple networks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-15 12:50:55 +00:00
Felix Fietkau d59be1dcfd opkg: add host and package parallel build support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-15 12:34:52 +00:00
Felix Fietkau 2ed4c97650 hostapd: enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33419 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-15 11:37:07 +00:00
Felix Fietkau 0f3744c0a7 linux-atm: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-15 11:37:04 +00:00
Felix Fietkau 758fb51c61 libpcap: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-15 11:37:01 +00:00
Felix Fietkau 51d77a4850 dnsmasq: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33416 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-15 11:36:58 +00:00
Felix Fietkau 2aedfd43fa ppp: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-15 11:36:55 +00:00
Felix Fietkau f24b76d44c hostapd: add a config option for the inactivity timeout
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33412 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-15 10:21:18 +00:00
Florian Fainelli 0bc306996f [package] busybox: add patch to fix CVE-2011-2716 in udhcp.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33404 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-14 15:36:38 +00:00
Felix Fietkau 57a710eab7 hostapd: add a patch for suppressing probe responses from APs that have reached their limit of maximum number of clients
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33401 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-14 14:08:39 +00:00
Felix Fietkau 025be2b842 hostapd: add an option for configuring the maximum number of connected clients
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33400 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-14 14:08:35 +00:00
Felix Fietkau 24d24495ad hostapd: enable disassoc on many consecutive excessive retries, improves AP mode reliability with many clients
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33399 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-14 13:45:29 +00:00
Felix Fietkau c68fd7b65d mac80211: fix regdb locking issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33398 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-14 13:37:30 +00:00
Florian Fainelli f6d27b20a6 [package] busybox: fix build with recent eglibc toolchains
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33395 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-13 15:57:59 +00:00
Felix Fietkau ba55741959 hostapd: support wps in hostapd_cli even when built from the mini variant
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33393 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-13 12:39:14 +00:00
Felix Fietkau 36ac145eea hostapd: update to 2012-09-10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33392 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-13 12:38:51 +00:00
Jo-Philipp Wich 6f223b33c2 [package] base-files: remove route enabled check in lib/functions/network.sh after netifd bump
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33391 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-13 08:47:10 +00:00
Jo-Philipp Wich 9ebb690f86 [package] netifd: update to latest git head, reorganizes ubus output of inactive values
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33390 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-13 08:47:06 +00:00
Jo-Philipp Wich 05f9a7de80 [package] mountd: add "-f" option to not daemonize mountd, use service wrappers in init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-12 10:09:55 +00:00
Jo-Philipp Wich cd70115a77 [package] hostapd: introduce new default-off option "auth_cache" which controls PMKSA and Opportunistic Key Caching (#12129)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33359 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 12:23:41 +00:00
Jo-Philipp Wich 8df87f1b6d [package] block-mount: additionally try to umount disk by mountpoint (#12056)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 09:48:31 +00:00
Jo-Philipp Wich 14d4c6fe56 [package] comgt: fix 3g redialling if dongle is physically reattached (#11567, #12008)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-09 19:46:38 +00:00
Felix Fietkau a70686ddc6 mac80211: bump PKG_RELEASE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-08 13:19:21 +00:00
Felix Fietkau 0308f6a67a ath9k: disable PA predistortion by default, since it has been reported to reduce rx sensitivity on some devices (#12135)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-08 13:18:58 +00:00
Felix Fietkau b4f512b67c mac80211: update to 2012-09-07, adds ath9k beacon fixes, mesh/adhoc fixes, and more
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-08 11:10:54 +00:00