[OpenWrt-Devel] [PATCH] mac80211: Revert adding SM Power Save capability to hostapd configuration

2015-01-30 Thread Robert Hancock
Part of rev 44173 added setting the SM Power Save capability in the hostapd.conf file if the driver indicated that it was supported. It appears this was incorrect, because the field in the actual HT Capabilities field in the AP configuration is really a state indication. Just copying the state from

Re: [OpenWrt-Devel] [PATCH 1/3] ralink: add ethernet macaddr to dts for FireWRT

2015-01-30 Thread fl.serv...@t-firefly.com
Dear Mr zhou: I have generated new patchs . Please check again . Thank you . Best Regards. Jay Weng Website: www.t-firefly.com E-mail: fl.serv...@t-firefly.com From: Yousong Zhou Date: 2015-01-30 19:10 To: wengbj CC: John Crispin; zxf; weng jay; dxj; wbj; OpenWrt Development Li

[OpenWrt-Devel] [PATCH 3/3] ralink: add FireWRT button detail

2015-01-30 Thread wengbj
Signed-off-by: wengbj --- target/linux/ramips/dts/FIREWRT.dts| 12 target/linux/ramips/mt7621/profiles/firefly.mk |2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index f

[OpenWrt-Devel] [PATCH 2/3] ralink: add FireWRT led detail

2015-01-30 Thread wengbj
Signed-off-by: wengbj --- target/linux/ramips/dts/FIREWRT.dts |9 + 1 file changed, 9 insertions(+) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 4e9e28b..faebe2f 100644 --- a/target/linux/ramips/dts/FIREWRT.dts +++ b/target/linux/ramip

[OpenWrt-Devel] [PATCH 1/3] ralink: add ethernet macaddr to dts for FireWRT

2015-01-30 Thread wengbj
Signed-off-by: wengbj --- target/linux/ramips/dts/FIREWRT.dts |5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 2e5d26b..4e9e28b 100644 --- a/target/linux/ramips/dts/FIREWRT.dts +++ b/target/linux/ramips/dt

Re: [OpenWrt-Devel] Compex WPJ558 board support

2015-01-30 Thread Christian Mehlis
Am 30.01.2015 um 19:04 schrieb SGT. Garcia: On Jan 30 18:44 +0100, Christian Mehlis wrote: Hi, I did a port for the Compex WPJ558 and it's almost working completely. hi, could you tell me where you got this board from? this is the only place i've found it: http://tinyurl.com/ovb766y Hi, I

Re: [OpenWrt-Devel] Compex WPJ558 board support

2015-01-30 Thread SGT. Garcia
On Jan 30 18:44 +0100, Christian Mehlis wrote: > Hi, > > I did a port for the Compex WPJ558 and it's almost working completely. hi, could you tell me where you got this board from? this is the only place i've found it: http://tinyurl.com/ovb766y i'm in Canada, btw. _

[OpenWrt-Devel] [PATCH 2/2] wpj558: use own partition for rootfs

2015-01-30 Thread Christian Mehlis
this change breaks rootfs detection Signed-off-by: Christian Mehlis --- target/linux/ar71xx/image/Makefile | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index ecaa126..9956a01 100644 --- a/target/l

[OpenWrt-Devel] [PATCH 1/2] added board support for compex wpj558

2015-01-30 Thread Christian Mehlis
Signed-off-by: Christian Mehlis --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/02_network | 7 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar71xx/base-files/lib/upgrade/platform.sh | 2 + target/linux/ar71xx/c

[OpenWrt-Devel] Compex WPJ558 board support

2015-01-30 Thread Christian Mehlis
Hi, I did a port for the Compex WPJ558 and it's almost working completely. It's booting up, ethernet, wifi and pci is working. But I got some problems with the image structure. This board seems to need a uImage instead of bin.lzma ?! I found two ways of creating an image for this board: 1

[OpenWrt-Devel] hardened openwrt & luci

2015-01-30 Thread Etienne Champetier
Hi I've tested yesterday Openwrt CC (r44203) with all hardening options on PKG_CC_STACKPROTECTOR_STRONG KERNEL_CC_STACKPROTECTOR_STRONG PKG_FORTIFY_SOURCE_2 PKG_RELRO_FULL i've only done basic testing but it seems to work, except luci which send me bad gatway. I've seen some relro patches by jow

Re: [OpenWrt-Devel] [PATCH] uboot-lantiq: fix P-2812HNU-F1/3 package dependency

2015-01-30 Thread Daniel Schwierzeck
Am 30.01.2015 um 13:42 schrieb Ben Mulvihill: > >> >> the NAND boot does not work yet. I was not able to make it work with a >> SPL only because the BootROM only reads the first page. The Lantiq UGW >> U-Boot uses a very small pre-loader which loads another pre-loader and >> fits in the first pa

Re: [OpenWrt-Devel] [PATCH] uboot-lantiq: fix P-2812HNU-F1/3 package dependency

2015-01-30 Thread Ben Mulvihill
> > the NAND boot does not work yet. I was not able to make it work with a > SPL only because the BootROM only reads the first page. The Lantiq UGW > U-Boot uses a very small pre-loader which loads another pre-loader and > fits in the first page. Thus we need to convert to SPL/TPL support > from

Re: [OpenWrt-Devel] [PATCH 1/3] ralink: add ethernet macaddr to dts for FireWRT

2015-01-30 Thread John Crispin
On 30/01/2015 12:10, Yousong Zhou wrote: > Hi, wengbj > > It's just that OpenWrt requires a Signed-off-by line for patches to > be accepted [1]. That line can be generated by option -s in > command `git format-patch -s ...' > > [1] https://dev.openwrt.org/wiki/SubmittingPatches > > Regards >

Re: [OpenWrt-Devel] [PATCH 1/3] ralink: add ethernet macaddr to dts for FireWRT

2015-01-30 Thread Yousong Zhou
Hi, wengbj It's just that OpenWrt requires a Signed-off-by line for patches to be accepted [1]. That line can be generated by option -s in command `git format-patch -s ...' [1] https://dev.openwrt.org/wiki/SubmittingPatches Regards yousong On 30 January 2015 at 17:04, wengbj

[OpenWrt-Devel] UDAP-Protocol Broadcast-Handling with Relayd

2015-01-30 Thread Dierk Modrow
I try to implement an UDAP configuration server (legacy protocol to replace an old embedded wireless client bridge) for a wireless client bridge based on a Gateworks Ventana board running OpenWrt trunk with ATH9K WLAN nic. The Openwrt solution uses relayd fo

[OpenWrt-Devel] [PATCH 2/3] ralink: add FireWRT led detail

2015-01-30 Thread wengbj
--- target/linux/ramips/dts/FIREWRT.dts |9 + 1 file changed, 9 insertions(+) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 4e9e28b..faebe2f 100644 --- a/target/linux/ramips/dts/FIREWRT.dts +++ b/target/linux/ramips/dts/FIREWRT.dts @@ -8

[OpenWrt-Devel] [PATCH 1/3] ralink: add ethernet macaddr to dts for FireWRT

2015-01-30 Thread wengbj
--- target/linux/ramips/dts/FIREWRT.dts |5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 2e5d26b..4e9e28b 100644 --- a/target/linux/ramips/dts/FIREWRT.dts +++ b/target/linux/ramips/dts/FIREWRT.dts @@ -78,4

[OpenWrt-Devel] [PATCH 3/3] ralink: add FireWRT button detail

2015-01-30 Thread wengbj
--- target/linux/ramips/dts/FIREWRT.dts| 12 target/linux/ramips/mt7621/profiles/firefly.mk |2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index faebe2f..f22c885 100644

Re: [OpenWrt-Devel] [PATCH 7/8] sunxi: add support for Lamobo R1

2015-01-30 Thread Zoltan HERPAI
Hi Daniel, Daniel Golle wrote: Partially based on patchset form Wang Yi published on https://github.com/Lamobo/Lamobo-R1-OpenWrt as well as on Bananapi DTS. Signed-off-by: Daniel Golle --- I've added the missing patches in r44211-44216, with one small change in the network script to fix t

Re: [OpenWrt-Devel] [PATCH 1/3] ralink: add ethernet macaddr to dts for FireWRT

2015-01-30 Thread fl.serv...@t-firefly.com
Dear sir: i know remove those follow line still can get MAC address form offset 0xe000 . But according to MTK original SDK . The lan port mac address should write at 0xe000 and the wan port MAC address should be write at 0xe006.And i dont konw how to define in the dts file. This t

Re: [OpenWrt-Devel] [PATCH 1/3] ralink: add ethernet macaddr to dts for FireWRT

2015-01-30 Thread John Crispin
also the Signed-off-by line is missing from all 3 patches On 30/01/2015 08:19, wengbj wrote: > --- .../linux/ramips/base-files/etc/board.d/02_network |7 > +++ target/linux/ramips/dts/FIREWRT.dts|5 > + 2 files changed, 12 insertions(+) > > diff --git a/target/linu

Re: [OpenWrt-Devel] [PATCH 1/3] ralink: add ethernet macaddr to dts for FireWRT

2015-01-30 Thread John Crispin
On 30/01/2015 08:59, Yousong Zhou wrote: > Hi, > > On 30 January 2015 at 15:19, wengbj wrote: >> --- >> .../linux/ramips/base-files/etc/board.d/02_network |7 +++ >> target/linux/ramips/dts/FIREWRT.dts|5 + >> 2 files changed, 12 insertions(+) >> >> diff --git a

Re: [OpenWrt-Devel] [PATCH 2/3] ralink: add FireWRT led detail

2015-01-30 Thread Yousong Zhou
On 30 January 2015 at 15:19, wengbj wrote: > --- > target/linux/ramips/dts/FIREWRT.dts |9 + > 1 file changed, 9 insertions(+) > > diff --git a/target/linux/ramips/dts/FIREWRT.dts > b/target/linux/ramips/dts/FIREWRT.dts > index 4e9e28b..ddad8bf 100644 > --- a/target/linux/ramips/dts/

Re: [OpenWrt-Devel] [PATCH 1/3] ralink: add ethernet macaddr to dts for FireWRT

2015-01-30 Thread Yousong Zhou
Hi, On 30 January 2015 at 15:19, wengbj wrote: > --- > .../linux/ramips/base-files/etc/board.d/02_network |7 +++ > target/linux/ramips/dts/FIREWRT.dts|5 + > 2 files changed, 12 insertions(+) > > diff --git a/target/linux/ramips/base-files/etc/board.d/02_network