hauke [Sun, 10 Mar 2013 20:26:28 +0000 (20:26 +0000)]
xburst: fix compilation: remove the __dev attributes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35946
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 10 Mar 2013 20:25:19 +0000 (20:25 +0000)]
kernel: add some missing config options found by the buildbot.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35945
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 10 Mar 2013 20:24:15 +0000 (20:24 +0000)]
mac80211: b43: increase number of rx slots to 256 again.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35944
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 10 Mar 2013 18:25:20 +0000 (18:25 +0000)]
cns3xxx: use kmalloc instead of kzalloc for ethernet rx buffers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35943
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 10 Mar 2013 18:25:16 +0000 (18:25 +0000)]
cns3xxx: fix an rx irq handling corner case
When an rx interrupt comes in, rx interrupts are disabled and NAPI
polling is scheduled. During the NAPI poll, the driver first processes
received frames in the ring, then fills the dma descriptor slots with
new buffers and calls tx complete, before finally re-enabling rx
interrupts and completing NAPI (if below the budget).
If the hardware rx queue overflows before the napi complete is called,
the hardware will not throw any further rx interrupts and rx processing
stops completely.
Fix this by keeping NAPI polling scheduled until it completes a poll
without receiving any packets, and also handle NAPI completion before
refilling rx or completing tx.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35942
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 10 Mar 2013 18:25:11 +0000 (18:25 +0000)]
cns3xxx: fix ethernet driver memory barrier usage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35941
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 18:06:31 +0000 (18:06 +0000)]
realview: remove 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35940
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 18:06:29 +0000 (18:06 +0000)]
realview: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35939
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 10 Mar 2013 17:04:36 +0000 (17:04 +0000)]
kernel: prevent -f*-sections from leaking into the boot zImage wrapper on arm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35938
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 10 Mar 2013 17:04:31 +0000 (17:04 +0000)]
kernel: ensure that the arm exception handlers get preserved
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35937
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 10 Mar 2013 14:51:42 +0000 (14:51 +0000)]
kernel: use -ffunction-sections, -fdata-sections and --gc-sections on ARM to reduce kernel image size, disable those flags when tracing on MIPS to fix compile errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35936
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 10 Mar 2013 14:51:38 +0000 (14:51 +0000)]
kernel: remove the BROKEN dependency on the kernel export symbol strip
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35935
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:24:54 +0000 (13:24 +0000)]
xburst: remove 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35934
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:24:52 +0000 (13:24 +0000)]
xburst: switch to 3.8
Compile tested only, so add broken flag.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35933
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:24:50 +0000 (13:24 +0000)]
xburst: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35932
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:24:47 +0000 (13:24 +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@35931
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:24:46 +0000 (13:24 +0000)]
adm5120: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35930
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:24:45 +0000 (13:24 +0000)]
adm5120: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35929
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:24:44 +0000 (13:24 +0000)]
malta: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35928
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:24:43 +0000 (13:24 +0000)]
malta: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35927
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:24:42 +0000 (13:24 +0000)]
atheros: remove 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35926
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:24:40 +0000 (13:24 +0000)]
atheros: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35925
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:24:39 +0000 (13:24 +0000)]
mpc83xx: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35924
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:24:38 +0000 (13:24 +0000)]
mpc83xx: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35923
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:21:40 +0000 (13:21 +0000)]
rb532: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35922
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:21:33 +0000 (13:21 +0000)]
rb532: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35921
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 13:21:29 +0000 (13:21 +0000)]
rb532: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35920
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 07:20:57 +0000 (07:20 +0000)]
ar71xx: correct board name to make LEDs work on RB750
Patch by: Denver A <denvera@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3419/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35919
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Sun, 10 Mar 2013 07:20:54 +0000 (07:20 +0000)]
ppc40x: remove __dev_{in,ex}it annotations
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35918
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 10 Mar 2013 01:27:04 +0000 (01:27 +0000)]
cns3xxx: reduce buffer allocation size to 2048 bytes, improves ethernet performance
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35917
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 10 Mar 2013 01:01:55 +0000 (01:01 +0000)]
cns3xxx: remove linux 3.3 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35916
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 10 Mar 2013 01:01:51 +0000 (01:01 +0000)]
cns3xxx: disable CONFIG_PROC_STRIPPED and add an init script to set the ethernet cpu affinity (improves lan<->wlan bridging performance)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35915
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sat, 9 Mar 2013 20:01:55 +0000 (20:01 +0000)]
mac80211: decrease rx slots to 128, I hope this is a good trade of between stability and memory consumption.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35913
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sat, 9 Mar 2013 19:48:03 +0000 (19:48 +0000)]
brcm47xx: add some more partition parser fixes by Rafał Miłecki
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35912
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sat, 9 Mar 2013 19:24:43 +0000 (19:24 +0000)]
brcm47xx: netconfig: add bacis support for swconfig
Parse the cpu port from swconfig and explicitly mark the cpu port as tagged.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35911
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 9 Mar 2013 19:04:37 +0000 (19:04 +0000)]
kernel: add a missing config symbol for 3.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35910
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 9 Mar 2013 19:00:39 +0000 (19:00 +0000)]
mkimage: unbreak build on non-linux systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35909
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 9 Mar 2013 18:51:46 +0000 (18:51 +0000)]
cns3xxx: add linux 3.8 support and use it by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35908
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sat, 9 Mar 2013 18:51:39 +0000 (18:51 +0000)]
kernel: fix mpcore watchdog symbol export
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35907
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Fri, 8 Mar 2013 20:16:11 +0000 (20:16 +0000)]
[tools] mkimage: upgrade to version 2013.01.01
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35905
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 8 Mar 2013 19:52:18 +0000 (19:52 +0000)]
Revert "firewall3: update to git head"
This reverts commit
89969fa333c90fdb217b7289272f3427add107de.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35904
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Fri, 8 Mar 2013 15:27:33 +0000 (15:27 +0000)]
firewall3: update to git head
- introduce per-zone user chains
- support legacy "tcpudp" protocol notation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35903
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Fri, 8 Mar 2013 07:04:38 +0000 (07:04 +0000)]
odhcp6c: various bugfixes
* Don't prematurely send RENEW / REBIND when T1 or T2 is > 1 day
* Add "norelease" option to not send a RELEASE when stopping
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35902
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Thu, 7 Mar 2013 17:32:29 +0000 (17:32 +0000)]
build: BSD compile fixes
following patch allows to build images for Qemu ARM on
OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64.
Mostly small pieces of code changes to get things right on the
specific platform.
Updated the README to describe better, which tools on the host
are required. Added some kind of prepare scripts to install needed
tools on BSD via packages.
Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35900
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 7 Mar 2013 09:30:52 +0000 (09:30 +0000)]
netfilter: Fix typo in last commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35899
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Thu, 7 Mar 2013 08:48:41 +0000 (08:48 +0000)]
iptables: Add missing IPv6 builtin modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35898
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Wed, 6 Mar 2013 17:05:34 +0000 (17:05 +0000)]
iptables: redo update to 1.4.18 with old linking-behaviour
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35896
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Wed, 6 Mar 2013 13:29:29 +0000 (13:29 +0000)]
Update README file
Append '-a' to "scripts/feeds {update,install}" example calls.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35895
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Wed, 6 Mar 2013 12:55:48 +0000 (12:55 +0000)]
Revert "iptables: update to 1.4.18" due to toolchain-issue:
binaries cause segfaults when stripped on ar71xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35894
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 5 Mar 2013 22:06:30 +0000 (22:06 +0000)]
hostapd: include the madwifi headers in the package directory to avoid compile breakage if the madwifi build fails
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35893
3c298f89-4303-0410-b956-
a3cf2f4a3e73
cyrus [Tue, 5 Mar 2013 20:51:57 +0000 (20:51 +0000)]
iptables: update to 1.4.18
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35892
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 5 Mar 2013 14:32:31 +0000 (14:32 +0000)]
mac80211: add another minstrel_ht performance improvement
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35890
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 5 Mar 2013 13:45:09 +0000 (13:45 +0000)]
firewall3: add default config and firewall.user
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35889
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Tue, 5 Mar 2013 13:41:56 +0000 (13:41 +0000)]
include: make firewall3 the default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35888
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Mon, 4 Mar 2013 17:16:38 +0000 (17:16 +0000)]
hostapd: update to git version 2013-03-02
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35887
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 16:08:41 +0000 (16:08 +0000)]
cns21xx: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35886
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 16:08:39 +0000 (16:08 +0000)]
cns21xx: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35885
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 15:16:37 +0000 (15:16 +0000)]
ppc44x: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35884
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 15:16:35 +0000 (15:16 +0000)]
ppc44x: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35883
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 15:16:33 +0000 (15:16 +0000)]
ppc40x: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35882
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 15:16:32 +0000 (15:16 +0000)]
ppc40x: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35881
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Mon, 4 Mar 2013 13:42:35 +0000 (13:42 +0000)]
brcm63xx: fix LED names for various boards
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35880
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 12:08:28 +0000 (12:08 +0000)]
ar71xx: add backported watchdog patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35879
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 11:48:15 +0000 (11:48 +0000)]
ar71xx: use backported QCA955x patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35878
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 11:48:08 +0000 (11:48 +0000)]
ar71xx: use backported PCI patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35877
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 11:48:06 +0000 (11:48 +0000)]
ar71xx: use backported MISC IRQ patch
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35876
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 11:48:04 +0000 (11:48 +0000)]
ar71xx: use backported GPIO patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35875
3c298f89-4303-0410-b956-
a3cf2f4a3e73
luka [Mon, 4 Mar 2013 11:37:28 +0000 (11:37 +0000)]
ar71xx: enable building ramdisk images for WZRHPG30XNH board types
Signed-off-by: Luka Perkov <luka@openwrt.org>
Acked-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35874
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 09:40:44 +0000 (09:40 +0000)]
ar71xx: use backported SPI patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35873
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 09:37:25 +0000 (09:37 +0000)]
mpc85xx: remove 3.7 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35872
3c298f89-4303-0410-b956-
a3cf2f4a3e73
juhosg [Mon, 4 Mar 2013 09:37:24 +0000 (09:37 +0000)]
mpc85xx: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35871
3c298f89-4303-0410-b956-
a3cf2f4a3e73
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