aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* libubox: update to latest version, contains several uloop/ustream fixesFelix Fietkau2013-01-071-3/+3
| | | | | | Backport of r35039 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* opkg: keep package list files compressed when src/gz is used, reduces tmpfs ↵Felix Fietkau2013-01-031-0/+120
| | | | | | | | usage Backport of r34869 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: disable TX_IQ_ON_AGC_CAL on AR934x, should improve stabilityFelix Fietkau2013-01-021-0/+11
| | | | | | Backport of r34979 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: base-files: merge r34974 and r34975Jo-Philipp Wich2013-01-021-16/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34977 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: firewall: merge r34472 and r34569Jo-Philipp Wich2013-01-022-87/+124
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34976 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: opkg: backport r34202 and r34203Jo-Philipp Wich2012-12-184-1/+259
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to latest version, as of trunk r34746Felix Fietkau2012-12-181-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes interface error reporting for shell ↵Felix Fietkau2012-12-171-2/+2
| | | | | | | | proto handlers Backport of r34741 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, no longer needs the removed jshn_append() ↵Felix Fietkau2012-12-171-2/+2
| | | | | | | | shell function Backport of r34734 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: another jshn update, fixes array handling issuesFelix Fietkau2012-12-161-3/+3
| | | | | | Backport of r34723 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: fix some jshn variable handling regressionsFelix Fietkau2012-12-161-3/+3
| | | | | | Backport of r34720 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: sync with trunk (as of r34718)Felix Fietkau2012-12-161-3/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34719 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant.sh: always use parameters from the current sectionFelix Fietkau2012-12-161-7/+2
| | | | | | | | | | | | | | | | Using variables from the outer scope unnecessarily complicates the code and leads to issues. This patch fixes the bug when having an "adhoc" wifi-iface section before a "sta" section prevents wpa_supplicant from using the key specified in the corresponding section as it tries to use the "adhoc" key instead (1 by default). Signed-off-by: Paul Fertser <fercerpav@gmail.com> Backport of r34716 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34717 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: update to latest version, fixes request timeout handling issues, hangs ↵Felix Fietkau2012-12-151-3/+3
| | | | | | | | on lots of requests, adds object notification support Backport of r34705 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: call /etc/udhcp.user from the netifd dhcp.scriptFelix Fietkau2012-12-151-0/+3
| | | | | | | | | | | This was done previously when dhcp was handled by the network scripts. So netifd should behave the same. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Backport of r34704 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes purging old resolv.conf entries ↵Felix Fietkau2012-12-131-2/+2
| | | | | | | | | | after ifdown Backport of r34664 Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: fix skb leaks (should fix #12199)Felix Fietkau2012-12-101-0/+29
| | | | | | Backport of r34603 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ppp: backport r34536Jo-Philipp Wich2012-12-062-12/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34538 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version from trunk, as of r34500Felix Fietkau2012-12-051-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34505 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to latest version, fixes blob/blobmsg endian issuesFelix Fietkau2012-12-021-3/+3
| | | | | | | | Backport of r34456 Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix two problems when more then one wifi card is available.Hauke Mehrtens2012-11-252-0/+43
| | | | | | | | | | | * The device should get a unique name at the beginning and not wl%d * load the nvram just one time into the own buffer also when there is more than one device. Backport of r34381. git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHzGabor Juhos2012-11-251-0/+121
| | | | | | | | | | | Backport of r34269. [juhosg: move ramips specific stuff into a followup patch] Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: mac80211/rt2x00: support Rt3352 with external PAGabor Juhos2012-11-251-0/+212
| | | | | | | | | | | Backport of r34268. This is needed for WiFi to work e.g. on DIR-615 rev.H1. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34361 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: package/uboot-envtools: add OpenMesh MR600 supportGabor Juhos2012-11-251-1/+2
| | | | | | | | | Backport of r34236. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* beta2 -> rc1John Crispin2012-11-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ppp: backport r34171Jo-Philipp Wich2012-11-126-12/+158
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34172 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add more tx skb free fixes (hopefully final fix to #11894)Felix Fietkau2012-11-103-160/+209
| | | | | | | | Backport of r34133 Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: resolveip: backport r34116Jo-Philipp Wich2012-11-082-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: netifd: backport r34089Jo-Philipp Wich2012-11-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: mac80211: fix intel wifi autoload module namesJonas Gorski2012-11-011-2/+2
| | | | | | merge r33676. git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: add more uloop timer fixesFelix Fietkau2012-10-311-3/+3
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r34039 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: sync with trunk r34037 to merge the uloop timer fixFelix Fietkau2012-10-311-3/+7
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: prevent reconfigure calls while interfaces are downFelix Fietkau2012-10-312-1/+13
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r34030 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34031 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: uhttpd: backport trunk changesJo-Philipp Wich2012-10-3018-5850/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34011 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: iwinfo: backport r34003Jo-Philipp Wich2012-10-292-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: report tx status for dropped frames, should fix some remaining ↵Felix Fietkau2012-10-291-38/+133
| | | | | | | | stability issues Backport of r33991 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a patch that prevents excessive retry of single frames during an ↵Felix Fietkau2012-10-294-9/+39
| | | | | | | | aggregation session Backport of r33989 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33990 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: package/uboot-envtools: add CAP4200AG supportGabor Juhos2012-10-281-1/+2
| | | | | | | | Backport of r33959. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33980 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: generic: allow to disable [25]GHz support in ath9k via platform dataGabor Juhos2012-10-281-0/+70
| | | | | | | | Backport of r33954. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a stale bf->bf_next pointer, potentially leading to double-free ↵Felix Fietkau2012-10-251-0/+18
| | | | | | | | errors and "Failed to stop Tx DMA" errors Backport of r33938 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix the pcspkr module, add proper dependencies, add the actual sound ↵Felix Fietkau2012-10-251-15/+21
| | | | | | | | module Backport of r33921 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33926 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: merge some pending fixes (fixes assoc errors when moving between ↵Felix Fietkau2012-10-252-1/+43
| | | | | | | | vaps of the same wifi device) Backport of r33919 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33925 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix operating state check on changing the channel bandwidth via debugfsFelix Fietkau2012-10-251-1/+1
| | | | | | Backport of r33891 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: package/mtd: add option for fixing seama imagesGabor Juhos2012-10-198-4/+678
| | | | | | | | Backport of r33841. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes device cleanup and config reload ↵Felix Fietkau2012-10-191-2/+2
| | | | | | | | issues when assigning a device to a different bridge Backport of r33858 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge a client mode state handling fix, refresh patchesFelix Fietkau2012-10-173-3/+62
| | | | | | Backport of r33821 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: merge a security fix for a TLS message buffer overflow (CVE-2012-4445)Felix Fietkau2012-10-171-0/+17
| | | | | | Backport of r33815 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33816 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: uboot-envtools: OM2P-HS partition informationGabor Juhos2012-10-171-0/+1
| | | | | | | | | Backport of r33802. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33810 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: package/om-watchdog: add OM2P-HS supportGabor Juhos2012-10-171-5/+8
| | | | | | | | | Backport of r33801. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* attitude_adjustment: backport ar7 changes r33744 to r33756 changesFlorian Fainelli2012-10-147-52/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33764 3c298f89-4303-0410-b956-a3cf2f4a3e73