[OpenWrt-Devel] ZTE MF823 Au - umbim troubles

2015-07-07 Thread Gareth Lowe
Gday All, Bjorns on holiday so he suggested I send an email here. Been getting the "Message not long enough" error when trying to connect the AU MF823 (We got the MBIM mode going!). Here is the output from umbim : root@ROOter:~# umbim -d /dev/cdc-wdm0 caps devicetype: 0003 - remote cellularc

Re: [OpenWrt-Devel] [PATCH 1/2] dnsmasq: enable extra tracing by default when UCI parameter logqueries is set

2015-07-07 Thread Steven Barth
Applied, thanks. Am 06.07.2015 um 18:29 schrieb Hans Dedecker: > Signed-off-by: Hans Dedecker > --- > package/network/services/dnsmasq/files/dnsmasq.init | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/package/network/services/dnsmasq/files/dnsmasq.init > b/package/netw

Re: [OpenWrt-Devel] [PATCH V3] service: if logging start app with LD_PRELOAD & lib for line buffering

2015-07-07 Thread Steven Barth
Applied. Am 06.07.2015 um 23:37 schrieb Rafał Miłecki: > Using pipe automatically switches service to block buffering which kind > of breaks our logging. We won't get anything from stdout FD until the > buffer gets filled fully or the service exits. This makes log messages > appear with an unwante

Re: [OpenWrt-Devel] Huawei 3372 NCM support on CC not working

2015-07-07 Thread chrono
As there seem to be more than just minor differences between the 3372H and the 3372S, here is what I could query from the 3372s I have here. Maybe it is useful infor for someone. The stick is available, so if you need more info/queries/tests just give me a ping here or in #openwrt-devel. #

Re: [OpenWrt-Devel] [PATCH] ramips mt7620: ArcherC20i USB support and more

2015-07-07 Thread Jonas Gorski
Hi, On Mon, Jul 6, 2015 at 11:56 PM, Gunnar Thorburn wrote: > Hi, > > The patch (actually the entire file) was contributed on the OpenWrt forum: > https://forum.openwrt.org/viewtopic.php?pid=281794#p281794 > My contribution is that I have tested it and that I am trying to submit it > here. > > I

Re: [OpenWrt-Devel] [PATCH v2 6/8] generic: replace request_irq by request_threaded_irq to fix non working ledtrig-gpio

2015-07-07 Thread Guenther Kelleter
> -Original Message- > From: Felix Fietkau [mailto:n...@openwrt.org] > Sent: Monday, July 06, 2015 3:00 PM > To: Guenther Kelleter; openwrt-devel@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] [PATCH v2 6/8] generic: replace request_irq by > request_threaded_irq to fix non working ledtrig

Re: [OpenWrt-Devel] [PATCH V2 procd] hotplug: support for interval commands

2015-07-07 Thread Rafał Miłecki
On 9 May 2015 at 22:02, Rafał Miłecki wrote: > This allows executing code with a given interval. As every command, it > can be assign to any uevent. > > Intervals may be useful for counting elapsed time since some action. It > allows e.g. indicating that button has been pressed for some time. This

Re: [OpenWrt-Devel] [PATCH] implemented basic GPIO control

2015-07-07 Thread John Crispin
Hi Lars, patch subject is missing the "base-files: " prefix. please fix and resend. rest of the patch looks fine. John On 01/07/2015 02:49, Lars Kruse wrote: > Internal GPIO pins are used for PoE passthrough setups in multi-port > routers. This patch implemnets control over this hardwar

[OpenWrt-Devel] [PATCH] ramips: fix typo in WHR1166D mtd size variable

2015-07-07 Thread Lorenzo Bianconi
Fix typo in WHR1166D mtd size variable Signed-off-by: Lorenzo Bianconi --- target/linux/ramips/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 776920b..0c28216 100644 --- a/target/li

Re: [OpenWrt-Devel] [PATCH] ramips: adding support for OY-0001 Wireless Router

2015-07-07 Thread John Crispin
Hi, unfortunatley your patch is against an old version of the tree On 06/07/2015 09:24, LiWeijian wrote: > diff --git a/target/linux/ramips/base-files/etc/uci-defaults/01_leds > b/target/linux/ramips/base-files/etc/uci-defaults/01_leds > index 5d6ed2b..265525a 100755 > --- a/target/linux/ramips/

Re: [OpenWrt-Devel] Patch to enable RFKill and USB Power GPIO for tl-wdr4900v1

2015-07-07 Thread John Crispin
Hi, the subject is missing the prefix and the Signed-off-by line is missing. Please fix and resend. John On 28/06/2015 07:45, Alpha Sparc wrote: > Add dts patch to enable RFKill and USB Power GPIO Control > > --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts > +++

Re: [OpenWrt-Devel] Add for Planex MZK-DP150N

2015-07-07 Thread John Crispin
Hi, a few things wrong with the patch * please dont send HTML mails. * send patches inline * the "ramips: " prefix is missing from the subject Please fix and resend the patch John On 25/05/2015 16:01, @SRCHACK.ORG wrote: > Hi, > > This patch adds support for Planex MZK-DP150N. > a min

[OpenWrt-Devel] please backport to 15-05: "scripts/feeds: observe -p flag for preferential feeds"

2015-07-07 Thread Karl Palsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please backport 52c3a2972cf7cdd7184e8d60d684df459860d255 to the 15-05 branch. This is a regression from 14.07 and 12.10, but missed being merged before the branch was pulled. Sincerely, Karl Palsson -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1

Re: [OpenWrt-Devel] [PATCH] ar71xx: Add support for The QCA AP147-010 reference board

2015-07-07 Thread John Crispin
Hi, please split this into 1 patch for each QCA953x fix and then a final patch for the ap147 support John On 29/06/2015 17:25, Sven Eckelmann wrote: > Signed-off-by: Sven Eckelmann > --- > I got the chance to test the AP147-010 but got no software/SDK or > documentation. > Still wanted

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for D-Link DIR-615 rev. Ix board

2015-07-07 Thread John Crispin
Hi, sorry patch no longer applies. could you rebase it and then send it again please ? John On 18/04/2015 06:52, Jaehoon You wrote: > Signed-off-by: Jaehoon You > --- > target/linux/ar71xx/base-files/etc/diag.sh | 1 + > .../ar71xx/base-files/etc/uci-defaults/01_leds |

Re: [OpenWrt-Devel] [PATCH v2] ncm: add support to run via proto wwan

2015-07-07 Thread John Crispin
Hi, patch is generated against the wrong root folder. also your mail client replaced tabs with spaces. please fix and resend the patch John On 22/04/2015 15:26, Aleksandr Kolesnik wrote: > Signed-off-by: Aleksandr Kolesnik > > > --- package/network/utils/comgt/

Re: [OpenWrt-Devel] [PATCH] [RESUBMIT] Support Linksys WAP-4410N

2015-07-07 Thread John Crispin
Hi, sorry for the delay. patch no longer applies please rebase it and send it again John On 27/04/2015 09:27, Caleb James DeLisle wrote: > I noticed the patch was not applying to the recent master so I reworked it to > add a new patch to the patchset against the kernel rather than patchi

Re: [OpenWrt-Devel] [PATCH] busybox: replace hotfix with upstream commit de5edadee2dca2896492f97ab3a56e389305e74d

2015-07-07 Thread John Crispin
when applying the patch i get patching file package/utils/busybox/patches/290-ash-fix-a-regression-in-handling-local-variables.patch patching file package/utils/busybox/patches/290-ash-fix-handling-of-duplicate-local.patch patch: malformed patch at line 301: -- On 23/04/2015 13:22, Basti

[OpenWrt-Devel] [PATCH v3 6/7] base-files: added option to configure the gpio led trigger in uci-defaults

2015-07-07 Thread Günther Kelleter
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/base-files/file

[OpenWrt-Devel] [PATCH v3 4/7] ar71xx: add support to use gpio irqs

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

[OpenWrt-Devel] [PATCH v3 5/7] mac80211: make ath10k firmware v2 selectable

2015-07-07 Thread Günther Kelleter
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 | 19 ++

[OpenWrt-Devel] [PATCH v3 0/7] ar71xx: Add support for devolo dLAN devices

2015-07-07 Thread Günther Kelleter
This patch set adds support for two devolo dLAN devices: dLAN pro 500 Wireless+ dLAN pro 1200+ Wifi ac It supports the wireless and ethernet interfaces. PLC support must be implemented in user space and will follow later when basic support is finally accepted. Changes since PATCH v2:

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

2015-07-07 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 v3 3/7] ar71xx: add support for the devolo dLAN pro 500 Wireless+

2015-07-07 Thread Günther Kelleter
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 + .../ar71xx/base-files

[OpenWrt-Devel] [PATCH v3 2/7] ath79: dev-eth: initialize clock for id 0 on AR934X

2015-07-07 Thread Günther Kelleter
Signed-off-by: Günther Kelleter --- target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c b/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c index ff94e2e..c7524be 10064

[OpenWrt-Devel] [PATCH v3 1/7] ar71xx: ag71xx: add pdata field supported

2015-07-07 Thread Günther Kelleter
to allow target specific override of phydev->supported. Signed-off-by: Günther Kelleter --- .../ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h | 1 + .../ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c| 5 + 2 files changed, 6 insertions(+) diff --git a/

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for D-Link DIR-615 rev. Ix board

2015-07-07 Thread Jaehoon You
Hi, John. No problem. I will send new patch soon. -Jaehoon Jaehoon You http://about.me/jhyou 2015-07-07 20:54 GMT+09:00 John Crispin : > Hi, > > sorry patch no longer applies. could you rebase it and then send it > again please ? > > John > > On 18/04/2015 06:52, Jaehoon You wrote: >> S

[OpenWrt-Devel] [PATCH][v2] ar71xx: add support for D-Link DIR-615 rev. Ix board

2015-07-07 Thread Jaehoon You
Based on trunk r46212. Signed-off-by: Jaehoon You --- target/linux/ar71xx/base-files/etc/diag.sh | 1 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 8 ++ .../ar71xx/base-files/etc/uci-defaults/02_network | 1 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .

Re: [OpenWrt-Devel] [PATCH][v2] ar71xx: add support for D-Link DIR-615 rev. Ix board

2015-07-07 Thread John Crispin
that was quick :) On 07/07/2015 15:18, Jaehoon You wrote: > Based on trunk r46212. > > Signed-off-by: Jaehoon You > --- > target/linux/ar71xx/base-files/etc/diag.sh | 1 + > .../ar71xx/base-files/etc/uci-defaults/01_leds | 8 ++ > .../ar71xx/base-files/etc/uci-defaults/02_networ

[OpenWrt-Devel] ramips: add support for Planex MZK-DP150N

2015-07-07 Thread @SRCHACK . ORG
Hi, This patch add support for Planex MZK-DP150N. a mini router on the MT7620A SoC with one Ethernet port and a 802.11n 2.4 GHz radio. --- diff -uprN trunk.ORG/target/linux/ramips/base-files/etc/board.d/01_leds trunk/target/linux/ramips/base-files/etc/board.d/01_leds --- trunk.ORG/target/linux

Re: [OpenWrt-Devel] [OpenWrt-Hackers] 15.05-rc3

2015-07-07 Thread John Crispin
On 07/07/2015 17:46, Imre Kaloz wrote: > On Tue, 07 Jul 2015 07:53:58 +0200, John Crispin > wrote: > > Hi John, > >> long wait but rc3 is finally ready (i hope) >> >> the IB issue is fixed, we backported a bunch of fixes and fixed the >> feeds (par 2 still broken packages) >> >> -> http://buil

Re: [OpenWrt-Devel] [OpenWrt-Hackers] 15.05-rc3

2015-07-07 Thread John Crispin
oh well, wrong mailing list fat fingered that one. the images were aimed for internal testing before we publish them :) pleas ebe patient till friday. John On 07/07/2015 18:14, John Crispin wrote: > > > On 07/07/2015 17:46, Imre Kaloz wrote: >> On Tue, 07 Jul 2015 07:53:58 +0200, John C

[OpenWrt-Devel] [PATCH] Enable RFKill and USB Power GPIO for tl-wdr4900v1

2015-07-07 Thread Alpha Sparc
Add dts patch to enable RFKill and USB Power GPIO Control This patch adds the RFKill GPIO control switch and enables another GPIO to control power supply to USB Ports by emulating an LED GPIO. Signed-off-by: Guo Wei Lim --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts +++

Re: [OpenWrt-Devel] [PATCH] Enable RFKill and USB Power GPIO for tl-wdr4900v1

2015-07-07 Thread John Crispin
Hi, the last line of the patch is missing. patchwork therefore pics up the line with the dashes as the last one and because of that git am complains. could you try to fix that ? John On 07/07/2015 18:50, Alpha Sparc wrote: > Add dts patch to enable RFKill and USB Power GPIO Control > Th

[OpenWrt-Devel] [PATCH] [PATCH v3] ar71xx: Add support for Cisco-Linksys WAP4410N

2015-07-07 Thread Ryan A Young
This patch adds support for the Cisco WAP4410N, an access point that uses the AR9132 SoC. Web upgrades from stock are not yet possible, UART access required for the initial flash. Signed-off-by: Ryan A Young --- This is an updated version of Caleb James DeLisle's patch from 27 April. It has bee

[OpenWrt-Devel] [PATCH] fstools: fstab.init fix spelling

2015-07-07 Thread Kevin Darbyshire-Bryant
fix a very minor typo in warning message Signed-off-by: Kevin Darbyshire-Bryant --- package/system/fstools/files/fstab.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/system/fstools/files/fstab.init b/package/system/fstools/files/fstab.init index be49470..f9

[OpenWrt-Devel] Progress on patch - scripts/feeds: print the source of packages installed

2015-07-07 Thread Kevin Darbyshire-Bryant
Greetings OpenWrt developers, Is there any possibility of getting https://patchwork.ozlabs.org/patch/477022/ merged in to trunk please? In combination with git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46120 it's a very useful patch when dealing with packages in various feeds, especially if the

Re: [OpenWrt-Devel] [PATCH v2] ncm: add support to run via proto wwan

2015-07-07 Thread Aleksandr Kolesnik
Hi, Is it OK now? Signed-off-by: Aleksandr Kolesnik --- a/package/network/utils/comgt/files/ncm.sh +++ b/package/network/utils/comgt/files/ncm.sh @@ -27,6 +27,8 @@ proto_ncm_setup() { local device apn auth username password pincode delay mode json_get_vars device apn auth username password

[OpenWrt-Devel] [PATCH v3] ncm: add support to run via proto wwan

2015-07-07 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik --- a/package/network/utils/comgt/files/ncm.sh +++ b/package/network/utils/comgt/files/ncm.sh @@ -27,6 +27,8 @@ proto_ncm_setup() { local device apn auth username password pincode delay mode json_get_vars device apn auth username pass

[OpenWrt-Devel] [PATCH v3] ramips: add support for Planex MZK-DP150N

2015-07-07 Thread @SRCHACK . ORG
Sorry, This patch add support for Planex MZK-DP150N. a mini router on the MT7620A SoC with one Ethernet port and a 802.11n 2.4 GHz radio. Signed-off-by: @SRCHACK.ORG --- diff -uprN trunk.ORG/target/linux/ramips/base-files/etc/board.d/01_leds trunk/target/linux/ramips/base-files/etc/board.d/01_

Re: [OpenWrt-Devel] Change Default Configuration

2015-07-07 Thread Lars Kruse
Hi John, > I am able to change the settings in the file under overlay and settings > will get change, but when i do factory reset from GUI, All the changes i > have done in script file will go. I guess that the "uci-defaults" mechanism could be the right approach for you: https://wiki.openwrt.or

[OpenWrt-Devel] [PATCH] base-files: implemented basic GPIO control

2015-07-07 Thread Lars Kruse
Internal GPIO pins are used for PoE passthrough setups in multi-port routers. This patch implemnets control over this hardware feature for Ubiquiti Nanostations and TP-Link CPE510. Signed-off-by: Lars Kruse --- package/base-files/files/etc/init.d/gpio_switch| 42 ++ .../b

[OpenWrt-Devel] Hardening Issues / Revert r46146 ?

2015-07-07 Thread Dirk Neukirchen
r46146 change broke uclibc compile in x86/x86_64 target/linux/install with Error: arch/x86/Makefile:114: stack-protector enabled but compiler support broken Reason in Config-build.in: depends on USE_MUSL -> means no PKG_CC_STACKPROTECTOR_REGULAR or PKG_CC_STACKPROTECTOR_STRONG are set toolchain

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

2015-07-07 Thread Dirk Neukirchen
according to gcc, UCLIBC_DYNAMIC_LINKER64 Signed-off-by: Dirk Neukirchen --- scripts/ext-toolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ext-toolchain.sh b/scripts/ext-toolchain.sh index 3ebaa21..a552fbe 100755 --- a/scripts/ext-toolchain.sh +++ b/scripts

[OpenWrt-Devel] [PATCH] toolchain/uClibc: add uclibc-ng 1.0.3

2015-07-07 Thread Dirk Neukirchen
uclibc-ng is used by buildroot sine June 2015 see http://lists.busybox.net/pipermail/buildroot/2015-June/130161.html maybe some OpenWrt users are interested to test - fix ld-uclibc.so.1 breakage by symlinking to expected .so.0 - use 0.9.33.2 config, add add missing config symbols - use buildroot

[OpenWrt-Devel] [PATCH] malta: add harddisk support

2015-07-07 Thread Dirk Neukirchen
works with: qemu-system-mipsel -M malta \ -hda openwrt-malta-le-root.ext4 \ -kernel openwrt-malta-le-vmlinux.elf \ -nographic -append "root=/dev/sda console=ttyS0" Signed-off-by: Dirk Neukirchen --- target/linux/malta/config-3.18 | 4 1 file changed, 4 insertions(+) diff --git a/target/lin

[OpenWrt-Devel] [PATCH] swconfig: swlib.c: Fix another memleak

2015-07-07 Thread Alexandru Ardelean
From: Helmut Schaa --- openwrt/package/network/config/swconfig/src/swlib.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/network/config/swconfig/src/swlib.c b/package/network/config/swconfig/src/swlib.c index dae603c..f79b826 100644 --- a/package/network/config/swconfig/src/swl

[OpenWrt-Devel] [PATCH] swconfig: Split libsw out of swconfig for reuse in other packages

2015-07-07 Thread Alexandru Ardelean
From: Helmut Schaa Also a bit of an RFC. We use this patch internally. --- package/network/config/swconfig/Makefile | 9 + package/network/config/swconfig/src/Makefile | 9 ++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/package/network/config/swconfig/Mak

Re: [OpenWrt-Devel] [PATCH] swconfig: swlib.c: Fix another memleak

2015-07-07 Thread Rafał Miłecki
On 8 July 2015 at 08:21, Alexandru Ardelean wrote: > From: Helmut Schaa Missing Signed-off-by ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] swconfig: Split libsw out of swconfig for reuse in other packages

2015-07-07 Thread Rafał Miłecki
On 8 July 2015 at 08:26, Alexandru Ardelean wrote: > From: Helmut Schaa > > Also a bit of an RFC. > We use this patch internally. I believe the preferred way of marking patch a RFC is: git format-patch --subject-prefix="PATCH RFC" (just for the future) This patch is also missing Signed-off-by,

[OpenWrt-Devel] [PATCH] [RESEND] swconfig: swlib.c: Fix another memleak

2015-07-07 Thread Alexandru Ardelean
From: Helmut Schaa Signed-off-by: Helmut Schaa --- package/network/config/swconfig/src/swlib.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/network/config/swconfig/src/swlib.c b/package/network/config/swconfig/src/swlib.c index dae603c..f79b826 100644 --- a/package/network/c

[OpenWrt-Devel] [PATCH] [RFC] [RESEND] swconfig: Split libsw out of swconfig for reuse in other packages

2015-07-07 Thread Alexandru Ardelean
From: Helmut Schaa Signed-off-by: Helmut Schaa --- package/network/config/swconfig/Makefile | 9 + package/network/config/swconfig/src/Makefile | 9 ++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/package/network/config/swconfig/Makefile b/package/network

Re: [OpenWrt-Devel] [PATCH] swconfig: Split libsw out of swconfig for reuse in other packages

2015-07-07 Thread Alexandru Ardelean
On Wed, Jul 8, 2015 at 9:31 AM, Rafał Miłecki wrote: > On 8 July 2015 at 08:26, Alexandru Ardelean > wrote: > > From: Helmut Schaa > > > > Also a bit of an RFC. > > We use this patch internally. > > I believe the preferred way of marking patch a RFC is: > git format-patch --subject-prefix="PATC