openwrt/svn-archive/archive.git
9 years agoAA: openssl: version bump to 1.0.1h
Hauke Mehrtens [Thu, 5 Jun 2014 21:45:44 +0000 (21:45 +0000)]
AA: openssl: version bump to 1.0.1h

backport of r41026

today appeared another serious vulnerability in openssl. More info is
here http://ccsinjection.lepidum.co.jp. Users are advised to update to
openssl 1.0.1h.

Signed-off-by: Martin Strbacka <martin.strbacka@nic.cz>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41027

9 years agoAA: 6in4: backport r39646 and r40876 (#15054, #16617)
Jo-Philipp Wich [Thu, 29 May 2014 09:42:25 +0000 (09:42 +0000)]
AA: 6in4: backport r39646 and r40876 (#15054, #16617)

SVN-Revision: 40877

9 years agokernel: add a ssb backport required for a new mac80211 update
Felix Fietkau [Fri, 23 May 2014 20:58:43 +0000 (20:58 +0000)]
kernel: add a ssb backport required for a new mac80211 update

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r40833

SVN-Revision: 40835

9 years agoAA: x86: don't use /dev/vda2 for kvm guest, its not used since a long time
Jo-Philipp Wich [Tue, 13 May 2014 12:55:32 +0000 (12:55 +0000)]
AA: x86: don't use /dev/vda2 for kvm guest, its not used since a long time

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40757

10 years agoath9k: fix some ANI related stability issues
Felix Fietkau [Tue, 8 Apr 2014 22:14:51 +0000 (22:14 +0000)]
ath9k: fix some ANI related stability issues

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r40427

SVN-Revision: 40431

10 years agoAA: security fix for CVE-2014-0160 - upgrade OpenSSL to version 1.0.1g
Jo-Philipp Wich [Tue, 8 Apr 2014 09:04:35 +0000 (09:04 +0000)]
AA: security fix for CVE-2014-0160 - upgrade OpenSSL to version 1.0.1g

Signed-off-by: Mirko Vogt <mirko@openwrt.org>
SVN-Revision: 40423

10 years agomac80211: Enable kmod-rt2800-soc package for rt288x target
Felix Fietkau [Tue, 1 Apr 2014 07:35:06 +0000 (07:35 +0000)]
mac80211: Enable kmod-rt2800-soc package for rt288x target

Trunk and the latest backport to Attitude Adjustment have the
kmod-rt2800-soc package hidden for the ramips_rt288x target.
This makes the dependency match the dependency given in the
TITLE field.

Signed-off-by: Claudio Leite <leitec@staticky.com>
Backport of r39976

SVN-Revision: 40354

10 years agoAA: ramips: select kmod-rt2800-soc by default (#15429)
Felix Fietkau [Tue, 1 Apr 2014 07:35:02 +0000 (07:35 +0000)]
AA: ramips: select kmod-rt2800-soc by default (#15429)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40353

10 years agoodhcp6c: fix integer overflow after 50 days
Hauke Mehrtens [Sun, 30 Mar 2014 19:29:12 +0000 (19:29 +0000)]
odhcp6c: fix integer overflow after 50 days

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40348

10 years agort2x00: remove the incompatible 20 mhz clock patch again (fixes #13532)
Felix Fietkau [Wed, 19 Mar 2014 00:36:28 +0000 (00:36 +0000)]
rt2x00: remove the incompatible 20 mhz clock patch again (fixes #13532)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39952

10 years agoAA: mac80211: backport package from trunk r39886
Felix Fietkau [Fri, 14 Mar 2014 10:53:42 +0000 (10:53 +0000)]
AA: mac80211: backport package from trunk r39886

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39928

10 years agohostapd: backport package from trunk r39765
Felix Fietkau [Fri, 14 Mar 2014 10:53:39 +0000 (10:53 +0000)]
hostapd: backport package from trunk r39765

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39927

10 years agokernel: merge bcma updates required for a new mac80211 update
Felix Fietkau [Fri, 14 Mar 2014 10:53:36 +0000 (10:53 +0000)]
kernel: merge bcma updates required for a new mac80211 update

SVN-Revision: 39926

10 years agoAA: openssl: Support multi-threaded applications
Felix Fietkau [Fri, 14 Feb 2014 16:15:07 +0000 (16:15 +0000)]
AA: openssl: Support multi-threaded applications

(This is a backport of r39048 from trunk).

Allow multi-threaded applications to work properly by
removing the "no-threads" flag that is enabled by default.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
SVN-Revision: 39585

10 years agoAA: ar71xx: fix bad RX sensitivity on newer TL-WDR4300 boards
Gabor Juhos [Tue, 28 Jan 2014 17:20:08 +0000 (17:20 +0000)]
AA: ar71xx: fix bad RX sensitivity on newer TL-WDR4300 boards

Backport of r39392.

On recent TL-WDR4300 boards the external LNAs of the 2.4GHz
interface are connected to GPIO lines. Because these GPIO
lines are disabled by default, the RX sensitivity of the
device is quite bad.

Setup the GPIOs of the external LNAs to fix the issue.

[Backport note: the 'ath79_wmac_set_ext_lna_gpio' function
is not available in AA, use the 'gpio_request_one' instead.]

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39408

10 years agoAA: ath9k: add workaround for AR9331 USB host controller hang with USB1.1 devices
Gabor Juhos [Tue, 28 Jan 2014 17:20:04 +0000 (17:20 +0000)]
AA: ath9k: add workaround for AR9331 USB host controller hang with USB1.1 devices

Backport of r39212

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39407

10 years agoAA: opkg: merge r39153
Jo-Philipp Wich [Sat, 21 Dec 2013 13:55:57 +0000 (13:55 +0000)]
AA: opkg: merge r39153

SVN-Revision: 39154

10 years agokernel: do not accept sysrq characters via serial port
Felix Fietkau [Tue, 19 Nov 2013 00:09:21 +0000 (00:09 +0000)]
kernel: do not accept sysrq characters via serial port

many boards have a disconnected TTL level serial which can generate
some garbage that can lead to spurious false sysrq detects.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37210

SVN-Revision: 38863

10 years agouClibc: get rid of bogus unused strlcpy definition to fix build errors
Felix Fietkau [Wed, 30 Oct 2013 21:47:10 +0000 (21:47 +0000)]
uClibc: get rid of bogus unused strlcpy definition to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38567

SVN-Revision: 38621

10 years agotoolchain/gdb: remove use of extern inline to fix build errors
Felix Fietkau [Wed, 30 Oct 2013 21:47:09 +0000 (21:47 +0000)]
toolchain/gdb: remove use of extern inline to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38566

SVN-Revision: 38620

10 years agoAA: tools/cmake: update to latest version from trunk to fix build errors
Felix Fietkau [Wed, 30 Oct 2013 21:47:08 +0000 (21:47 +0000)]
AA: tools/cmake: update to latest version from trunk to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38619

10 years agomtd-utils: get rid of extern inline to fix build errors
Felix Fietkau [Wed, 30 Oct 2013 21:47:07 +0000 (21:47 +0000)]
mtd-utils: get rid of extern inline to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38565

SVN-Revision: 38618

10 years agoe2fsprogs: update to 1.42.8, fixes a build error
Felix Fietkau [Wed, 30 Oct 2013 21:47:06 +0000 (21:47 +0000)]
e2fsprogs: update to 1.42.8, fixes a build error

Includes previous changes from trunk

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38564

SVN-Revision: 38617

10 years agosquashfs: make inline functions static to fix build errors
Felix Fietkau [Wed, 30 Oct 2013 21:47:05 +0000 (21:47 +0000)]
squashfs: make inline functions static to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38563

SVN-Revision: 38616

10 years agosquashfs4: make inline functions static to fix build errors
Felix Fietkau [Wed, 30 Oct 2013 21:47:04 +0000 (21:47 +0000)]
squashfs4: make inline functions static to fix build errors

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38562

SVN-Revision: 38615

10 years agopkg-config: update to latest version, fix build on Mac OS X 10.9
Felix Fietkau [Wed, 30 Oct 2013 21:47:02 +0000 (21:47 +0000)]
pkg-config: update to latest version, fix build on Mac OS X 10.9

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38561

SVN-Revision: 38614

10 years agobuild: fix build on Mac OS X 10.9
Felix Fietkau [Wed, 30 Oct 2013 21:47:01 +0000 (21:47 +0000)]
build: fix build on Mac OS X 10.9

Add a wrapper around the clang gcc emulation to fix -print-file-name=<lib>

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38560

SVN-Revision: 38613

10 years agoAA: scripts/config: fix path to host compiler
Felix Fietkau [Wed, 30 Oct 2013 21:47:00 +0000 (21:47 +0000)]
AA: scripts/config: fix path to host compiler

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38612

10 years agoAA: scripts/config: fix inline handling for kconf_id_lookup()
Felix Fietkau [Wed, 30 Oct 2013 21:46:58 +0000 (21:46 +0000)]
AA: scripts/config: fix inline handling for kconf_id_lookup()

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38611

10 years agolibubox: update to latest version, fixes ustream reuse and a few other minor issues
Felix Fietkau [Sat, 19 Oct 2013 16:25:40 +0000 (16:25 +0000)]
libubox: update to latest version, fixes ustream reuse and a few other minor issues

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38461

SVN-Revision: 38462

10 years agoAA: rt2800usb: merge a fix to slow down tx status polling (#13523)
Felix Fietkau [Fri, 18 Oct 2013 13:41:18 +0000 (13:41 +0000)]
AA: rt2800usb: merge a fix to slow down tx status polling (#13523)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38452

SVN-Revision: 38455

10 years agort2x00: fix rf id for rt3352 (#14322)
Felix Fietkau [Mon, 14 Oct 2013 19:46:22 +0000 (19:46 +0000)]
rt2x00: fix rf id for rt3352 (#14322)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38399

SVN-Revision: 38401

10 years agoAA: ath5k: fix tx status processing errors (causing packet loss and throughput issues)
Felix Fietkau [Mon, 14 Oct 2013 19:22:45 +0000 (19:22 +0000)]
AA: ath5k: fix tx status processing errors (causing packet loss and throughput issues)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38396

SVN-Revision: 38397

10 years agoAA: mac80211: rtlwifi: Align private space in rtl_priv struct
Hauke Mehrtens [Wed, 9 Oct 2013 09:14:46 +0000 (09:14 +0000)]
AA: mac80211: rtlwifi: Align private space in rtl_priv struct

Backport of r38346

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38347

10 years agoath9k: fix tx queueing issues after background scans
Felix Fietkau [Sat, 5 Oct 2013 12:12:57 +0000 (12:12 +0000)]
ath9k: fix tx queueing issues after background scans

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38304

SVN-Revision: 38305

10 years agoAA: odhcp6c: validate hop-limit on RAs
Steven Barth [Wed, 2 Oct 2013 14:17:00 +0000 (14:17 +0000)]
AA: odhcp6c: validate hop-limit on RAs

SVN-Revision: 38286

10 years agoscripts/gen-dependencies.sh: use the cross readelf (#12940)
Felix Fietkau [Sun, 29 Sep 2013 20:12:27 +0000 (20:12 +0000)]
scripts/gen-dependencies.sh: use the cross readelf (#12940)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38259

SVN-Revision: 38260

10 years agomac80211: add AP inactivity handling / probing fixes to improve stability
Felix Fietkau [Sun, 29 Sep 2013 19:43:49 +0000 (19:43 +0000)]
mac80211: add AP inactivity handling / probing fixes to improve stability

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38257

SVN-Revision: 38258

10 years agomac80211: really fix the long standing wds ap tx power regression (#14153)
Felix Fietkau [Sun, 29 Sep 2013 12:54:03 +0000 (12:54 +0000)]
mac80211: really fix the long standing wds ap tx power regression (#14153)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38255

SVN-Revision: 38256

10 years agoAA: odhcp6c: handle NoAddrsAvail IA-status
Steven Barth [Sat, 21 Sep 2013 10:57:00 +0000 (10:57 +0000)]
AA: odhcp6c: handle NoAddrsAvail IA-status

SVN-Revision: 38093

10 years agoAA: odhcp6c: Restart when server returns IAID error
Steven Barth [Wed, 18 Sep 2013 10:28:07 +0000 (10:28 +0000)]
AA: odhcp6c: Restart when server returns IAID error

SVN-Revision: 38033

10 years agomac80211: drop spoofed packets in ad-hoc mode (fixes #12427)
Felix Fietkau [Tue, 17 Sep 2013 09:19:39 +0000 (09:19 +0000)]
mac80211: drop spoofed packets in ad-hoc mode (fixes #12427)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r38013

SVN-Revision: 38014

10 years agoAA: ar71xx: TP-LINK also has a family TL-WDR
Gabor Juhos [Tue, 17 Sep 2013 07:12:31 +0000 (07:12 +0000)]
AA: ar71xx: TP-LINK also has a family TL-WDR

Backport of r34577.

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38012

10 years agoAA: kernel: kmod-firewire: fix dependencies
Hauke Mehrtens [Sun, 15 Sep 2013 20:53:02 +0000 (20:53 +0000)]
AA: kernel: kmod-firewire: fix dependencies

Backport of r37902

This fixes the following error:
firewire_core: Unknown symbol crc_itu_t (err 0)

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38003

10 years agoiwinfo: when using nl80211, parse interface combinations instead of creating/deleting...
Felix Fietkau [Sat, 14 Sep 2013 14:47:26 +0000 (14:47 +0000)]
iwinfo: when using nl80211, parse interface combinations instead of creating/deleting interfaces

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37983

SVN-Revision: 37984

10 years agoAA: odhcp6c: work around buggy server timeouts
Steven Barth [Thu, 12 Sep 2013 12:58:34 +0000 (12:58 +0000)]
AA: odhcp6c: work around buggy server timeouts

SVN-Revision: 37952

10 years agort2x00: merge an rt2800 initialization order fix
Felix Fietkau [Tue, 10 Sep 2013 10:11:28 +0000 (10:11 +0000)]
rt2x00: merge an rt2800 initialization order fix

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37922

SVN-Revision: 37923

10 years agoAA: ath9k: remove most of the tx queueing rework until it has been fully debugged
Felix Fietkau [Mon, 9 Sep 2013 12:37:56 +0000 (12:37 +0000)]
AA: ath9k: remove most of the tx queueing rework until it has been fully debugged

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37920

10 years agoAA: odhcp6c: more compatibility fixes
Steven Barth [Thu, 5 Sep 2013 21:15:13 +0000 (21:15 +0000)]
AA: odhcp6c: more compatibility fixes

SVN-Revision: 37908

10 years agobusybox: enable readlink by default, it is used by various scripts
Felix Fietkau [Thu, 5 Sep 2013 09:44:20 +0000 (09:44 +0000)]
busybox: enable readlink by default, it is used by various scripts

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37896

10 years agonetfilter: fix typo
Vasilis Tsiligiannis [Sun, 25 Aug 2013 19:02:22 +0000 (19:02 +0000)]
netfilter: fix typo

Backport of r37821

Signed-off-by: Luka Perkov <luka@openwrt.org>
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
SVN-Revision: 37838

10 years agokernel: allow __netdev_alloc_skb_ip_align to be called with dev = NULL
Felix Fietkau [Tue, 13 Aug 2013 23:00:30 +0000 (23:00 +0000)]
kernel: allow __netdev_alloc_skb_ip_align to be called with dev = NULL

Backport of r36378

SVN-Revision: 37768

10 years agoath9k: fix an rx descriptor processing race condition
Felix Fietkau [Sat, 10 Aug 2013 14:04:15 +0000 (14:04 +0000)]
ath9k: fix an rx descriptor processing race condition

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37746

SVN-Revision: 37747

10 years agoAA: ubus: sync with latest trunk version (as of r37740)
Felix Fietkau [Thu, 8 Aug 2013 20:47:38 +0000 (20:47 +0000)]
AA: ubus: sync with latest trunk version (as of r37740)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37743

10 years agoAA: ath9k: add an updated version of the tx queueing rework, refresh patches
Felix Fietkau [Tue, 6 Aug 2013 16:45:25 +0000 (16:45 +0000)]
AA: ath9k: add an updated version of the tx queueing rework, refresh patches

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37729

10 years agomac80211: backport a few upstream fixes
Felix Fietkau [Tue, 6 Aug 2013 16:45:22 +0000 (16:45 +0000)]
mac80211: backport a few upstream fixes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37653

SVN-Revision: 37728

10 years agolibubox: update to the latest version, fixes a fd deletion race condition in uloop
Felix Fietkau [Wed, 31 Jul 2013 22:07:43 +0000 (22:07 +0000)]
libubox: update to the latest version, fixes a fd deletion race condition in uloop

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37629

SVN-Revision: 37630

10 years agoAA: ath9k: remove some newer patches until they are fully debugged/fixed
Felix Fietkau [Mon, 29 Jul 2013 18:45:47 +0000 (18:45 +0000)]
AA: ath9k: remove some newer patches until they are fully debugged/fixed

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37615

10 years agolibubox: update to latest version
Felix Fietkau [Mon, 29 Jul 2013 12:52:15 +0000 (12:52 +0000)]
libubox: update to latest version

Backport of r37604

SVN-Revision: 37605

10 years agoAA: eglibc: sync with trunk, delete old versions
Felix Fietkau [Mon, 29 Jul 2013 07:22:31 +0000 (07:22 +0000)]
AA: eglibc: sync with trunk, delete old versions

Fixes build errors in the RPC code and adds parallel build support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37596

10 years agoAA: 6relayd: Overridden DNS should affect DHCPv6
Steven Barth [Fri, 26 Jul 2013 12:01:00 +0000 (12:01 +0000)]
AA: 6relayd: Overridden DNS should affect DHCPv6

SVN-Revision: 37559

10 years agoath9k: add initial tx queueing rework patches
Felix Fietkau [Thu, 25 Jul 2013 18:32:13 +0000 (18:32 +0000)]
ath9k: add initial tx queueing rework patches

This forces all packets (even for un-aggregated traffic) through
software queues to improve fairness and stability

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37483

SVN-Revision: 37533

10 years agoath5k: fix AHB support dependency (#13896)
Felix Fietkau [Wed, 17 Jul 2013 13:59:05 +0000 (13:59 +0000)]
ath5k: fix AHB support dependency (#13896)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37377

SVN-Revision: 37378

10 years agoAA: netifd: Fix IPv6-prefix assignment with continuous hints
Steven Barth [Tue, 16 Jul 2013 12:08:43 +0000 (12:08 +0000)]
AA: netifd: Fix IPv6-prefix assignment with continuous hints

SVN-Revision: 37373

10 years agoAA: 6relayd: Fix DHCPv6-PD with continuous hints
Steven Barth [Tue, 16 Jul 2013 12:08:38 +0000 (12:08 +0000)]
AA: 6relayd: Fix DHCPv6-PD with continuous hints

SVN-Revision: 37372

10 years agoAA: mac80211: delete the rt2x00 clk patch again
Felix Fietkau [Tue, 16 Jul 2013 07:17:33 +0000 (07:17 +0000)]
AA: mac80211: delete the rt2x00 clk patch again

It is only required for newer kernels

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37365

10 years agoAA: base-files: merge r37345
Jo-Philipp Wich [Mon, 15 Jul 2013 13:50:32 +0000 (13:50 +0000)]
AA: base-files: merge r37345

SVN-Revision: 37346

10 years agomac80211: fix a crash in legacy minstrel when no STA exists
Felix Fietkau [Mon, 15 Jul 2013 12:36:00 +0000 (12:36 +0000)]
mac80211: fix a crash in legacy minstrel when no STA exists

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37342

SVN-Revision: 37343

10 years agolantiq: update ralink wlan firmware hotplug script for new eeprom size
Felix Fietkau [Mon, 15 Jul 2013 11:06:41 +0000 (11:06 +0000)]
lantiq: update ralink wlan firmware hotplug script for new eeprom size

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37334

SVN-Revision: 37335

10 years agoramips: update wlan firmware hotplug script for new eeprom size
Felix Fietkau [Mon, 15 Jul 2013 11:04:21 +0000 (11:04 +0000)]
ramips: update wlan firmware hotplug script for new eeprom size

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37112

SVN-Revision: 37333

10 years agoAA: brcm47xx: prevent the switch from leaking packages between lan and wan.
Hauke Mehrtens [Sun, 14 Jul 2013 14:49:07 +0000 (14:49 +0000)]
AA: brcm47xx: prevent the switch from leaking packages between lan and wan.

This is partly a backport of r37286, this closes #13716

SVN-Revision: 37309

10 years agoAA: mac80211: b43: load b43 on core rev 17 and 18.
Hauke Mehrtens [Sun, 14 Jul 2013 14:24:06 +0000 (14:24 +0000)]
AA: mac80211: b43: load b43 on core rev 17 and 18.

This is now controlled by a module parameter and the default
configuration depends on brcmsmac being installed.
This patch causes b43 to take core rev 17 and 18 always by default.

Backport of r37307

SVN-Revision: 37308

10 years agoAA: mac80211: b43: activate LP-Phy support every time
Hauke Mehrtens [Sun, 14 Jul 2013 14:14:50 +0000 (14:14 +0000)]
AA: mac80211: b43: activate LP-Phy support every time

Backport of r37305

SVN-Revision: 37306

10 years agomac80211: tweak mac address allocation
Felix Fietkau [Sat, 13 Jul 2013 11:40:48 +0000 (11:40 +0000)]
mac80211: tweak mac address allocation

Apparently there are some broken devices out there that have the local
bit already set in the factory MAC address. Move the | 0x2 over to the
other side of the xor operation to fix this without affecting devices
with proper addresses.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37269

SVN-Revision: 37270

10 years agoAA: acx-mac80211: make it compile with recent mac80211 again
Hauke Mehrtens [Fri, 12 Jul 2013 13:10:43 +0000 (13:10 +0000)]
AA: acx-mac80211: make it compile with recent mac80211 again

backport of r35332, r36481 and r36976

SVN-Revision: 37267

10 years agomac80211: backport latest version from trunk (as of r37265)
Felix Fietkau [Fri, 12 Jul 2013 08:19:04 +0000 (08:19 +0000)]
mac80211: backport latest version from trunk (as of r37265)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37266

10 years agoAA: kernel: refresh patches
Hauke Mehrtens [Thu, 11 Jul 2013 22:24:10 +0000 (22:24 +0000)]
AA: kernel: refresh patches

SVN-Revision: 37262

10 years agokernel: update bcma and ssb to wireless-testing/master master-2013-07-03
Hauke Mehrtens [Thu, 11 Jul 2013 22:20:26 +0000 (22:20 +0000)]
kernel: update bcma and ssb to wireless-testing/master master-2013-07-03

This updates 025-bcma_backport.patch and 020-ssb_update.patch to a
version of ssb and bcma used in recent wireless-testing. I removed all
patches adding serial and nand flash support before doing so to not
conflict with the existing flash support in the brcm47xx target. This
update was done to easily update the wireless drivers afterwards.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37261

10 years agoAA: madwifi: merge r37172
Jo-Philipp Wich [Thu, 4 Jul 2013 21:26:07 +0000 (21:26 +0000)]
AA: madwifi: merge r37172

SVN-Revision: 37174

10 years agoAA: odhcp6c: backport r37150
Steven Barth [Wed, 3 Jul 2013 16:15:21 +0000 (16:15 +0000)]
AA: odhcp6c: backport r37150

SVN-Revision: 37151

10 years agoAA: odhcp6c: backport r37148
Steven Barth [Wed, 3 Jul 2013 13:51:14 +0000 (13:51 +0000)]
AA: odhcp6c: backport r37148

SVN-Revision: 37149

10 years agolibjson-c: rename the libjson binary package to libjson-c, add a new libjson package...
Felix Fietkau [Mon, 1 Jul 2013 15:37:51 +0000 (15:37 +0000)]
libjson-c: rename the libjson binary package to libjson-c, add a new libjson package with the compatibility library (to deal with the rename)

Backport of r37119

SVN-Revision: 37121

10 years agoAA: fix feed url
John Crispin [Mon, 1 Jul 2013 14:58:49 +0000 (14:58 +0000)]
AA: fix feed url

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37118

10 years agoAA: 12.09.01
John Crispin [Mon, 1 Jul 2013 09:13:56 +0000 (09:13 +0000)]
AA: 12.09.01

set repo and version to 12.09.1

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37113

10 years agoAA: firewall: merge r37082 (#13787)
Jo-Philipp Wich [Sat, 29 Jun 2013 13:31:39 +0000 (13:31 +0000)]
AA: firewall: merge r37082 (#13787)

SVN-Revision: 37083

10 years agolibubox: update to latest version from trunk (as of r37053)
Felix Fietkau [Fri, 28 Jun 2013 11:08:34 +0000 (11:08 +0000)]
libubox: update to latest version from trunk (as of r37053)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37054

10 years agoAA: netifd: backport r37051
Steven Barth [Fri, 28 Jun 2013 04:20:18 +0000 (04:20 +0000)]
AA: netifd: backport r37051

SVN-Revision: 37052

10 years agoAA: odhcp6c: backport r37033
Steven Barth [Tue, 25 Jun 2013 05:19:09 +0000 (05:19 +0000)]
AA: odhcp6c: backport r37033

SVN-Revision: 37034

10 years agoAA: eglibc: backport 37029
Mirko Vogt [Mon, 24 Jun 2013 14:52:54 +0000 (14:52 +0000)]
AA: eglibc: backport 37029

SVN-Revision: 37030

10 years ago[toolchain/eglibc] AA: version 2.14 - rename patches folder to 2.14.1 (was 2.14)
Mirko Vogt [Mon, 24 Jun 2013 14:51:16 +0000 (14:51 +0000)]
[toolchain/eglibc] AA: version 2.14 - rename patches folder to 2.14.1 (was 2.14)

The version string for eglibc 2.14 got changed from 2.14 to 2.14.1.
This string is also used to identify the patches-directory.
Since the patches-directory kept its name (2.14) none of the patches
got applied anymore.

SVN-Revision: 37028

10 years agoSwitch LuCI to 0.11 branch
Steven Barth [Mon, 24 Jun 2013 12:04:45 +0000 (12:04 +0000)]
Switch LuCI to 0.11 branch

SVN-Revision: 37023

10 years agoAA: 6relayd: backport r37018
Steven Barth [Sun, 23 Jun 2013 16:27:17 +0000 (16:27 +0000)]
AA: 6relayd: backport r37018

SVN-Revision: 37019

10 years agoAA: 6relayd: backport r37011
Steven Barth [Sat, 22 Jun 2013 08:32:42 +0000 (08:32 +0000)]
AA: 6relayd: backport r37011

SVN-Revision: 37012

10 years agoAA: 6relayd: Backport r37009
Steven Barth [Sat, 22 Jun 2013 08:21:04 +0000 (08:21 +0000)]
AA: 6relayd: Backport r37009

SVN-Revision: 37010

10 years agoAA: 6relayd: backport r36980
Steven Barth [Fri, 21 Jun 2013 06:17:14 +0000 (06:17 +0000)]
AA: 6relayd: backport r36980

SVN-Revision: 36981

10 years agoAA: 6relayd: backport r36969
Steven Barth [Wed, 19 Jun 2013 13:29:11 +0000 (13:29 +0000)]
AA: 6relayd: backport r36969

SVN-Revision: 36971

10 years agoAA: odhcp6c: backport r36959
Steven Barth [Wed, 19 Jun 2013 13:29:06 +0000 (13:29 +0000)]
AA: odhcp6c: backport r36959

SVN-Revision: 36970

10 years agonetifd: update to latest version, fixes a NULL pointer deref bug
Felix Fietkau [Tue, 18 Jun 2013 16:26:57 +0000 (16:26 +0000)]
netifd: update to latest version, fixes a NULL pointer deref bug

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r36965

SVN-Revision: 36966

10 years agoAA: firewall: merge r36963
Jo-Philipp Wich [Tue, 18 Jun 2013 14:31:26 +0000 (14:31 +0000)]
AA: firewall: merge r36963

SVN-Revision: 36964

10 years agoAA: firewall: merge r36960
Jo-Philipp Wich [Tue, 18 Jun 2013 14:17:40 +0000 (14:17 +0000)]
AA: firewall: merge r36960

SVN-Revision: 36962