openwrt/svn-archive/archive.git
11 years agoar71xx: om2p-hs: use correct bit mask to disable JTAG functionality
Gabor Juhos [Mon, 11 Mar 2013 19:52:54 +0000 (19:52 +0000)]
ar71xx: om2p-hs: use correct bit mask to disable JTAG functionality

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

11 years agoar71xx: add AR934X_GPIO_FUNC_* defines
Gabor Juhos [Mon, 11 Mar 2013 19:52:51 +0000 (19:52 +0000)]
ar71xx: add AR934X_GPIO_FUNC_* defines

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

11 years agoar71xx: makefile changes to build image for MR3420v2
Gabor Juhos [Mon, 11 Mar 2013 15:55:25 +0000 (15:55 +0000)]
ar71xx: makefile changes to build image for MR3420v2

Patch-by: Dmytro <dioptimizer@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3440/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35964

11 years agofirmware-utils/mktplinkfw: Add support for MR3420v2
Gabor Juhos [Mon, 11 Mar 2013 15:55:23 +0000 (15:55 +0000)]
firmware-utils/mktplinkfw: Add support for MR3420v2

Patch-by: Dmytro <dioptimizer@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3441/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35963

11 years agoar71xx: add user-space support for MR3420v2
Gabor Juhos [Mon, 11 Mar 2013 15:55:22 +0000 (15:55 +0000)]
ar71xx: add user-space support for MR3420v2

Patch-by: Dmytro <dioptimizer@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3442/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35962

11 years agoar71xx: add kernel support for MR3420v2
Gabor Juhos [Mon, 11 Mar 2013 15:55:20 +0000 (15:55 +0000)]
ar71xx: add kernel support for MR3420v2

[juhosg: use gpio_request_one to enable the USB power]

Patch-by: Dmytro <dioptimizer@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@opewrt.org>
SVN-Revision: 35961

11 years agoar71xx: enabling control GPIO14 and GPIO15 on MR3040/MR11U
Gabor Juhos [Mon, 11 Mar 2013 15:55:19 +0000 (15:55 +0000)]
ar71xx: enabling control GPIO14 and GPIO15 on MR3040/MR11U

LAN1 and LAN2 LEDs not present (it pulled to ground via
resistors) on MR3040 and MR11U devices. This little patch
enabling ability to control GPIO14 and GPIO15.

Patch-by: Dmytro <dioptimizer@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3439/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35960

11 years agoar71xx: add profile support for dir-835-a1
Gabor Juhos [Mon, 11 Mar 2013 15:55:17 +0000 (15:55 +0000)]
ar71xx: add profile support for dir-835-a1

Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Patchwork: http://patchwork.openwrt.org/patch/3427/mbox/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35959

11 years agoar71xx: add user space support for dir-835-a1
Gabor Juhos [Mon, 11 Mar 2013 15:55:15 +0000 (15:55 +0000)]
ar71xx: add user space support for dir-835-a1

Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Patchwork: http://patchwork.openwrt.org/patch/3425/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35958

11 years agoar71xx: add kernel support for dir-835-a1
Gabor Juhos [Mon, 11 Mar 2013 15:55:13 +0000 (15:55 +0000)]
ar71xx: add kernel support for dir-835-a1

[juhosg:
  - remove custom mdio bus info and platform data for ar8327, clear the
    .led_cfg field from dir835a1_setup instead,
  - remove arguments of dir835c1_generic_setup function, register the
    LEDs directly from the board specific setup instead]

Signed-off-by: Alexander Stadler <sa.maillists@univie.ac.at>
Patchwork: http://patchwork.openwrt.org/patch/3426/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35957

11 years agocns3xxx: ethernet - clean the tx ring before refilling the rx ring to reduce memory...
Felix Fietkau [Mon, 11 Mar 2013 02:29:53 +0000 (02:29 +0000)]
cns3xxx: ethernet - clean the tx ring before refilling the rx ring to reduce memory pressure

SVN-Revision: 35953

11 years agocns3xxx: ethernet - clean the tx ring only in the poll function, not in the xmit...
Felix Fietkau [Mon, 11 Mar 2013 02:29:47 +0000 (02:29 +0000)]
cns3xxx: ethernet - clean the tx ring only in the poll function, not in the xmit handler

SVN-Revision: 35952

11 years agocns3xxx: increase number of ethernet driver rx buffers
Felix Fietkau [Sun, 10 Mar 2013 21:59:32 +0000 (21:59 +0000)]
cns3xxx: increase number of ethernet driver rx buffers

SVN-Revision: 35951

11 years agocns3xxx: prevent the ethernet driver from accessing uninitialized dma descriptor...
Felix Fietkau [Sun, 10 Mar 2013 21:59:28 +0000 (21:59 +0000)]
cns3xxx: prevent the ethernet driver from accessing uninitialized dma descriptor entries

SVN-Revision: 35950

11 years agocns3xxx: minor ethernet driver cleanup
Felix Fietkau [Sun, 10 Mar 2013 21:59:21 +0000 (21:59 +0000)]
cns3xxx: minor ethernet driver cleanup

SVN-Revision: 35949

11 years agobrcm47xx: refresh config
Hauke Mehrtens [Sun, 10 Mar 2013 20:42:26 +0000 (20:42 +0000)]
brcm47xx: refresh config

SVN-Revision: 35948

11 years agoxburst: fix compilation: remove the __dev attributes
Hauke Mehrtens [Sun, 10 Mar 2013 20:26:28 +0000 (20:26 +0000)]
xburst: fix compilation: remove the __dev attributes

SVN-Revision: 35946

11 years agokernel: add some missing config options found by the buildbot.
Hauke Mehrtens [Sun, 10 Mar 2013 20:25:19 +0000 (20:25 +0000)]
kernel: add some missing config options found by the buildbot.

SVN-Revision: 35945

11 years agomac80211: b43: increase number of rx slots to 256 again.
Hauke Mehrtens [Sun, 10 Mar 2013 20:24:15 +0000 (20:24 +0000)]
mac80211: b43: increase number of rx slots to 256 again.

SVN-Revision: 35944

11 years agocns3xxx: use kmalloc instead of kzalloc for ethernet rx buffers
Felix Fietkau [Sun, 10 Mar 2013 18:25:20 +0000 (18:25 +0000)]
cns3xxx: use kmalloc instead of kzalloc for ethernet rx buffers

SVN-Revision: 35943

11 years agocns3xxx: fix an rx irq handling corner case
Felix Fietkau [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.

SVN-Revision: 35942

11 years agocns3xxx: fix ethernet driver memory barrier usage
Felix Fietkau [Sun, 10 Mar 2013 18:25:11 +0000 (18:25 +0000)]
cns3xxx: fix ethernet driver memory barrier usage

SVN-Revision: 35941

11 years agorealview: remove 3.3 support
Gabor Juhos [Sun, 10 Mar 2013 18:06:31 +0000 (18:06 +0000)]
realview: remove 3.3 support

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

11 years agorealview: switch to 3.8
Gabor Juhos [Sun, 10 Mar 2013 18:06:29 +0000 (18:06 +0000)]
realview: switch to 3.8

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

11 years agokernel: prevent -f*-sections from leaking into the boot zImage wrapper on arm
Felix Fietkau [Sun, 10 Mar 2013 17:04:36 +0000 (17:04 +0000)]
kernel: prevent -f*-sections from leaking into the boot zImage wrapper on arm

SVN-Revision: 35938

11 years agokernel: ensure that the arm exception handlers get preserved
Felix Fietkau [Sun, 10 Mar 2013 17:04:31 +0000 (17:04 +0000)]
kernel: ensure that the arm exception handlers get preserved

SVN-Revision: 35937

11 years agokernel: use -ffunction-sections, -fdata-sections and --gc-sections on ARM to reduce...
Felix Fietkau [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

SVN-Revision: 35936

11 years agokernel: remove the BROKEN dependency on the kernel export symbol strip
Felix Fietkau [Sun, 10 Mar 2013 14:51:38 +0000 (14:51 +0000)]
kernel: remove the BROKEN dependency on the kernel export symbol strip

SVN-Revision: 35935

11 years agoxburst: remove 3.3 support
Gabor Juhos [Sun, 10 Mar 2013 13:24:54 +0000 (13:24 +0000)]
xburst: remove 3.3 support

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

11 years agoxburst: switch to 3.8
Gabor Juhos [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>
SVN-Revision: 35933

11 years agoxburst: add support for 3.8
Gabor Juhos [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>
SVN-Revision: 35932

11 years agolinux/3.8: add missing config symbols
Gabor Juhos [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>
SVN-Revision: 35931

11 years agoadm5120: remove 3.7 support
Gabor Juhos [Sun, 10 Mar 2013 13:24:46 +0000 (13:24 +0000)]
adm5120: remove 3.7 support

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

11 years agoadm5120: switch to 3.8
Gabor Juhos [Sun, 10 Mar 2013 13:24:45 +0000 (13:24 +0000)]
adm5120: switch to 3.8

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

11 years agomalta: remove 3.7 support
Gabor Juhos [Sun, 10 Mar 2013 13:24:44 +0000 (13:24 +0000)]
malta: remove 3.7 support

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

11 years agomalta: switch to 3.8
Gabor Juhos [Sun, 10 Mar 2013 13:24:43 +0000 (13:24 +0000)]
malta: switch to 3.8

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

11 years agoatheros: remove 3.3 support
Gabor Juhos [Sun, 10 Mar 2013 13:24:42 +0000 (13:24 +0000)]
atheros: remove 3.3 support

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

11 years agoatheros: switch to 3.8
Gabor Juhos [Sun, 10 Mar 2013 13:24:40 +0000 (13:24 +0000)]
atheros: switch to 3.8

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

11 years agompc83xx: remove 3.7 support
Gabor Juhos [Sun, 10 Mar 2013 13:24:39 +0000 (13:24 +0000)]
mpc83xx: remove 3.7 support

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

11 years agompc83xx: switch to 3.8
Gabor Juhos [Sun, 10 Mar 2013 13:24:38 +0000 (13:24 +0000)]
mpc83xx: switch to 3.8

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

11 years agorb532: remove 3.7 support
Gabor Juhos [Sun, 10 Mar 2013 13:21:40 +0000 (13:21 +0000)]
rb532: remove 3.7 support

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

11 years agorb532: switch to 3.8
Gabor Juhos [Sun, 10 Mar 2013 13:21:33 +0000 (13:21 +0000)]
rb532: switch to 3.8

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

11 years agorb532: add support for 3.8
Gabor Juhos [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>
SVN-Revision: 35920

11 years agoar71xx: correct board name to make LEDs work on RB750
Gabor Juhos [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>
SVN-Revision: 35919

11 years agoppc40x: remove __dev_{in,ex}it annotations
Gabor Juhos [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>
SVN-Revision: 35918

11 years agocns3xxx: reduce buffer allocation size to 2048 bytes, improves ethernet performance
Felix Fietkau [Sun, 10 Mar 2013 01:27:04 +0000 (01:27 +0000)]
cns3xxx: reduce buffer allocation size to 2048 bytes, improves ethernet performance

SVN-Revision: 35917

11 years agocns3xxx: remove linux 3.3 support
Felix Fietkau [Sun, 10 Mar 2013 01:01:55 +0000 (01:01 +0000)]
cns3xxx: remove linux 3.3 support

SVN-Revision: 35916

11 years agocns3xxx: disable CONFIG_PROC_STRIPPED and add an init script to set the ethernet...
Felix Fietkau [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)

SVN-Revision: 35915

11 years agomac80211: decrease rx slots to 128, I hope this is a good trade of between stability...
Hauke Mehrtens [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.

SVN-Revision: 35913

11 years agobrcm47xx: add some more partition parser fixes by Rafał Miłecki
Hauke Mehrtens [Sat, 9 Mar 2013 19:48:03 +0000 (19:48 +0000)]
brcm47xx: add some more partition parser fixes by Rafał Miłecki

SVN-Revision: 35912

11 years agobrcm47xx: netconfig: add bacis support for swconfig
Hauke Mehrtens [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.

SVN-Revision: 35911

11 years agokernel: add a missing config symbol for 3.8
Felix Fietkau [Sat, 9 Mar 2013 19:04:37 +0000 (19:04 +0000)]
kernel: add a missing config symbol for 3.8

SVN-Revision: 35910

11 years agomkimage: unbreak build on non-linux systems
Felix Fietkau [Sat, 9 Mar 2013 19:00:39 +0000 (19:00 +0000)]
mkimage: unbreak build on non-linux systems

SVN-Revision: 35909

11 years agocns3xxx: add linux 3.8 support and use it by default
Felix Fietkau [Sat, 9 Mar 2013 18:51:46 +0000 (18:51 +0000)]
cns3xxx: add linux 3.8 support and use it by default

SVN-Revision: 35908

11 years agokernel: fix mpcore watchdog symbol export
Felix Fietkau [Sat, 9 Mar 2013 18:51:39 +0000 (18:51 +0000)]
kernel: fix mpcore watchdog symbol export

SVN-Revision: 35907

11 years ago[tools] mkimage: upgrade to version 2013.01.01
Luka Perkov [Fri, 8 Mar 2013 20:16:11 +0000 (20:16 +0000)]
[tools] mkimage: upgrade to version 2013.01.01

SVN-Revision: 35905

11 years agoRevert "firewall3: update to git head"
Jo-Philipp Wich [Fri, 8 Mar 2013 19:52:18 +0000 (19:52 +0000)]
Revert "firewall3: update to git head"

This reverts commit 89969fa333c90fdb217b7289272f3427add107de.

SVN-Revision: 35904

11 years agofirewall3: update to git head
Jo-Philipp Wich [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

SVN-Revision: 35903

11 years agoodhcp6c: various bugfixes
Steven Barth [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

SVN-Revision: 35902

11 years agobuild: BSD compile fixes
Felix Fietkau [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>
SVN-Revision: 35900

11 years agonetfilter: Fix typo in last commit
Steven Barth [Thu, 7 Mar 2013 09:30:52 +0000 (09:30 +0000)]
netfilter: Fix typo in last commit

SVN-Revision: 35899

11 years agoiptables: Add missing IPv6 builtin modules
Steven Barth [Thu, 7 Mar 2013 08:48:41 +0000 (08:48 +0000)]
iptables: Add missing IPv6 builtin modules

SVN-Revision: 35898

11 years agoiptables: redo update to 1.4.18 with old linking-behaviour
Steven Barth [Wed, 6 Mar 2013 17:05:34 +0000 (17:05 +0000)]
iptables: redo update to 1.4.18 with old linking-behaviour

SVN-Revision: 35896

11 years agoUpdate README file
Mirko Vogt [Wed, 6 Mar 2013 13:29:29 +0000 (13:29 +0000)]
Update README file

Append '-a' to "scripts/feeds {update,install}" example calls.

SVN-Revision: 35895

11 years agoRevert "iptables: update to 1.4.18" due to toolchain-issue:
Steven Barth [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

SVN-Revision: 35894

11 years agohostapd: include the madwifi headers in the package directory to avoid compile breaka...
Felix Fietkau [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

SVN-Revision: 35893

11 years agoiptables: update to 1.4.18
Steven Barth [Tue, 5 Mar 2013 20:51:57 +0000 (20:51 +0000)]
iptables: update to 1.4.18

SVN-Revision: 35892

11 years agomac80211: add another minstrel_ht performance improvement
Felix Fietkau [Tue, 5 Mar 2013 14:32:31 +0000 (14:32 +0000)]
mac80211: add another minstrel_ht performance improvement

SVN-Revision: 35890

11 years agofirewall3: add default config and firewall.user
Jo-Philipp Wich [Tue, 5 Mar 2013 13:45:09 +0000 (13:45 +0000)]
firewall3: add default config and firewall.user

SVN-Revision: 35889

11 years agoinclude: make firewall3 the default
Jo-Philipp Wich [Tue, 5 Mar 2013 13:41:56 +0000 (13:41 +0000)]
include: make firewall3 the default

SVN-Revision: 35888

11 years agohostapd: update to git version 2013-03-02
Felix Fietkau [Mon, 4 Mar 2013 17:16:38 +0000 (17:16 +0000)]
hostapd: update to git version 2013-03-02

SVN-Revision: 35887

11 years agocns21xx: remove 3.7 support
Gabor Juhos [Mon, 4 Mar 2013 16:08:41 +0000 (16:08 +0000)]
cns21xx: remove 3.7 support

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

11 years agocns21xx: switch to 3.8
Gabor Juhos [Mon, 4 Mar 2013 16:08:39 +0000 (16:08 +0000)]
cns21xx: switch to 3.8

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

11 years agoppc44x: remove 3.7 support
Gabor Juhos [Mon, 4 Mar 2013 15:16:37 +0000 (15:16 +0000)]
ppc44x: remove 3.7 support

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

11 years agoppc44x: switch to 3.8
Gabor Juhos [Mon, 4 Mar 2013 15:16:35 +0000 (15:16 +0000)]
ppc44x: switch to 3.8

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

11 years agoppc40x: remove 3.7 support
Gabor Juhos [Mon, 4 Mar 2013 15:16:33 +0000 (15:16 +0000)]
ppc40x: remove 3.7 support

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

11 years agoppc40x: switch to 3.8
Gabor Juhos [Mon, 4 Mar 2013 15:16:32 +0000 (15:16 +0000)]
ppc40x: switch to 3.8

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

11 years agobrcm63xx: fix LED names for various boards
Florian Fainelli [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>
SVN-Revision: 35880

11 years agoar71xx: add backported watchdog patches
Gabor Juhos [Mon, 4 Mar 2013 12:08:28 +0000 (12:08 +0000)]
ar71xx: add backported watchdog patches

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

11 years agoar71xx: use backported QCA955x patches
Gabor Juhos [Mon, 4 Mar 2013 11:48:15 +0000 (11:48 +0000)]
ar71xx: use backported QCA955x patches

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

11 years agoar71xx: use backported PCI patches
Gabor Juhos [Mon, 4 Mar 2013 11:48:08 +0000 (11:48 +0000)]
ar71xx: use backported PCI patches

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

11 years agoar71xx: use backported MISC IRQ patch
Gabor Juhos [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>
SVN-Revision: 35876

11 years agoar71xx: use backported GPIO patches
Gabor Juhos [Mon, 4 Mar 2013 11:48:04 +0000 (11:48 +0000)]
ar71xx: use backported GPIO patches

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

11 years agoar71xx: enable building ramdisk images for WZRHPG30XNH board types
Luka Perkov [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>
SVN-Revision: 35874

11 years agoar71xx: use backported SPI patches
Gabor Juhos [Mon, 4 Mar 2013 09:40:44 +0000 (09:40 +0000)]
ar71xx: use backported SPI patches

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

11 years agompc85xx: remove 3.7 support
Gabor Juhos [Mon, 4 Mar 2013 09:37:25 +0000 (09:37 +0000)]
mpc85xx: remove 3.7 support

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

11 years agompc85xx: switch to 3.8
Gabor Juhos [Mon, 4 Mar 2013 09:37:24 +0000 (09:37 +0000)]
mpc85xx: switch to 3.8

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

11 years agoar71xx: remove 3.7 support
Gabor Juhos [Mon, 4 Mar 2013 09:03:50 +0000 (09:03 +0000)]
ar71xx: remove 3.7 support

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

11 years agoar71xx: switch to 3.8
Gabor Juhos [Mon, 4 Mar 2013 08:47:38 +0000 (08:47 +0000)]
ar71xx: switch to 3.8

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

11 years agokernel: update linux 3.8 to 3.8.2
Gabor Juhos [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>
SVN-Revision: 35868

11 years ago[package] uboot-env: wzr-600dhp uses wzr-hp-ag300h name
Luka Perkov [Sun, 3 Mar 2013 21:59:35 +0000 (21:59 +0000)]
[package] uboot-env: wzr-600dhp uses wzr-hp-ag300h name

SVN-Revision: 35866

11 years agoar71xx: rework changes from r35840
Luka Perkov [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>
SVN-Revision: 35865

11 years agohotplug2: restore accidentally deleted patch
Gabor Juhos [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>
SVN-Revision: 35863

11 years agokernel: update linux 3.8 to 3.8.1
Gabor Juhos [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>
SVN-Revision: 35862

11 years agolinux/3.8: add missing config symbols
Gabor Juhos [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>
SVN-Revision: 35861

11 years agokernel: update linux 3.7 to 3.7.10
Gabor Juhos [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>
SVN-Revision: 35860

11 years agohotplug2: fix a memory leak and wrong variables leaking into the fork worker process...
Felix Fietkau [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)

SVN-Revision: 35857

11 years agohotplug2: merge worker related fixes into one patch
Felix Fietkau [Sun, 3 Mar 2013 13:56:32 +0000 (13:56 +0000)]
hotplug2: merge worker related fixes into one patch

SVN-Revision: 35856

11 years agoar71xx: update MAC address assignment for dir-825-c1
Gabor Juhos [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>
SVN-Revision: 35855

11 years agoar71xx: fixes leds for dir-825-c1
Gabor Juhos [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>
SVN-Revision: 35854