summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [package] comgt: perform case insensitive match when probing for Huawei ↵jow2012-09-222-2/+2
| | | | | | devices (#12039) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] switch: warn if ndo_do_ioctl is not implemented in the Ethernet ↵hauke2012-09-221-0/+4
| | | | | | driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] mac80211: fix b43 firmware squash for HT and LCN firmware, one ↵hauke2012-09-221-2/+6
| | | | | | file was missing for both. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33505 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fuse: remove now redundant dependency on +USE_EGLIBC:librtjow2012-09-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] gdb: gdbserver package dependency fix (#11179)florian2012-09-191-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: release an attached loop device on umountingflorian2012-09-192-2/+2
| | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fuse: Add librt to fuse to build with eglibcflorian2012-09-191-2/+2
| | | | | | Signed-off-by: xxiao <xxiao@fosiao.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: add support for CHECKSUM_PARTIAL to udhcpcflorian2012-09-192-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: remove ep93xx target from blacklist.florian2012-09-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package]: switch: improve error messagehauke2012-09-191-4/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update mirror md5sum for latest version (fixes #12208)nbd2012-09-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: make file compare silent in migrate-sysctljow2012-09-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add uci-defaults script to migrate sysctl.conf (#12196)jow2012-09-172-1/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] netifd: prevent error in ifup if no /etc/config/wireless exists, ↵jow2012-09-151-3/+7
| | | | | | 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
* opkg: add host and package parallel build supportnbd2012-09-151-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33424 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: enable parallel buildnbd2012-09-151-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux-atm: enable parallel buildsnbd2012-09-151-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: enable parallel buildsnbd2012-09-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dnsmasq: enable parallel buildsnbd2012-09-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: enable parallel buildsnbd2012-09-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add a config option for the inactivity timeoutnbd2012-09-151-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: add patch to fix CVE-2011-2716 in udhcp.florian2012-09-142-1/+165
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add a patch for suppressing probe responses from APs that have ↵nbd2012-09-141-0/+13
| | | | | | reached their limit of maximum number of clients git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add an option for configuring the maximum number of connected clientsnbd2012-09-141-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: enable disassoc on many consecutive excessive retries, improves AP ↵nbd2012-09-141-0/+2
| | | | | | mode reliability with many clients git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33399 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix regdb locking issuesnbd2012-09-142-2/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: fix build with recent eglibc toolchainsflorian2012-09-131-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: support wps in hostapd_cli even when built from the mini variantnbd2012-09-131-0/+50
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 2012-09-10nbd2012-09-1328-313/+198
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: remove route enabled check in lib/functions/network.sh ↵jow2012-09-131-4/+2
| | | | | | after netifd bump git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33391 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] netifd: update to latest git head, reorganizes ubus output of ↵jow2012-09-131-2/+2
| | | | | | inactive values git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mountd: add "-f" option to not daemonize mountd, use service ↵jow2012-09-123-4/+24
| | | | | | wrappers in init script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: introduce new default-off option "auth_cache" which ↵jow2012-09-102-2/+5
| | | | | | controls PMKSA and Opportunistic Key Caching (#12129) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount: additionally try to umount disk by mountpoint (#12056)jow2012-09-102-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33357 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] comgt: fix 3g redialling if dongle is physically reattached ↵jow2012-09-092-3/+3
| | | | | | (#11567, #12008) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: bump PKG_RELEASEnbd2012-09-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: disable PA predistortion by default, since it has been reported to ↵nbd2012-09-081-0/+72
| | | | | | reduce rx sensitivity on some devices (#12135) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to 2012-09-07, adds ath9k beacon fixes, mesh/adhoc fixes, ↵nbd2012-09-0854-4735/+384
| | | | | | and more git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes premature device release on link ↵nbd2012-09-061-2/+2
| | | | | | loss (fixes #12114, #12112, #11959) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33325 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix ap+sta issuesnbd2012-08-297-48/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: add hwinfo of AR9280 2T2R PCIejuhosg2012-08-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211/rt2800: integrate cosmetic changes in rt3352 supportjuhosg2012-08-291-40/+39
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: add configration for ramips devicesjuhosg2012-08-292-0/+31
| | | | | | | | uboot-env settings for ALL0239-3G, ALL0256N, ALL5002. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: add hwinfo for Rt3050 and maintain alphabetic orderjow2012-08-291-1/+2
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [openssl] revert threadsafe patchblogic2012-08-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: introduce "authfail" option which specifies whether pppd ↵jow2012-08-291-1/+5
| | | | | | should attempt to re-authenticate after a failed PAP/CHAP auth git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add fix to improve reliability of powersave clientsnbd2012-08-291-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: reorganize patchesnbd2012-08-2915-363/+349
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-envtools: add configuration for ALL0315Njuhosg2012-08-271-0/+1
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33283 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a crash on accessing stale skb->dev referencesnbd2012-08-271-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33279 3c298f89-4303-0410-b956-a3cf2f4a3e73