juhosg [Mon, 4 Mar 2013 09:03:50 +0000 (09:03 +0000)]
ar71xx: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35870
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 08:47:38 +0000 (08:47 +0000)]
ar71xx: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35869
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 08:43:55 +0000 (08:43 +0000)]
kernel: update linux 3.8 to 3.8.2
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35868
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Sun, 3 Mar 2013 21:59:35 +0000 (21:59 +0000)]
[package] uboot-env: wzr-600dhp uses wzr-hp-ag300h name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35866
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Sun, 3 Mar 2013 21:59:34 +0000 (21:59 +0000)]
ar71xx: rework changes from r35840
Signed-off-by: Luka Perkov <luka@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35865
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 3 Mar 2013 17:05:05 +0000 (17:05 +0000)]
hotplug2: restore accidentally deleted patch
Without the 170-non_fatal_include.patch hotplug2 throws this:
Unable to include '/etc/hotplug2-platform.rules'
Syntax error (/etc/hotplug2-common.rules, line 9): Syntax error: Internal parser error.
Unable to include '/etc/hotplug2-common.rules'
Syntax error (/etc/hotplug2-init.rules, line 3): Syntax error: Internal parser error.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35863
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 3 Mar 2013 13:58:52 +0000 (13:58 +0000)]
kernel: update linux 3.8 to 3.8.1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35862
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 3 Mar 2013 13:58:10 +0000 (13:58 +0000)]
linux/3.8: add missing config symbols
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35861
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 3 Mar 2013 13:57:40 +0000 (13:57 +0000)]
kernel: update linux 3.7 to 3.7.10
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35860
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 3 Mar 2013 13:56:36 +0000 (13:56 +0000)]
hotplug2: fix a memory leak and wrong variables leaking into the fork worker process (#12436, maybe also #12765)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35857
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 3 Mar 2013 13:56:32 +0000 (13:56 +0000)]
hotplug2: merge worker related fixes into one patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35856
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 3 Mar 2013 12:47:37 +0000 (12:47 +0000)]
ar71xx: update MAC address assignment for dir-825-c1
Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35855
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 3 Mar 2013 12:47:33 +0000 (12:47 +0000)]
ar71xx: fixes leds for dir-825-c1
Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35854
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 3 Mar 2013 12:47:31 +0000 (12:47 +0000)]
ramips: set -march=24kec for rt305x and rt3883 to enable use of DSP extension
All known rt305x and rt3883 implementations support at
least the 24kec instruction set which includes the DSP
extension. For rt288x, the previous value mips32r2 is
kept.
The cpu target is now set per sub-archtecture, according
to cpu-feature-overrides.h of each SoC family.
[juhosg: define ARCH_PACKAGES variable for rt305x/rt3883
in order to differentiate the packages compiled with
the 24Kec option.]
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35853
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 3 Mar 2013 12:47:28 +0000 (12:47 +0000)]
ramips: add user-space detection for ALL5002/ALL5003
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35852
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 3 Mar 2013 12:47:25 +0000 (12:47 +0000)]
ramips: indicate support for ALL5003
add ALL5003 to board description in mach-all5002.c
adapt detection in user-space accordingly
(no functional changes)
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35851
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 3 Mar 2013 12:47:02 +0000 (12:47 +0000)]
ramips: enhance user-space board detection
Similar to ar71xx, detect only once and cache the strings in
/tmp/sysinfo/model and /tmp/sysinfo/boardname.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35850
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 3 Mar 2013 12:46:08 +0000 (12:46 +0000)]
ramips: fix whitespace in /lib/ramips.sh
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35849
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 3 Mar 2013 12:05:33 +0000 (12:05 +0000)]
mac80211: merge some more minstrel_ht performance improvements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35848
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 2 Mar 2013 21:00:58 +0000 (21:00 +0000)]
mac80211: merge minstrel_ht rate control performance improvements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35847
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 2 Mar 2013 18:07:02 +0000 (18:07 +0000)]
mac80211: another fix for monitor mode handling (fixes #13071)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35846
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 2 Mar 2013 17:09:33 +0000 (17:09 +0000)]
firewall3: update to git head, introduces support for "enabled" option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35845
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 2 Mar 2013 00:32:54 +0000 (00:32 +0000)]
Revert "[cns3xxx]: clean up PCI bus topology" (r35079)
It breaks PCIe IRQ mapping and possibly other things
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35842
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Fri, 1 Mar 2013 13:46:01 +0000 (13:46 +0000)]
ar71xx: add support for Buffalo WZR 600DHP
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35840
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Thu, 28 Feb 2013 23:49:36 +0000 (23:49 +0000)]
scripts: update GNU mirrors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35838
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 28 Feb 2013 16:37:20 +0000 (16:37 +0000)]
6relayd: Fix illegal memory accesses
Spurious errors when receiving netlink-messages lead to unhandled errors
which caused SIGBUS. Thanks to tdavis for debugging
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35836
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 28 Feb 2013 14:57:19 +0000 (14:57 +0000)]
6relayd: various fixes
cap preferred and valid lifetimes at more reasonable limits
decrease memory usage (remove unnecessary book-keeping)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35835
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Thu, 28 Feb 2013 13:27:21 +0000 (13:27 +0000)]
brcm47xx: bgmac: omit the fcs
This fixes #13058 and hopefully #12927
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35834
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Thu, 28 Feb 2013 13:24:39 +0000 (13:24 +0000)]
brcm47xx: bgmac: update to version form netdev git repository
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35833
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 28 Feb 2013 10:58:12 +0000 (10:58 +0000)]
xtables-addons: fix packaging of iptaccount
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35831
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Thu, 28 Feb 2013 10:43:02 +0000 (10:43 +0000)]
b43-tools: fix compile error: undefined reference to `yydebug'
With bison 2.7 YYDEBUG will be set to 0 if it was not set, then #ifdef
YYDEBUG returns true, but bison 2.7 treets YYDEBUG 0 as not set.
This fixes the following error:
obj/main.o: In function `main':
main.c:(.text.startup+0xaf): undefined reference to `yydebug'
collect2: error: ld returned 1 exit status
This closes #13093.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35830
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Thu, 28 Feb 2013 00:52:36 +0000 (00:52 +0000)]
[tools] mpfr: upgrade to 3.1.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35828
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Thu, 28 Feb 2013 00:52:34 +0000 (00:52 +0000)]
[tools] bison: upgrade to version 2.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35827
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Thu, 28 Feb 2013 00:52:33 +0000 (00:52 +0000)]
[tools] cmake: upgrade to version 2.8.10.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35826
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Thu, 28 Feb 2013 00:52:32 +0000 (00:52 +0000)]
[tools] e2fsprogs: upgrade to version 1.42.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35825
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Thu, 28 Feb 2013 00:52:31 +0000 (00:52 +0000)]
[tools] flex: upgrade to version 2.5.37
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35824
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Thu, 28 Feb 2013 00:52:30 +0000 (00:52 +0000)]
[tools] gmp: upgrade to version 5.1.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35823
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Thu, 28 Feb 2013 00:52:28 +0000 (00:52 +0000)]
[tools] sed: upgrade to version 4.2.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35822
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Wed, 27 Feb 2013 23:08:02 +0000 (23:08 +0000)]
[tools] ccache: upgrade to version 3.1.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35821
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Wed, 27 Feb 2013 14:09:37 +0000 (14:09 +0000)]
firewall3: clear contnrack table on flush, set policies to drop during rule reload
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35820
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 26 Feb 2013 21:52:59 +0000 (21:52 +0000)]
mac80211: fix sending probe requests in client mode, fixes connecting to hidden networks (#13056)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35819
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Tue, 26 Feb 2013 21:49:11 +0000 (21:49 +0000)]
[tools] mklibs: upgrade to 0.1.35
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35818
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 26 Feb 2013 16:52:36 +0000 (16:52 +0000)]
toolchain/binutils: fix partial MD5 sum from r35813
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35816
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 26 Feb 2013 16:40:27 +0000 (16:40 +0000)]
toolchain/musl: add support for 0.9.9
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35815
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 26 Feb 2013 16:40:20 +0000 (16:40 +0000)]
toolchain/binutils: add musl libc config.sub patch to 2.23.1
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35814
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 26 Feb 2013 16:40:17 +0000 (16:40 +0000)]
toolchain/binutils: fix 2.19.1 MD5 sum
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35813
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 26 Feb 2013 16:40:12 +0000 (16:40 +0000)]
toolchain/binutils: refresh patches
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35812
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 26 Feb 2013 16:40:07 +0000 (16:40 +0000)]
ncurses: fix build with musl libc toolchains
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35811
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 26 Feb 2013 16:40:02 +0000 (16:40 +0000)]
toolchain: mark unavailable packages for musl libc
And make librt be an empty stub for musl libc.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35810
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 26 Feb 2013 16:39:59 +0000 (16:39 +0000)]
gdb: do not depend on libthread-db when using musl libc
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35809
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Tue, 26 Feb 2013 16:39:54 +0000 (16:39 +0000)]
toolchain/gcc: refresh patches
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35808
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Tue, 26 Feb 2013 16:16:33 +0000 (16:16 +0000)]
[toolchain] gcc: don't build documentation
This closes #13039.
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35807
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 26 Feb 2013 15:14:32 +0000 (15:14 +0000)]
rt2x00: prevent device probe errors with CONFIG_MAC80211_MESH disabled (#13080)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35806
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Tue, 26 Feb 2013 14:31:24 +0000 (14:31 +0000)]
[toolchain] gcc: remove support for 4.6.2
There are no good reasons for keeping this version around when 4.6.3 and
4.6-linaro are there.
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35805
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Tue, 26 Feb 2013 12:50:52 +0000 (12:50 +0000)]
6relayd: Fix config behaviour for rewrite_dns_addr option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35804
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Tue, 26 Feb 2013 12:42:53 +0000 (12:42 +0000)]
6relayd: compatibility with broken IPv6 devices
* Announce ULA as deprecated if other addresses are available
* Allow the announced DNS-server to be overwritten
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35803
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 25 Feb 2013 21:28:42 +0000 (21:28 +0000)]
ramips: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35801
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 25 Feb 2013 21:28:40 +0000 (21:28 +0000)]
ramips: image: don't break make process if mkimage command fails
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35800
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 25 Feb 2013 21:28:38 +0000 (21:28 +0000)]
ramips: remove port_power_off field from ehci_platform_data
It is removed in 3.8. Also add a revert patch for 3.7.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35799
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 25 Feb 2013 21:28:34 +0000 (21:28 +0000)]
ramips: remove __dev_{init,exit} annotations
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35798
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Mon, 25 Feb 2013 20:56:37 +0000 (20:56 +0000)]
brcm47xx: use bcm47xx_board_get() and detect some more boards in flash partition driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35791
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Mon, 25 Feb 2013 20:55:46 +0000 (20:55 +0000)]
brcm47xx: board detection WNDR3400v2
WNDR3400v2 is based on BCM53xx . Image that is created breaks the router somehow therefore "#".
CFE and NVRAM contain different vars - example:
CFE line original: Device eth0: hwaddr 74-44-01-37-C6-69, ipaddr 192.168.1.1, mask 255.255.255.0
CFE after openwrt: Device eth0: hwaddr 00-FF-FF-FF-FF-FF, ipaddr 192.168.1.1, mask 255.255.255.0
Logs were posted earlier on this mailing list: https://lists.openwrt.org/pipermail/openwrt-devel/2012-July/016174.html
Different logs with factory firmware are in the wiki: http://wiki.openwrt.org/toh/netgear/wndr3400#wndr3400v2
(and on wikidevi for example)
Signed off by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35790
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 25 Feb 2013 20:37:35 +0000 (20:37 +0000)]
ar71xx: add profile and build image fot the TL-WA830RE v1 board
Added support for the TP-LINK TL-WA830RE v1 Range Extender.
Based on the WA901ND v1 support. Hardware IDs checked against
original firmware. Patch was successfully tested on hardware.
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35789
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 25 Feb 2013 20:37:33 +0000 (20:37 +0000)]
ar71xx: add model detection for the TL-WA830RE board
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35788
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 25 Feb 2013 20:37:32 +0000 (20:37 +0000)]
firmware-utils/mktplinkfw: add support for the TL-WA830RE v1/v2 boards
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35787
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 25 Feb 2013 19:53:31 +0000 (19:53 +0000)]
ath9k: issue a cold reset after failures or after bringing the chip out of full sleep - fixes many kinds of DMA issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35785
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 24 Feb 2013 18:10:42 +0000 (18:10 +0000)]
brcm47xx: use same board detection code as kernel 3.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35770
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 24 Feb 2013 18:08:14 +0000 (18:08 +0000)]
adm5120: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35769
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 24 Feb 2013 18:08:03 +0000 (18:08 +0000)]
adm5120: remove __dev{init,exit} annotations
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35768
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 24 Feb 2013 18:01:06 +0000 (18:01 +0000)]
broadcom-wl: hack to work around a bug in the PCIe controller
Thank you nlh
This closes #12930.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35767
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 24 Feb 2013 17:57:28 +0000 (17:57 +0000)]
broadcom-diag: add support for e3200 v1
Hex values in nvram seem to be uppercase on my e3200 device.
Define one power led and two buttons (reset/wps).
Signed-off-by: Tijs Van Buggenhout <tvb@able.be>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35766
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 24 Feb 2013 17:56:00 +0000 (17:56 +0000)]
broadcom-diag: Detection of WNDR3400v1
nvram variable "boardtype" is unique for now.
-button gpio were taken from nvram.
-led information was taken from dd-wrt
( http://svn.dd-wrt.com/browser/src/router/libutils/utils.c )
I hope that I changed the values correctly.
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35765
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 24 Feb 2013 17:55:09 +0000 (17:55 +0000)]
broadcom-diag: use new in kernel board detection code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35764
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 24 Feb 2013 01:11:20 +0000 (01:11 +0000)]
mac80211: brcmsmac: add ap mode support
This does not work very well. I did not got this running in 5GHz mode and it was not very fast.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35763
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 24 Feb 2013 01:00:39 +0000 (01:00 +0000)]
mac80211: disable ipv4/ipv6 address notifiers (fixes #13055)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35762
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 23 Feb 2013 18:02:49 +0000 (18:02 +0000)]
mac80211: fix monitor mode channel reporting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35761
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 23 Feb 2013 17:41:58 +0000 (17:41 +0000)]
mac80211: fix monitor-only injection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35760
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 23 Feb 2013 12:48:14 +0000 (12:48 +0000)]
mac80211: fix wireless extension support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35759
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Sat, 23 Feb 2013 12:13:18 +0000 (12:13 +0000)]
mac80211: update linux-firmware to latest revision
Fixes mwl8k AP mode for
88e8366.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35758
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 23 Feb 2013 12:12:39 +0000 (12:12 +0000)]
mac80211: select relayfs if ath9k debugfs is enabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35757
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jogo [Sat, 23 Feb 2013 11:30:30 +0000 (11:30 +0000)]
package/kernel: i2c: don't skip built-in modules
Don't skip build-in modules when generating i2c kmod packages, to allow
empty packages to be generated for satisfying dependencies.
Closes #12259.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35755
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 23 Feb 2013 01:40:24 +0000 (01:40 +0000)]
mac80211: disable building the wil6210 driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35754
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 23 Feb 2013 01:12:36 +0000 (01:12 +0000)]
mac80211: update to wireless-testing 2013-02-22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35753
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 22 Feb 2013 20:11:55 +0000 (20:11 +0000)]
ath9k: fix rssi issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35750
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Fri, 22 Feb 2013 16:10:15 +0000 (16:10 +0000)]
ath9k_htc: fix signal strength reporting issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35749
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 22 Feb 2013 16:01:19 +0000 (16:01 +0000)]
adm5120: remove a superfluous patch
The NO_IRQ symbol is not used by the amba core since
upstream commit:
dfb85185bda373a70409c70c2632b02fb0f8f449
AMBA: get rid of last two uses of NO_IRQ
This gets rid of the last two users of NO_IRQ in AMBA primecell
drivers.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35748
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Fri, 22 Feb 2013 16:01:17 +0000 (16:01 +0000)]
adm5120: avoid warning caused by wrong AMBA irq values
The amba core throws a warning if -1 is used as an
irq value since upstream commit:
2eac58d5026e4ec8b17ff8b62877fea9e1d2f1b3
ARM: amba: make use of -1 IRQs warn
Make the core warn about the use of -1 (NO_IRQ)
Cange the value of the unused IRQs to zero for the
UART devices to get rid of the warning.
Based on #12729.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35747
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 22 Feb 2013 13:45:20 +0000 (13:45 +0000)]
firewall: fix logging rule regression (#12999)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35745
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 22 Feb 2013 12:45:38 +0000 (12:45 +0000)]
firewall3: add support for shell script and iptables-restore style includes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35744
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Fri, 22 Feb 2013 08:56:29 +0000 (08:56 +0000)]
netifd: only update resolv.conf.auto if changed
This avoids logspam under certain conditions.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35743
3c298f89-4303-0410-b956-
a3cf2f4a3e73
geoff [Thu, 21 Feb 2013 23:12:17 +0000 (23:12 +0000)]
udev: Update MAINTAINER info
Signed-off-by: Geoff Levand <geoff@infradead.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35741
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 21 Feb 2013 22:33:44 +0000 (22:33 +0000)]
firewall3: update to git head
- all uci rules are boxed in custom chains now, so a firewall stop leaves user rules intact
- properly handle selective ipv4 or ipv6 only firewall start/stop/restart actions
- support ip ranges (e.g. option src_ip '!192.168.1.1-192.168.1.100' -> -m iprange ! --src-range 192.168.1.1-192.168.1.100')
- support time options (e.g. option weekdays 'Mon Tue Sat' -> -m time --weekdays 1,2,6')
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35738
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 21 Feb 2013 20:45:24 +0000 (20:45 +0000)]
cns21xx: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35737
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 21 Feb 2013 20:39:22 +0000 (20:39 +0000)]
mpc83xx: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35736
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 21 Feb 2013 19:23:31 +0000 (19:23 +0000)]
ppc44x: add support for 3.8
Compile tested only.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35735
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 21 Feb 2013 19:23:29 +0000 (19:23 +0000)]
ppc40x: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35734
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 21 Feb 2013 19:20:34 +0000 (19:20 +0000)]
mpc85xx: add user-space support for the TL-WDR4900 v1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35733
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 21 Feb 2013 18:44:40 +0000 (18:44 +0000)]
mpc85xx: update 3.8 config
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35732
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 21 Feb 2013 17:58:21 +0000 (17:58 +0000)]
ar71xx: fix MAC address assignment on the DIR-825-Bx boards
Use the same MAC addresses as the original firmware.
Based on a patch from #10421.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Tested-by: Gabor Varga <vargagab@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35730
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Thu, 21 Feb 2013 17:48:31 +0000 (17:48 +0000)]
mpc85xx: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35729
3c298f89-4303-0410-b956-
a3cf2f4a3e73