Re: [OpenWrt-Devel] [PATCH 6/8] brcm2708: improve modules

2015-07-14 Thread Álvaro Fernández Rojas
Okay, I'll move it to a separate patch. > El 15/7/2015, a las 7:32, John Crispin escribió: > > > >> On 14/07/2015 20:15, Álvaro Fernández Rojas wrote: >> - Add upstream (bcm2835) modules and improve downstream ones (bcm2708) >> - Override disabled device tree module status from config.txt >>

Re: [OpenWrt-Devel] [PATCH 2/8] brcm2708: remove unneeded base-files

2015-07-14 Thread Álvaro Fernández Rojas
You're right, device tree doesn't provide that functionality directly, but there's a preinit script which exports it from DT: https://github.com/openwrt-es/openwrt/blob/master/package/base-files/files/lib/preinit/10_sysinfo The LEDs are exported from DT and network config is the same for all boar

Re: [OpenWrt-Devel] [PATCH] brcm63xx: HG553 buttons support

2015-07-14 Thread Rafał Miłecki
On 15 July 2015 at 07:05, Cezary Jackiewicz wrote: > @@ -6,6 +6,25 @@ > model = "Huawei EchoLife HG553"; > compatible = "huawei,hg553", "brcm,bcm6358"; > > + gpio-keys-polled { > + compatible = "gpio-keys-polled"; > + #address-cells = <1>; > +

Re: [OpenWrt-Devel] [PATCH 3/8] brcm2708: split target config into subtargets

2015-07-14 Thread John Crispin
although this is not common practice i find the default way of handling config files sub optimal and error prone. this is why i do what you proposed for ramips already. lets see if anyone else complains otherise i am fine with this change On 14/07/2015 20:15, Álvaro Fernández Rojas wrote: > Sign

Re: [OpenWrt-Devel] [PATCH 6/8] brcm2708: improve modules

2015-07-14 Thread John Crispin
On 14/07/2015 20:15, Álvaro Fernández Rojas wrote: > - Add upstream (bcm2835) modules and improve downstream ones (bcm2708) > - Override disabled device tree module status from config.txt > > Signed-off-by: Álvaro Fernández Rojas > --- > target/linux/brcm2708/image/config.txt | 6 +++ > targe

Re: [OpenWrt-Devel] [PATCH 2/8] brcm2708: remove unneeded base-files

2015-07-14 Thread John Crispin
On 14/07/2015 20:15, Álvaro Fernández Rojas wrote: > Device tree exports board name/model and device LEDs. > this patch makes no sense to me and removes functionality. DT does not provide this functionality at all. John > Signed-off-by: Álvaro Fernández Rojas > --- > .../brcm2708/b

Re: [OpenWrt-Devel] [PATCH 2/8] brcm2708: remove unneeded base-files

2015-07-14 Thread John Crispin
On 14/07/2015 20:15, Álvaro Fernández Rojas wrote: > Device tree exports board name/model and device LEDs. > this patch makes no sense to me and removes functionality. DT does not provide this functionality at all. John > Signed-off-by: Álvaro Fernández Rojas > --- > .../brcm2708/b

Re: [OpenWrt-Devel] [PATCH] Improve wifi speed up to 2 times in AP mode.

2015-07-14 Thread N.Leiten
Sorry, I must admit that there was a mistake in my tests. Patch already declined. In email dated Вторник - 14 июля 2015 22:43:36 user Daniel Petre wrote: > On 06/28/2015 09:16 PM, N.Leiten wrote: > > Hi. > > > > There's some general problem in hostapd configuration for several devices > > was o

[OpenWrt-Devel] [PATCH] brcm63xx: HG553 buttons support

2015-07-14 Thread Cezary Jackiewicz
This patch adds buttons support for Huawei EchoLife HG553. Signed-off-by: Cezary Jackiewicz --- diff --git a/target/linux/brcm63xx/dts/hg553.dts b/target/linux/brcm63xx/dts/hg553.dts index 140e2de..fa22403 100644 --- a/target/linux/brcm63xx/dts/hg553.dts +++ b/target/linux/brcm63xx/dts/hg553.dt

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix kernel Oops in at803x_link_change_notify

2015-07-14 Thread Christian Lamparter
On Tuesday, July 14, 2015 05:35:13 PM Chris Blake wrote: > Not sure if this helps, but the recent Cisco Meraki AP drop includes a > newish PHY driver for the at8033/8035. > The GPL source is at > http://dl.meraki.net/linux/meraki-firmware-sources-r23-20150601.tar.bz2 and > a copy of the actual fil

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix kernel Oops in at803x_link_change_notify

2015-07-14 Thread Chris Blake
Not sure if this helps, but the recent Cisco Meraki AP drop includes a newish PHY driver for the at8033/8035. The GPL source is at http://dl.meraki.net/linux/meraki-firmware-sources-r23-20150601.tar.bz2 and a copy of the actual file can be found at https://github.com/riptidewave93/meraki-linux/blo

Re: [OpenWrt-Devel] [PATCH 2/2] Prevent more gzip timestamps

2015-07-14 Thread Florian Fainelli
On 14/07/15 15:05, Reiner Herrmann wrote: > On Sun, Jul 12, 2015 at 12:06:01PM -0700, Florian Fainelli wrote: >> 2015-07-12 9:41 GMT-07:00 Reiner Herrmann : >>> To improve reproducibility, prevent the inclusion of timestamps >>> in the gzip header. >> >> This looks fine to me, this also unveils a l

Re: [OpenWrt-Devel] [PATCH 2/2] Prevent more gzip timestamps

2015-07-14 Thread Reiner Herrmann
On Sun, Jul 12, 2015 at 12:06:01PM -0700, Florian Fainelli wrote: > 2015-07-12 9:41 GMT-07:00 Reiner Herrmann : > > To improve reproducibility, prevent the inclusion of timestamps > > in the gzip header. > > This looks fine to me, this also unveils a lot of repetition in how we > invoke gzip and i

[OpenWrt-Devel] [PATCH 3/3] uboot-envtools: add support for BUFFALO LS42x

2015-07-14 Thread Daniel Golle
Signed-off-by: Daniel Golle --- package/boot/uboot-envtools/files/mvebu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/boot/uboot-envtools/files/mvebu b/package/boot/uboot-envtools/files/mvebu index 13b48fd..bed3b23 100644 --- a/package/boot/uboot-envtools/files/mvebu +++ b/packa

[OpenWrt-Devel] [PATCH 2/3] mvebu: add support for BUFFALO LS42x

2015-07-14 Thread Daniel Golle
This adds support for the BUFFALO LinkStation LS421DE aka. LS-M 88f6710 aka. Yanagi, a dual-bay SATA-II gigE NAS box featuring the Marvell Armada-370 88F6710 SoC. It comes with 512 MB NAND flash, a tiny 1 MB SPI NOR flash for U-Boot and 512 MB DDR SDRAM. It got an on-board USB 3.0 host controller w

[OpenWrt-Devel] [PATCH 1/3] kernel: add Ricoh RS5C372 RTC module support

2015-07-14 Thread Daniel Golle
Signed-off-by: Daniel Golle --- package/kernel/linux/modules/other.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 473f063..b4907f4 100644 --- a/package/kernel/linux/modules/other.mk +++ b

Re: [OpenWrt-Devel] [PATCH V3] cdc_ncm: Add support for moving NDP to end of NCM frame

2015-07-14 Thread chrono
On 2015-07-14 12:12, chrono wrote: more on the Telekom Speedstick LTE V (Huawei 3372s) from here: That's great news! Did you try if option device '/dev/cdc-wdm0' works as well? I was able to borrow a E3372, and will try the patch soon as well. I do have cdc-wdm0 availabe and IIRC, I tested

Re: [OpenWrt-Devel] [PATCH] Improve wifi speed up to 2 times in AP mode.

2015-07-14 Thread Daniel Petre
On 06/28/2015 09:16 PM, N.Leiten wrote: > Hi. > > There's some general problem in hostapd configuration for several devices was > observed. In vanilla trunk versions of openwrt I got nearly 40-45Mbit/s speed > on Ralink RT5350 based devices and Atheros AR71xx platform (tp-link wr841nd). > The p

Re: [OpenWrt-Devel] [PATCH 3/8] brcm2708: split target config into subtargets

2015-07-14 Thread Álvaro Fernández Rojas
Nope, just "make kernel_menuconfig". Anyway, I think we should separate the config because there are many differences between both subtargets. El 14/07/2015 a las 20:48, John Crispin escribió: > How did you call menuconfig ... using "make kernel_menuconfig > CONFIG_TARGET=subtarget" ? > > On 14/

Re: [OpenWrt-Devel] [PATCH 3/8] brcm2708: split target config into subtargets

2015-07-14 Thread John Crispin
How did you call menuconfig ... using "make kernel_menuconfig CONFIG_TARGET=subtarget" ? On 14/07/2015 20:33, Álvaro Fernández Rojas wrote: > With the previous setup if you called kernel_menuconfig it resulted in > totally breaking the target config for both subtargets. > > El 14/07/2015 a las 2

Re: [OpenWrt-Devel] [PATCH CC 0/5] ar71xx: backport of support for devolo dLAN devices

2015-07-14 Thread John Crispin
On 14/07/2015 20:00, Karl Palsson wrote: > We're adding support for gpio irqs to all of ar71xx this late in the CC > release? i was not planning on merging the irq patch > No possible side affects here? see above > Are the gpio irqs required > for these platforms? no > What makes these t

Re: [OpenWrt-Devel] [PATCH 3/8] brcm2708: split target config into subtargets

2015-07-14 Thread Álvaro Fernández Rojas
With the previous setup if you called kernel_menuconfig it resulted in totally breaking the target config for both subtargets. El 14/07/2015 a las 20:31, Rafał Miłecki escribió: > On 14 July 2015 at 20:15, Álvaro Fernández Rojas wrote: >> Signed-off-by: Álvaro Fernández Rojas > > And some expl

Re: [OpenWrt-Devel] [PATCH 3/8] brcm2708: split target config into subtargets

2015-07-14 Thread Rafał Miłecki
On 14 July 2015 at 20:15, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas And some explanation *why*? I guess it may be obvious for you (and John?) but would be nice to include such info for other ppl :) ___ openwrt-devel mailing

[OpenWrt-Devel] [PATCH 7/8] brcm2708: switch to linux 4.1

2015-07-14 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile index 015aa9c..6d8aba0 100644 --- a/target/linux/brcm2708/Makefile +++ b/target/linux/brcm27

[OpenWrt-Devel] [PATCH 8/8] brcm2708: add Raspberry Pi Compute Module support

2015-07-14 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk | 8 target/linux/brcm2708/image/Makefile | 2 ++ 2 files changed, 10 insertions(+) diff --git a/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk b/target/linux/brcm270

[OpenWrt-Devel] [PATCH 6/8] brcm2708: improve modules

2015-07-14 Thread Álvaro Fernández Rojas
- Add upstream (bcm2835) modules and improve downstream ones (bcm2708) - Override disabled device tree module status from config.txt Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/image/config.txt | 6 +++ target/linux/brcm2708/modules.mk | 71

[OpenWrt-Devel] [PATCH 5/8] generic: add missing linux 4.1 symbols

2015-07-14 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/generic/config-4.1 | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 0712808..2dd4071 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/conf

[OpenWrt-Devel] [PATCH 3/8] brcm2708: split target config into subtargets

2015-07-14 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm2708/bcm2708/config-3.18| 326 target/linux/brcm2708/bcm2708/config-default | 4 - target/linux/brcm2708/bcm2709/config-3.18| 358 +++ target/linux/brcm2708/bcm2709/config-default

[OpenWrt-Devel] [PATCH 2/8] brcm2708: remove unneeded base-files

2015-07-14 Thread Álvaro Fernández Rojas
Device tree exports board name/model and device LEDs. Signed-off-by: Álvaro Fernández Rojas --- .../brcm2708/base-files/etc/uci-defaults/01_leds | 11 --- target/linux/brcm2708/base-files/lib/brcm2708.sh | 36 -- .../lib/preinit/03_preinit_do_brcm2708.sh | 9

[OpenWrt-Devel] [PATCH 1/8] brcm2708: improve profiles and image generation

2015-07-14 Thread Álvaro Fernández Rojas
- Add profiles for bcm2708 subtarget. - Check subtarget for image generation. Signed-off-by: Álvaro Fernández Rojas --- .../linux/brcm2708/bcm2708/profiles/RaspberryPi.mk | 22 ++ .../brcm2708/bcm2709/profiles/RaspberryPi2.mk | 12 +--- target/linux/brcm2708/imag

Re: [OpenWrt-Devel] [PATCH CC 0/5] ar71xx: backport of support for devolo dLAN devices

2015-07-14 Thread Karl Palsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We're adding support for gpio irqs to all of ar71xx this late in the CC release?No possible side affects here? Are the gpio irqs required for these platforms? What makes these two platforms special that they can be added as new platforms this lat

Re: [OpenWrt-Devel] Alternatives do TDMA

2015-07-14 Thread Martin Tippmann
2015-07-14 18:45 GMT+02:00 Martin Tippmann : > 2015-07-14 11:34 GMT+02:00 John Crispin : >> >> >> On 14/07/2015 11:18, valent.turko...@gmail.com wrote: >>> I have your found out that NETSHe offers some of their firmwares for >>> free download and testing with TDMA enbled driver: >>> http://netshe.r

Re: [OpenWrt-Devel] [PATCH procd] move /dev/shm to /tmp/shm

2015-07-14 Thread Daniel Gimpelevich
OpenSSL session caches create shared memory segments that appear as files under /dev/shm. If there is not enough room there, execution terminates with SIGBUS upon access. Even a single instance would exceed 512K. On Tue, 2015-07-14 at 11:50 +0200, John Crispin wrote: > what kind of usage do you ex

Re: [OpenWrt-Devel] Alternatives do TDMA

2015-07-14 Thread Martin Tippmann
2015-07-14 11:34 GMT+02:00 John Crispin : > > > On 14/07/2015 11:18, valent.turko...@gmail.com wrote: >> I have your found out that NETSHe offers some of their firmwares for >> free download and testing with TDMA enbled driver: >> http://netshe.ru/files/NETSHe-3.0/ > > looks like it is based on owr

Re: [OpenWrt-Devel] alternatives to TDMA

2015-07-14 Thread Fernando Frediani
Hi Bill, I´m not sure about this. Do you have the source to confirm this ? Fernando On 14/07/2015 12:50, Bill Moffitt wrote: My understanding is that UBNT has an ASIC in their devices to help with the timing of the TDMA mode. My suspicion is that, without that ASIC, "software only" TDMA would

Re: [OpenWrt-Devel] Alternatives do TDMA

2015-07-14 Thread valent.turko...@gmail.com
After some more research I found that FreeBSD recently added TDMA support to their ath driver [1]. Friend of mine just tried to use it on some cheap TP-Link device but currently TDMA support is broken but it will be fixed in next few days. [1] https://wiki.freebsd.org/dev/ath%284%29 __

Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-07-14 Thread Rafał Miłecki
On 28 June 2015 at 05:37, Ian Kent wrote: > Let me rework this using the bus number as you recommend. > I'll repost my updated patch series once I've done that. Hi Ian, Is there any chance you'll find a moment for it anytime soon? It'd be awesome to get R8000 support for CC release.

[OpenWrt-Devel] [PATCH v2] firmware-utils mktplinkfw: print amount of exceeding bytes

2015-07-14 Thread Stephan Maka
This is very useful for trimming images towards 4 MiB flash size. Signed-off-by: Stephan Maka --- tools/firmware-utils/src/mktplinkfw.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mk

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-14 Thread John Crispin
On 14/07/2015 17:18, Bruno Randolf wrote: > On 07/14/2015 04:07 PM, John Crispin wrote: >> its not about blaming but about figuring out what went wrong. > > Right, same here :) > >> i will be >> on the laptop that i used for merging in abotu an hour and will see int >> he logs which commands i

Re: [OpenWrt-Devel] alternatives to TDMA

2015-07-14 Thread Martin Tippmann
2015-07-14 17:50 GMT+02:00 Bill Moffitt : > My understanding is that UBNT has an ASIC in their devices to help with the > timing of the TDMA mode. My suspicion is that, without that ASIC, "software > only" TDMA would probably not be precise enough to bring benefit. > > Does anyone have a better und

Re: [OpenWrt-Devel] [PATCH v2] [netifd] Changes for more readability.

2015-07-14 Thread Yousong Zhou
On Jul 14, 2015 10:56 PM, "Felix Fietkau" wrote: > > On 2015-05-24 09:36, Yousong Zhou wrote: > > - "ifname" for Linux interface name. > > - "interface" for netifd defined logical interface names as in > >/etc/config/network. > > - A few comments and variable renames for better readability.

Re: [OpenWrt-Devel] alternatives to TDMA

2015-07-14 Thread Bill Moffitt
My understanding is that UBNT has an ASIC in their devices to help with the timing of the TDMA mode. My suspicion is that, without that ASIC, "software only" TDMA would probably not be precise enough to bring benefit. Does anyone have a better understanding of this? -Bill _

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-14 Thread Bruno Randolf
On 07/14/2015 04:07 PM, John Crispin wrote: > its not about blaming but about figuring out what went wrong. Right, same here :) > i will be > on the laptop that i used for merging in abotu an hour and will see int > he logs which commands i called and which patch i applied exactly It's commit ad

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-14 Thread John Crispin
On 14/07/2015 17:05, Bruno Randolf wrote: > On 07/14/2015 03:34 PM, John Crispin wrote: >> >> >> On 14/07/2015 14:41, Bruno Randolf wrote: >>> On 07/14/2015 12:43 PM, Jernej Izak wrote: ifneq (y,) bash: -c: line 0: syntax error near unexpected token `y,' bash: -c: line 0:

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-14 Thread Bruno Randolf
On 07/14/2015 03:34 PM, John Crispin wrote: > > > On 14/07/2015 14:41, Bruno Randolf wrote: >> On 07/14/2015 12:43 PM, Jernej Izak wrote: >>> ifneq (y,) >>> >>> bash: -c: line 0: syntax error near unexpected token `y,' >>> >>> bash: -c: line 0: `ifneq (y,)' >> >> That looks like being caused by m

Re: [OpenWrt-Devel] [PATCH v2] [netifd] Changes for more readability.

2015-07-14 Thread Felix Fietkau
On 2015-05-24 09:36, Yousong Zhou wrote: > - "ifname" for Linux interface name. > - "interface" for netifd defined logical interface names as in >/etc/config/network. > - A few comments and variable renames for better readability. > > Signed-off-by: Yousong Zhou Sorry, I forgot to merge th

Re: [OpenWrt-Devel] [PATCH CC 0/5] ar71xx: backport of support for devolo dLAN devices

2015-07-14 Thread John Crispin
On 14/07/2015 16:38, Rafał Miłecki wrote: > On 14 July 2015 at 16:05, Günther Kelleter > wrote: >> This patch set is a backport of svn commits 46338..46342 from trunk to CC. >> It adds support for devolo devices: >> dLAN pro 500 Wireless+ >> dLAN pro 1200+ WiFi ac > > There is a nice 1-line sc

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-14 Thread Bruno Randolf
On 07/14/2015 01:41 PM, Bruno Randolf wrote: > On 07/14/2015 12:43 PM, Jernej Izak wrote: >> ifneq (y,) >> >> bash: -c: line 0: syntax error near unexpected token `y,' >> >> bash: -c: line 0: `ifneq (y,)' > > That looks like being caused by my "brcm2708: Implement sysupgrade" > (commit 49f88015148

Re: [OpenWrt-Devel] [PATCH CC 0/5] ar71xx: backport of support for devolo dLAN devices

2015-07-14 Thread Rafał Miłecki
On 14 July 2015 at 16:05, Günther Kelleter wrote: > This patch set is a backport of svn commits 46338..46342 from trunk to CC. > It adds support for devolo devices: > dLAN pro 500 Wireless+ > dLAN pro 1200+ WiFi ac There is a nice 1-line script I got from Felix that easily adds "Backport of ..."

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-14 Thread John Crispin
On 14/07/2015 14:41, Bruno Randolf wrote: > On 07/14/2015 12:43 PM, Jernej Izak wrote: >> ifneq (y,) >> >> bash: -c: line 0: syntax error near unexpected token `y,' >> >> bash: -c: line 0: `ifneq (y,)' > > That looks like being caused by my "brcm2708: Implement sysupgrade" > (commit 49f880151483

[OpenWrt-Devel] [PATCH CC 5/5] ar71xx: add support for the devolo dLAN pro 1200+ WiFi ac

2015-07-14 Thread Günther Kelleter
Signed-off-by: Günther Kelleter --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../etc/hotplug.d/firmware/11-ath10k-caldata | 8 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 6 + .../ar71xx/base-files/etc/uci-defaults/02_network | 6 + target/linux/ar71xx/b

[OpenWrt-Devel] [PATCH CC 3/5] mac80211: make ath10k firmware v2 selectable

2015-07-14 Thread Günther Kelleter
From: blogic Added option for old firmware version (10.1 API v2). It seems that recent firmware versions are constantly crashing (at least on a QCA9880-BR4A-R) and this provides the option to select an older version instead. Signed-off-by: Günther Kelleter --- package/kernel/mac80211/Makefile

[OpenWrt-Devel] [PATCH CC 4/5] base-files: added option to configure the gpio led trigger in uci-defaults

2015-07-14 Thread Günther Kelleter
From: blogic Signed-off-by: Günther Kelleter --- package/base-files/files/etc/init.d/led | 7 +++ .../base-files/files/lib/functions/uci-defaults.sh | 20 2 files changed, 27 insertions(+) diff --git a/package/base-files/files/etc/init.d/led b/package/

[OpenWrt-Devel] [PATCH CC 2/5] ar71xx: add support to use gpio irqs

2015-07-14 Thread Günther Kelleter
From: blogic Signed-off-by: Günther Kelleter --- .../739-MIPS-ath79-add-gpio-irq-support.patch | 224 + 1 file changed, 224 insertions(+) create mode 100644 target/linux/ar71xx/patches-3.18/739-MIPS-ath79-add-gpio-irq-support.patch diff --git a/target/linux/ar71xx/p

[OpenWrt-Devel] [PATCH CC 1/5] ar71xx: add support for the devolo dLAN pro 500 Wireless+

2015-07-14 Thread Günther Kelleter
From: blogic Signed-off-by: Günther Kelleter --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 7 + .../ar71xx/base-files/etc/uci-defaults/02_network | 4 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar

[OpenWrt-Devel] [PATCH CC 0/5] ar71xx: backport of support for devolo dLAN devices

2015-07-14 Thread Günther Kelleter
This patch set is a backport of svn commits 46338..46342 from trunk to CC. It adds support for devolo devices: dLAN pro 500 Wireless+ dLAN pro 1200+ WiFi ac Günther Kelleter (1): ar71xx: add support for the devolo dLAN pro 1200+ WiFi ac blogic (4): ar71xx: add support for the devolo dLAN pro

Re: [OpenWrt-Devel] [PATCH V3] cdc_ncm: Add support for moving NDP to end of NCM frame

2015-07-14 Thread chrono
how is the testing going ? i would like to also pull this intot he CC which means there is not that much time left. I'll try to do another test with cdc-⁠wdm0 tonight, as promised to Matti. Apart from that it has been running here with current trunk on a MR3020 as well as a GL-⁠Inet (both ar71xx)

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-14 Thread Bruno Randolf
On 07/14/2015 12:43 PM, Jernej Izak wrote: > ifneq (y,) > > bash: -c: line 0: syntax error near unexpected token `y,' > > bash: -c: line 0: `ifneq (y,)' That looks like being caused by my "brcm2708: Implement sysupgrade" (commit 49f8801514837980bd80dd3fa1c24e82897d2e5c)... I tested it but blogic

Re: [OpenWrt-Devel] [PATCH V3] cdc_ncm: Add support for moving NDP to end of NCM frame

2015-07-14 Thread chrono
more on the Telekom Speedstick LTE V (Huawei 3372s) from here: That's great news! Did you try if option device '/dev/cdc-wdm0' works as well? I was able to borrow a E3372, and will try the patch soon as well. I do have cdc-wdm0 availabe and IIRC, I tested sending AT commands to it before, an

Re: [OpenWrt-Devel] [PATCH] [brcm47xx] Belkin F7DXXXX (BCM47XX based) support for Linux 3.18

2015-07-14 Thread Rafał Miłecki
On 23 June 2015 at 16:16, Joseph East wrote: > From d38c8c72b99908d3d9a39bd858d1c76e9864faac Mon Sep 17 00:00:00 2001 > From: Joseph East > Date: Wed, 10 Jun 2015 19:19:26 +0930 > Subject: [PATCH] Belkin F7D (BCM47XX based) Support for Linux 3.18 When sending newer versions, please number th

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-14 Thread Jernej Izak
Hi, Revision from today without any changes fails with: + dd bs=512 if=/home/jernej/openwrt/build_dir/target-arm_arm1176jzf-s+vfp_musl-1.1.10_ea bi/linux-brcm2708_bcm2708/tmp/openwrt-brcm2708-bcm2708-rpi-b-ext4-sdcard.bin .boot of=/home/jernej/openwrt/build_dir/target-arm_arm1176jzf-s+v

Re: [OpenWrt-Devel] [PATCH] [brcm47xx] Belkin F7DXXXX (BCM47XX based) support for Linux 3.18

2015-07-14 Thread Rafał Miłecki
On 23 June 2015 at 16:16, Joseph East wrote: > From d38c8c72b99908d3d9a39bd858d1c76e9864faac Mon Sep 17 00:00:00 2001 > From: Joseph East > Date: Wed, 10 Jun 2015 19:19:26 +0930 > Subject: [PATCH] Belkin F7D (BCM47XX based) Support for Linux 3.18 > > Patchset based on previous work by Cody Sc

[OpenWrt-Devel] ping6 messages do not go through all layers in the network stack

2015-07-14 Thread Baptiste Clenet
Hi, I'm using OpenWRT CHAOS CALMER (Bleeding Edge, r46141) with a Ralink MT7628 Board and Linux 4.1.0. I have set up a new interface: iwpan dev wpan0 set pan_id 0xbeef ip link set wpan0 up ip link add link wpan0 name lowpan0 type lowpan ip link set lowpan0 up Here is the settings: root@OpenWrt:/

[OpenWrt-Devel] [PATCH rebased] x86: add kmod-acpi-button and kmod-button-hotplug to default packages

2015-07-14 Thread Stefan Hellermann
Since r40909 openwrt can automatically shutdown when you press the power button or try to shutdown a kvm virtual machine. When booting a recent CC-rc2 or trunk image, it doesn't work, as two kernel modules are missing. Add these two kernel modules to the default packages, so users don't need to in

[OpenWrt-Devel] VoCore as wireless bridge

2015-07-14 Thread Yaroslav Syrytsia
Hi, I am trying to use VoCore (RT5350 board) as wireless bridge with the following wpa_supplicant config: ctrl_interface=/var/run/wpa.sock update_config=1 fast_reauth=1 ap_scan=1 network={ ssid="home_wifi" psk=915644af001df2afbcf02df60f3fc27f9f7d7b09f1ac3667bb84e0776ec25e08 } I

Re: [OpenWrt-Devel] [PATCH] base-files: Add preinit option to disable config restore

2015-07-14 Thread Bruno Randolf
Hi Felix, On 07/14/2015 10:09 AM, Felix Fietkau wrote: > Unless I'm missing something, this seems like a rarely needed special > case to me. How about simply adding a custom preinit file to your > firmware through files/ instead? > Since the preinit script runs boot_run_hook preinit_mount_root jus

[OpenWrt-Devel] [PATCH] ccache: Make ccache aware of OpenWRT provided GCC patch.

2015-07-14 Thread Karl Vogel
The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option to gcc that depends on an environment variable. Standard ccache is unaware of this option and therefor can produce stdout from gcc that doesn't correspond to what you would get if you actually do a direct compilation with gcc. This c

Re: [OpenWrt-Devel] [PATCH] Make ccache aware of OpenWRT provided GCC patch.

2015-07-14 Thread Felix Fietkau
On 2015-07-14 11:38, Karl Vogel wrote: > The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option > to gcc that depends on an environment variable. Standard ccache > is unaware of this option and therefor can produce stdout from gcc > that doesn't correspond to what you would get if you act

Re: [OpenWrt-Devel] [PATCH] ccache: Make ccache aware of OpenWRT provided GCC patch.

2015-07-14 Thread John Crispin
On 14/07/2015 11:57, Karl Vogel wrote: > ++"GCC_HONOUR_COPTS", > + NULL this is still whitespace broken :( ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mai

[OpenWrt-Devel] [PATCH] ccache: Make ccache aware of OpenWRT provided GCC patch.

2015-07-14 Thread Karl Vogel
The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option to gcc that depends on an environment variable. Standard ccache is unaware of this option and therefor can produce stdout from gcc that doesn't correspond to what you would get if you actually do a direct compilation with gcc. This c

Re: [OpenWrt-Devel] [PATCH] [PATCH] x86: add kmod-acpi-button and kmod-button-hotplug to default packages

2015-07-14 Thread John Crispin
Hi, as the patch is already 4 weeks old it does not apply anymore. could you send a rebased version please ? John On 19/06/2015 09:09, Stefan Hellermann wrote: > Since r40909 openwrt can automatically shutdown when you press the > power button or try to shutdown a kvm virtual machine. >

Re: [OpenWrt-Devel] [PATCH 2/2] ar71xx: add 4.0 support

2015-07-14 Thread John Crispin
Hi, i think we should go straight to 4.1. John On 15/06/2015 19:06, Roman Yeryomin wrote: > On 15 June 2015 at 19:09, Daniel Golle wrote: >> On Mon, Jun 15, 2015 at 06:15:58PM +0300, Roman Yeryomin wrote: >>> On 14 June 2015 at 20:15, Roman Yeryomin wrote: Tested on UAP-PRO >

Re: [OpenWrt-Devel] [PATCH procd] move /dev/shm to /tmp/shm

2015-07-14 Thread John Crispin
what kind of usage do you expect ? On 11/07/2015 03:58, Daniel Gimpelevich wrote: > Since the /dev filesystem is tiny, /dev/shm needs to live somewhere > else. > > Signed-off-by: Daniel Gimpelevich > --- a/initd/early.c 2015-06-19 14:01:25.0 -0700 > +++ b/initd/early.c 2015-07-10 15:

Re: [OpenWrt-Devel] [PATCH] Make ccache aware of OpenWRT provided GCC patch.

2015-07-14 Thread John Crispin
Hi, subject is missing the prefix and the Signed-off-by line is missing. John On 14/07/2015 11:38, Karl Vogel wrote: > The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option > to gcc that depends on an environment variable. Standard ccache > is unaware of this option and theref

[OpenWrt-Devel] [PATCH] Make ccache aware of OpenWRT provided GCC patch.

2015-07-14 Thread Karl Vogel
The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option to gcc that depends on an environment variable. Standard ccache is unaware of this option and therefor can produce stdout from gcc that doesn't correspond to what you would get if you actually do a direct compilation with gcc. This c

Re: [OpenWrt-Devel] Alternatives do TDMA

2015-07-14 Thread valent.turko...@gmail.com
Sorry for not sending all links at once (some consider it spammy), but I also see that NETSHe guys extensively tested different size time slots and did benchmarks and comparisons: http://netshe.stasoft.net/node/47 And here are their results: http://netshe.ru/files/doc/en/test_results_28032015.pdf

Re: [OpenWrt-Devel] Alternatives do TDMA

2015-07-14 Thread John Crispin
On 14/07/2015 11:18, valent.turko...@gmail.com wrote: > I have your found out that NETSHe offers some of their firmwares for > free download and testing with TDMA enbled driver: > http://netshe.ru/files/NETSHe-3.0/ looks like it is based on owrt, did you manage to find the GPL source ? is the td

Re: [OpenWrt-Devel] [PATCH v4 0/5] ar71xx: Add support for devolo dLAN devices

2015-07-14 Thread John Crispin
On 14/07/2015 11:28, Guenther Kelleter wrote: > Hi > > Now that this patch set is committed to trunk, is there a chance that a > backport to CC branch could be integrated before the final release? > I would supply the backported patch set. > > > Günther > i was going to send you a mail aski

Re: [OpenWrt-Devel] [PATCH v4 0/5] ar71xx: Add support for devolo dLAN devices

2015-07-14 Thread Guenther Kelleter
Hi Now that this patch set is committed to trunk, is there a chance that a backport to CC branch could be integrated before the final release? I would supply the backported patch set. Günther > -Original Message- > From: Günther Kelleter [mailto:guenther.kelle...@devolo.de] > Sent: Th

[OpenWrt-Devel] IPv6/odhcpd: Attempt to workaround phones ignoring RAs in standby + to fix NDP-relays

2015-07-14 Thread Steven Barth
Hi everyone, I just pushed a few experimental changes to trunk for odhcpd. #1 Unsolicited RAs are now also sent via unicast to known neighbors This may help address an issues commonly seen in some android phones. Some popular devices seem to ignore MC RAs during standby / display off, thus once

Re: [OpenWrt-Devel] [PATCH] fix 64bit uclibc external toolchain detection

2015-07-14 Thread John Crispin
Hi Dirk, please make sure to use a proper prefix for your patches. i just fixed this manually while merging so no need to resend. John On 08/07/2015 07:34, Dirk Neukirchen wrote: > according to gcc, UCLIBC_DYNAMIC_LINKER64 > > Signed-off-by: Dirk Neukirchen > --- > scripts/ext-toolcha

Re: [OpenWrt-Devel] Alternatives do TDMA

2015-07-14 Thread valent.turko...@gmail.com
I have your found out that NETSHe offers some of their firmwares for free download and testing with TDMA enbled driver: http://netshe.ru/files/NETSHe-3.0/ On 14 July 2015 at 10:47, valent.turko...@gmail.com wrote: > Sorry to jump in on an older tdma thread, but I found two interesting things. >

Re: [OpenWrt-Devel] [PATCH] Make ccache aware of OpenWRT provided GCC patch.

2015-07-14 Thread Felix Fietkau
On 2015-07-14 11:15, Karl Vogel wrote: > The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option > to gcc that depends on an environment variable. Standard ccache > is unaware of this option and therefor can produce stdout from gcc > that doesn't correspond to what you would get if you act

[OpenWrt-Devel] [PATCH] Make ccache aware of OpenWRT provided GCC patch.

2015-07-14 Thread Karl Vogel
The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option to gcc that depends on an environment variable. Standard ccache is unaware of this option and therefor can produce stdout from gcc that doesn't correspond to what you would get if you actually do a direct compilation with gcc. This

Re: [OpenWrt-Devel] [PATCH] firmware-utils mktplinkfw: print amount of exceeding bytes

2015-07-14 Thread John Crispin
Hi, nitpick inline John On 13/07/2015 16:16, Stephan Maka wrote: > This is very useful for trimming images towards 4 MiB flash size. > > Signed-off-by: Stephan Maka > --- > tools/firmware-utils/src/mktplinkfw.c | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletion

Re: [OpenWrt-Devel] [PATCH 1/2] ipkg-build: use deterministic timestamps in ipk tarballs

2015-07-14 Thread John Crispin
On 12/07/2015 18:41, Reiner Herrmann wrote: > As a follow-up to r46026, this commit sets the modification > times of files inside the tarballs to deterministic values. > It uses the date of the last git or svn commit and falls > back to the old behavior if those are not available. > > Signed-off

Re: [OpenWrt-Devel] [PATCH] base-files: Add preinit option to disable config restore

2015-07-14 Thread Felix Fietkau
On 2015-07-13 16:14, Bruno Randolf wrote: > Sometimes it's desirable to be sure that config files from a new firmware > image > overwrite the config files from the previously running firmware and we can not > always expect the user to use 'sysupgrade -n'. In this case the option > TARGET_PREINIT_C

Re: [OpenWrt-Devel] [PATCH 2/2] Prevent more gzip timestamps

2015-07-14 Thread John Crispin
On 12/07/2015 21:06, Florian Fainelli wrote: > 2015-07-12 9:41 GMT-07:00 Reiner Herrmann : >> To improve reproducibility, prevent the inclusion of timestamps >> in the gzip header. > > This looks fine to me, this also unveils a lot of repetition in how we > invoke gzip and its parameters, would

Re: [OpenWrt-Devel] Alternatives do TDMA

2015-07-14 Thread valent.turko...@gmail.com
Sorry to jump in on an older tdma thread, but I found two interesting things. It looks like Russian company called NETSHe have made TDMA driver: http://www.netshe.ru/files/doc/en/TDMA_brief_en.pdf http://www.netshe.ru/tdma And also there was a intesting job posting for developing TDMA driver for

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-14 Thread John Crispin
current HEAD seems to build fine for me. could you retry with the patch i merged today ? On 14/07/2015 10:10, John Crispin wrote: > ok, let me have a look, my testing showed that it worked, maybe i tested > the wrong tree... > > On 14/07/2015 10:08, Jernej Izak wrote: >> >> >> Hi, >> >> >>

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-14 Thread Felix Fietkau
On 2015-07-14 10:08, Jernej Izak wrote: > > > Hi, > > > > About activating device tree on build OpenWRT with Raspberry pi. > > We tried to add patch > “0002-kernel-fix-build-with-CONFIG_MTD-unset.patch” to > “/target/linux/generic/patches-3.18” in second try to > “/target/linux/brcm2708/pat

Re: [OpenWrt-Devel] Build issue using ccache due to GCC patch / R_MIPS_26

2015-07-14 Thread Felix Fietkau
On 2015-07-14 10:10, Karl Vogel wrote: > There seems to be an issue using ccache in combination with the openwrt > patched gcc. > > Found the issue while investigating the following compilation issue: > > --- [ ... ] > With this patch, ccache will also add the GCC_HONOUR_COPTS setting to > the

[OpenWrt-Devel] [PATCH] ramips: added gpio spi refclk support for wrtnode board

2015-07-14 Thread Christian Mehlis
This syncs the dts file with the one provided by the wrtnode team: https://github.com/WRTnode/openwrt-patches/blob/master/R41508/wrtnode_factory_firmware_dts.patch Signed-off-by: Christian Mehlis --- target/linux/ramips/dts/WRTNODE.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OpenWrt-Devel] Build issue using ccache due to GCC patch / R_MIPS_26

2015-07-14 Thread Karl Vogel
There seems to be an issue using ccache in combination with the openwrt patched gcc. Found the issue while investigating the following compilation issue: --- openwrt/staging_dir/toolchain-mips_gcc-4.6-linaro_uClibc-0.9.33.2/lib/gcc/mips-openwrt-linux-uclibc/4.6.3/../../../../mips-openwrt-linux-

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-14 Thread John Crispin
ok, let me have a look, my testing showed that it worked, maybe i tested the wrong tree... On 14/07/2015 10:08, Jernej Izak wrote: > > > Hi, > > > > About activating device tree on build OpenWRT with Raspberry pi. > > We tried to add patch > “0002-kernel-fix-build-with-CONFIG_MTD-unset.pat

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-14 Thread Jernej Izak
Hi, About activating device tree on build OpenWRT with Raspberry pi. We tried to add patch “0002-kernel-fix-build-with-CONFIG_MTD-unset.patch” to “/target/linux/generic/patches-3.18” in second try to “/target/linux/brcm2708/patches-3.18 but we still got below error: Applying patch gene

Re: [OpenWrt-Devel] How to download 3rd party package from git in OpenWrt

2015-07-14 Thread Pratik Prajapati
I was able to download radvd-2.11 using your changes. I was just worrying about those git logs. Thanks. On Tue, Jul 14, 2015 at 12:28 PM, Yousong Zhou wrote: > On 14 July 2015 at 14:32, Pratik Prajapati > wrote: > > It worked but still i got some logs but don't know i should worry about > it

[OpenWrt-Devel] Package License

2015-07-14 Thread Florian Eckert
Hello I know that in a makfile of a package it is possible to deposite a license string for this package Is there a script in the build environments or in a Router image where i can get a list of all installed package with there licenses? ___ openwrt-de

Re: [OpenWrt-Devel] How to download 3rd party package from git in OpenWrt

2015-07-14 Thread Yousong Zhou
On 14 July 2015 at 14:32, Pratik Prajapati wrote: > It worked but still i got some logs but don't know i should worry about it > or not. > They were output from git. You can check if there is a radvd-2.11-.yyy file available in your dl/ directory. yousong > logs: > > Checki