Re: [OpenWrt-Devel] Openvswitch package not available in trunk

2015-08-10 Thread Florian Siebertz
Today I compiled with your fork and everything seemed fine at first. After flashing to a TP-Link WDR3600 Router I can see the ovsdb-server running and ovs-vsctl show reveals the usual String ID. When I try to add a bridge with ovs-vsctl add-br br0 the command does not return to the input prompt.

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson

[OpenWrt-Devel] [PATCH 1/1] [polarssl] Fix build failures due to PKG_NAME != dir name

2015-08-10 Thread Daniel Dickinson
Packages that depend on PolarSSL fail to build because polarssl's InstallDev section never actually gets executed because (prior to this patch) the package name does not match the subdir the package is in (presumably due to upstream name change). As a workaround I have changed the package name

[OpenWrt-Devel] [PATCH] CC: ar71xx: Add support for Black Swift

2015-08-10 Thread Bruno Randolf
Add support for the Black Swift board: http://www.black-swift.com/ Took relevant parts and slightly adapted from: https://github.com/blackswift/openwrt/blob/master/bsb.patch Signed-off-by: Bruno Randolf b...@einfach.org --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson

[OpenWrt-Devel] [PATCH 1/1] [kernel] Fix kmod-v4l2 modules have missing symbols due to lack of clk support

2015-08-10 Thread Daniel Dickinson
The v4l kernel modules fail to compile on latest kernels due to a new dependency on a clock source. Since most routers won't have a suitable clock source, I have added a kernel config option that omits the functionality that requires the clock source. That means v4l modules in OpenWrt can't

[OpenWrt-Devel] [PATCH 3/8] CC PowerCloud CR3000 Kernel BSP

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/config-4.1 | 1 + .../815-MIPS-ath79-add-cr3000-support.patch| 211 + 2 files changed, 212 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH] ramips: add support for Planex DB-WRT01

2015-08-10 Thread YuheiOKAWA
This patch add support for Planex DB-WRT01. DANBOARD route on the MT7620A SoC with two Ethernet port and a 802.11n 2.4 GHz radio. DANBOARD is Cartoon character. Signed-off-by: YuheiOKAWA tochiro.srch...@gmail.com --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 +

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson

[OpenWrt-Devel] [PATCH 7/8] CC PowerCloud CR5000 image generation

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/generic/profiles/pcs.mk | 26 ++ target/linux/ar71xx/image/Makefile | 4 2 files changed, 30 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/pcs.mk

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson

[OpenWrt-Devel] [PATCH 6/8] CC PowerCloud CR5000 Kernel BSP

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/config-4.1 | 1 + .../816-MIPS-ath79-add-cr5000-support.patch| 230 + 2 files changed, 231 insertions(+) create mode 100644

Re: [OpenWrt-Devel] Fwd: 3-address Wi-Fi bridging (was: Multiple Wi-Fi client/AP interfaces on one radio)

2015-08-10 Thread David Lang
On Mon, 10 Aug 2015, John kerry wrote: I followed the same steps and its working too. But this i want in wireless config file, Because i dont want every time to add using GUI. So When i connect to another router also, no need to add one more. I mean to say it should be in default wireless

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson

[OpenWrt-Devel] [PATCH 1/1] [buildroot] Fix for liblzma breaks redhat-like systems

2015-08-10 Thread Daniel Dickinson
On RedHat/Fedora and derivatives we must use the system liblzma from xz-devel because the liblzma in tools/xz breaks these systems due to system tools (which use liblzma) having missing symbols when staging_dir/host/lib has liblzma (because buildroot puts staging_dir/host/lib first in library load

[OpenWrt-Devel] [PATCH 4/8] CC PowerCloud CR3000 image generation

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/generic/profiles/pcs.mk | 26 ++ target/linux/ar71xx/image/Makefile | 4 2 files changed, 30 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/pcs.mk

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Sorry, one last time; this series got concatenated into one big email. Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson

[OpenWrt-Devel] [PATCH 1/1] sysupgrade, wndr3700/wndr3800: Add allnet safety check

2015-08-10 Thread Daniel Dickinson
This patch may not actually be necessary, but adds the allnet uboot-envtools safety checks before allow a firmware upgrade to and Netgear WNDR3700/3800 device. Note that the Netgear devices already have a hardware id check so this may be superfulous. Signed-off-by: Daniel Dickinson

[OpenWrt-Devel] [PATCH 5/8] CC PowerCloud CR3000 OpenWrt configuration

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- package/boot/uboot-envtools/files/ar71xx | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 9 +

[OpenWrt-Devel] [PATCH 8/8] CC PowerCloud CR5000 OpenWrt configuration

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- package/boot/uboot-envtools/files/ar71xx | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 5 +

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson

[OpenWrt-Devel] [PATCH 1/8] CC PowerCloud CAP324 Image generation

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/generic/profiles/pcs.mk | 27 +++ target/linux/ar71xx/image/Makefile | 4 2 files changed, 31 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/pcs.mk

[OpenWrt-Devel] [PATCH 2/8] CC PowerCloud CAP324 OpenWrt configuration

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- package/boot/uboot-envtools/files/ar71xx | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 6 ++

[OpenWrt-Devel] [PATCH] ar71xx: Add support for Black Swift

2015-08-10 Thread Bruno Randolf
Add support for the Black Swift board: http://www.black-swift.com/ Took relevant parts and slightly adapted from: https://github.com/blackswift/openwrt/blob/master/bsb.patch Signed-off-by: Bruno Randolf b...@einfach.org --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +

[OpenWrt-Devel] [PATCH] ipq806x: disable DMA on the SPI flash

2015-08-10 Thread Mathieu Olivari
Previous patch 6f2905eeb6ce5ddec8d12d677e1f377a940b537b enabled ADM in the kernel, which causes a kernel panic when accessing the SPI flash. As a workaround, We'll disable DMA for the flash for now. It was not enabled previously anyway so we'll just leave it as is. Reported-by: Jonas Gorski

[OpenWrt-Devel] [PATCH] base-files: rework reset button script to indicate factory reset

2015-08-10 Thread Rafał Miłecki
With this change we let user know 5 seconds have passed and reset button can be released (to trigger factory reset) Signed-off-by: Rafał Miłecki zaj...@gmail.com --- package/base-files/files/etc/rc.button/reset | 35 +--- 1 file changed, 21 insertions(+), 14 deletions(-)

[OpenWrt-Devel] [PATCH 7/9] CC PowerCloud CR5000 Kernel BSP

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/config-4.1 | 1 + .../816-MIPS-ath79-add-cr5000-support.patch| 230 + 2 files changed, 231 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 8/9] CC PowerCloud CR5000 image generation

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/generic/profiles/pcs.mk | 26 ++ target/linux/ar71xx/image/Makefile | 4 2 files changed, 30 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/pcs.mk

[OpenWrt-Devel] [PATCH 0/9] Resolved email/series creation issues: PowerCloud device support

2015-08-10 Thread Daniel Dickinson
Hi all, Sorrry for all the noise; due to various issues with email and using the wrong starting commit when creating the patch series I am sending this patch series one last time. This patch series is based on a Nov 2012 patch series for which permission was granted to release, but which was

[OpenWrt-Devel] [PATCH 9/9] CC PowerCloud CR5000 OpenWrt configuration

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- package/boot/uboot-envtools/files/ar71xx | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 5 +

[OpenWrt-Devel] [PATCH 4/9] CC PowerCloud CR3000 Kernel BSP

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/config-4.1 | 1 + .../815-MIPS-ath79-add-cr3000-support.patch| 211 + 2 files changed, 212 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 3/9] CC PowerCloud CAP324 OpenWrt configuration

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- package/boot/uboot-envtools/files/ar71xx | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 6 ++

[OpenWrt-Devel] [PATCH 6/9] CC PowerCloud CR3000 OpenWrt configuration

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- package/boot/uboot-envtools/files/ar71xx | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 9 +

[OpenWrt-Devel] [PATCH 2/9] CC PowerCloud CAP324 Image generation

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/generic/profiles/pcs.mk | 27 +++ target/linux/ar71xx/image/Makefile | 4 2 files changed, 31 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/pcs.mk

[OpenWrt-Devel] [PATCH 1/9] CC PowerCloud CAP324 Kernel BSP

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/config-4.1 | 1 + .../814-MIPS-ath79-add-cap324-support.patch| 183 + 2 files changed, 184 insertions(+) create mode 100644

[OpenWrt-Devel] MT7621 board (512MB) high memory relevant issue.

2015-08-10 Thread Tymon
My testbed's memory is 512MB, but the memory showed to us is 448MB( init as BOOT_MEM_RAM) and the high memory is 0 K, why ? And I found that if both the 448MB and other 64MB init as BOOT_MEM_RAM, the samba(pbsam-util accelerate) service will work with a low speed transmission(20MB/s) while it

[OpenWrt-Devel] [PATCH 5/9] CC PowerCloud CR3000 image generation

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/generic/profiles/pcs.mk | 26 ++ target/linux/ar71xx/image/Makefile | 4 2 files changed, 30 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/pcs.mk

[OpenWrt-Devel] Mailman configuration issue?

2015-08-10 Thread Daniel Dickinson
Hi, I've noticed that mailman uses the timestamp in the email (which in the case of git format-patch is the timestamp of the commit) when adding emails to the archive list, rather than actual time the email arrived at the mailing list. This is probably not ideal since it means email in the

Re: [OpenWrt-Devel] [PATCH 1/1] [polarssl] Fix build failures due to PKG_NAME != dir name

2015-08-10 Thread Yousong Zhou
On 2 August 2015 at 19:46, Daniel Dickinson open...@daniel.thecshore.com wrote: Packages that depend on PolarSSL fail to build because polarssl's InstallDev section never actually gets executed because (prior to this patch) the package name does not match the subdir the package is in

Re: [OpenWrt-Devel] [PATCH 1/1] [polarssl] Fix build failures due to PKG_NAME != dir name

2015-08-10 Thread Daniel Dickinson
On 2015-08-10 10:00 PM, Yousong Zhou wrote: Nice catch, but only setting PKG_BUILD_DIR should be enough to fix this. No need to introduce a new variable. Actually the source package is used *two* places. For the download and for PKG_BUILD_DIR. It's needed for the download because you

[OpenWrt-Devel] [CC 15.05-rc3] mwan3: Update

2015-08-10 Thread jow
The mwan3 package has been rebuilt and was uploaded to the Chaos Calmer 15.05 Release Candicate 3 repository. VERSION 1.6-1 = 1.6-2 CHANGELOG [Thu, 23 Jul 2015 13:51:04 +0200 75f9788] Update to version 1.6-2 Fix malformed uci commands. (issue #1502) CHANGES net/mwan3/Makefile

[OpenWrt-Devel] [CC 15.05-rc3] knxd: Update

2015-08-10 Thread jow
The knxd package has been rebuilt and was uploaded to the Chaos Calmer 15.05 Release Candicate 3 repository. VERSION 2015-03-31-2c6c6732a684dffb87b391ea92cccdf07c8385b8-1 = 2015-07-19-be1fcfe85cc1dfcc41f791cd9a45c57fe18da6a0-1 CHANGELOG [Sun, 26 Jul 2015 18:27:01 +0200 805c6e6] Bump to

[OpenWrt-Devel] [CC 15.05-rc3] oonf-olsrd2: Update

2015-08-10 Thread jow
The oonf-olsrd2 package has been rebuilt and was uploaded to the Chaos Calmer 15.05 Release Candicate 3 repository. VERSION 0.9.1-r1-eab3845089bc2410a3c115fb8274572b16a0e47d = 0.9.1-r2-eab3845089bc2410a3c115fb8274572b16a0e47d CHANGELOG [Thu, 6 Aug 2015 21:43:33 +0200 57658db] Unified

[OpenWrt-Devel] [CC 15.05-rc3] netperf: Update

2015-08-10 Thread jow
The netperf package has been rebuilt and was uploaded to the Chaos Calmer 15.05 Release Candicate 3 repository. VERSION 2.6.0-1 = 2.7.0-1 CHANGELOG [Mon, 3 Aug 2015 18:13:58 +0200 1ee31bd] Update to v2.7.0 [Mon, 3 Aug 2015 18:13:54 +0200 aa75904] Adopt the netperf package. CHANGES

[OpenWrt-Devel] [CC 15.05-rc3] bmx6: Update

2015-08-10 Thread jow
The bmx6 package has been rebuilt and was uploaded to the Chaos Calmer 15.05 Release Candicate 3 repository. VERSION r2015061604-4 = r2015080701-4 CHANGELOG [Fri, 7 Aug 2015 20:44:02 +0200 c287113] Update to latest bmx6-master branch (fix rule corruption on the fly) CHANGES

[OpenWrt-Devel] [CC 15.05-rc3] oonf-dlep-proxy: Update

2015-08-10 Thread jow
The oonf-dlep-proxy package has been rebuilt and was uploaded to the Chaos Calmer 15.05 Release Candicate 3 repository. VERSION 0.9.1-r1-eab3845089bc2410a3c115fb8274572b16a0e47d = 0.9.1-r2-eab3845089bc2410a3c115fb8274572b16a0e47d CHANGELOG [Thu, 6 Aug 2015 21:43:33 +0200 57658db] Unified

[OpenWrt-Devel] [CC 15.05-rc3] oonf-dlep-radio: Update

2015-08-10 Thread jow
The oonf-dlep-radio package has been rebuilt and was uploaded to the Chaos Calmer 15.05 Release Candicate 3 repository. VERSION 0.9.1-r1-eab3845089bc2410a3c115fb8274572b16a0e47d = 0.9.1-r2-eab3845089bc2410a3c115fb8274572b16a0e47d CHANGELOG [Thu, 6 Aug 2015 21:43:33 +0200 57658db] Unified

[OpenWrt-Devel] [CC 15.05-rc3] oonf-init-scripts: Update

2015-08-10 Thread jow
The oonf-init-scripts package has been rebuilt and was uploaded to the Chaos Calmer 15.05 Release Candicate 3 repository. VERSION 0.9.1-r2-1 = 0.9.1-r2-1 CHANGELOG [Thu, 6 Aug 2015 21:43:33 +0200 57658db] Unified openwrt init files for OONF CHANGES REFERENCES *

[OpenWrt-Devel] Fwd: 3-address Wi-Fi bridging (was: Multiple Wi-Fi client/AP interfaces on one radio)

2015-08-10 Thread John kerry
Firstly i configure wireless config as below: config wifi-device 'wifi0' option type 'qcawifi' option macaddr '00:01:11:00:01:00' option hwmode '11ng' option txpower '17' option htmode 'HT20' option disabled '0' option channel '1' config

Re: [OpenWrt-Devel] Fwd: 3-address Wi-Fi bridging (was: Multiple Wi-Fi client/AP interfaces on one radio)

2015-08-10 Thread John kerry
I followed the same steps and its working too. But this i want in wireless config file, Because i dont want every time to add using GUI. So When i connect to another router also, no need to add one more. I mean to say it should be in default wireless config file. On Mon, Aug 10, 2015 at 6:18 PM,

[OpenWrt-Devel] [CC 15.05-rc3] miniupnpd: Update

2015-08-10 Thread jow
The miniupnpd package has been rebuilt and was uploaded to the Chaos Calmer 15.05 Release Candicate 3 repository. VERSION 1.9.20150609-1 = 1.9.20150609-1 CHANGELOG [Wed, 15 Jul 2015 08:29:56 +0200 0a514a3] Shorten OS name to silence SSDP warnings CHANGES miniupnpd/Makefile |2 +- 1

Re: [OpenWrt-Devel] Fwd: 3-address Wi-Fi bridging (was: Multiple Wi-Fi client/AP interfaces on one radio)

2015-08-10 Thread David Lang
On Mon, 10 Aug 2015, John kerry wrote: Date: Mon, 10 Aug 2015 18:10:14 +0800 From: John kerry kerry9...@gmail.com To: Alex Weedy weedy2...@gmail.com, OpenWrt Development List openwrt-devel@lists.openwrt.org Subject: [OpenWrt-Devel] Fwd: 3-address Wi-Fi bridging (was: Multiple Wi-Fi

Re: [OpenWrt-Devel] [PATCH] Ar71xx: Add Minibox v1.0 support

2015-08-10 Thread Karl Palsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This has many cases where you have added the board out of order. The lists are generally alphabetically sorted, and should be maintained that way, even though a few boards escaped this. More comments inline. Stijn Segers