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

2015-07-08 Thread Steven Barth
Thanks for the effort. However, I personally think we should rather phase out uclibc completely and focus on musl which has a much cleaner codebase. I don't think it is worth in the long run to maintain support for both libcs given our limited ressources. Cheers, Steven

[OpenWrt-Devel] [PATCH] Add dts patch to enable RFKill and USB Power GPIO Control

2015-07-08 Thread gwlim
--- 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 alphasp...@gmail.com .../mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts | 11 +++ 1 file changed, 11

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

2015-07-08 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik ner...@gmail.com mailto:ner...@gmail.com --- 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

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

2015-07-08 Thread Felix Fietkau
On 2015-07-08 08:37, Alexandru Ardelean wrote: From: Helmut Schaa h...@ocedo.com Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com Erm... The author is supposed to add the Signed-off-by himself, as described in https://dev.openwrt.org/wiki/SubmittingPatches - Felix

Re: [OpenWrt-Devel] [PATCH] Add dts patch to enable RFKill and USB Power GPIO Control

2015-07-08 Thread Rafał Miłecki
On 8 July 2015 at 14:04, gwlim alphasp...@gmail.com wrote: --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts This patch doesn't add a patch, but simply modifies DTS files. Your patch subject is

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

2015-07-08 Thread Yousong Zhou
On 8 July 2015 at 14:17, Dirk Neukirchen dirkneukirc...@web.de wrote: 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 Nice. Never get a chance to play with a real malta board,

Re: [OpenWrt-Devel] [PATCH] ar71xx: Allow to use ath79_gpio_output_select on QCA955x

2015-07-08 Thread Felix Fietkau
On 2015-06-25 16:30, Sven Eckelmann wrote: Signed-off-by: Sven Eckelmann s...@open-mesh.com I had to revert this one because it was breaking the build (patch did not apply). Please fix and re-submit - Felix ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] Hardening Issues / Revert r46146 ?

2015-07-08 Thread Dirk Neukirchen
On 08.07.2015 09:41, Steven Barth wrote: The reason for the commit was that supporting hardening such as SSP accross 3 libcs is a PITA to maintain. I'm fine if someone comes up with a patch that would fix it, though. In general, you suggest to always enabled UCLIBCs SSP options and get rid

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

2015-07-08 Thread Karl Palsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 a couple of places look to be out of order... On 07/07/2015 15:18, Jaehoon You wrote: diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network old mode 100644 new

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

2015-07-08 Thread Guenther Kelleter
-Original Message- From: Felix Fietkau [mailto:n...@openwrt.org] Sent: Wednesday, July 08, 2015 2:35 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

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

2015-07-08 Thread Helmut Schaa
On Wed, Jul 8, 2015 at 2:05 PM, Felix Fietkau n...@openwrt.org wrote: On 2015-07-08 08:37, Alexandru Ardelean wrote: From: Helmut Schaa h...@ocedo.com Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com Erm... The author is supposed to add the Signed-off-by himself, as described in

[OpenWrt-Devel] [PATCH] Enable RFKill and USB Power GPIO Control for WDR4900v1

2015-07-08 Thread gwlim
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 alphasp...@gmail.com --- .../mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts | 11 +++ 1 file changed, 11

[OpenWrt-Devel] [PATCH] ar71xx: Fix LED-to-phy mapping for EnGenius ESR1750.

2015-07-08 Thread Christian Beier
wlan5g is phy0tpt and wlan2g phy1tpt. Signed-off-by: Christian Beier c...@shoutrlabs.com --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds

[OpenWrt-Devel] [PATCH] mpc85xx: Enable RFKill and USB Power GPIO Control for WDR4900v1

2015-07-08 Thread gwlim
This patch adds the RFKill GPIO control switch and enables another GPIO to control power supply to USB Ports by emulating an LED GPIO for WDR4900v1. Signed-off-by: Guo Wei Lim alphasp...@gmail.com --- .../mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts | 11 +++ 1 file

[OpenWrt-Devel] [PATCH] ar71xx: ag71xx remove IRQF_DISABLED

2015-07-08 Thread Dirk Neukirchen
no-op since 2.6.35 removed in Kernel 4.1 see https://lwn.net/Articles/380931/ Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- .../ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH 2/5] ar71xx: compex wpj531 fix setting mac address on ethernet

2015-07-08 Thread Christian Mehlis
Signed-off-by: Christian Mehlis christ...@m3hlis.de --- target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c

Re: [OpenWrt-Devel] [PATCH] mpc85xx: Enable RFKill and USB Power GPIO Control for WDR4900v1

2015-07-08 Thread Rafał Miłecki
On 8 July 2015 at 17:00, gwlim alphasp...@gmail.com wrote: This patch adds the RFKill GPIO control switch and enables another GPIO to control power supply to USB Ports by emulating an LED GPIO for WDR4900v1. Signed-off-by: Guo Wei Lim alphasp...@gmail.com The patch format looks fine :) The

[OpenWrt-Devel] [PATCH 4/5] ar71xx: compex wpj531 register usb support

2015-07-08 Thread Christian Mehlis
Signed-off-by: Christian Mehlis christ...@m3hlis.de --- target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c index

[OpenWrt-Devel] [PATCH 5/5] ar71xx: compex wpe72 add space to include statement

2015-07-08 Thread Christian Mehlis
Signed-off-by: Christian Mehlis christ...@m3hlis.de --- target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpe72.c index

Re: [OpenWrt-Devel] AES module vs builtin

2015-07-08 Thread Dirk Neukirchen
On 08.07.2015 16:20, Cristian Morales Vega wrote: target/linux/generic/config-* has CONFIG_CRYPTO_AES=y. for reference its introduced in: https://dev.openwrt.org/changeset/35329/ But package/kernel/linux/modules/crypto.mk still defines a kmod-crypto-aes package which just contains a file in

[OpenWrt-Devel] [PATCH 3/5] ar71xx: compex wpj531 remove unnecessary switch initialization

2015-07-08 Thread Christian Mehlis
Signed-off-by: Christian Mehlis christ...@m3hlis.de --- target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj531.c index

[OpenWrt-Devel] Raspberry Pi 2 sysupgrade

2015-07-08 Thread Bruno Randolf
Hi! I have the below change to add rudimentary support for sysupgrade on the Raspberry Pi. I looked at the way platform_copy_config() is implemented for x86 and tried to do the same, but I get the following error on mount: mount: mounting /dev/mmcblk0p2 on /mnt failed: Device or resource busy I

[OpenWrt-Devel] [PATCH 2/4] gemini: add NAS packages to Raidsonic profile

2015-07-08 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/gemini/raidsonic/target.mk | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target/linux/gemini/raidsonic/target.mk b/target/linux/gemini/raidsonic/target.mk index 56eda4e..d158090 100644 ---

[OpenWrt-Devel] [PATCH 1/4] gemini: copy kernel image to BIN_DIR

2015-07-08 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/gemini/image/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index 7ed1d61..1c51b62 100644 --- a/target/linux/gemini/image/Makefile

Re: [OpenWrt-Devel] [PATCH] x86/xen_domu: enable image generation

2015-07-08 Thread Luiz Angelo Daros de Luca
This was already accepted in trunk. Is there any chance to backport to cc? Em seg, 15 de jun de 2015 04:10, Luiz Angelo Daros de Luca luizl...@gmail.com escreveu: Add features ext4 targz to target x86/xen_domu in order to generate images in defconfig. This fixes #18074. Signed-off-by:

[OpenWrt-Devel] [PATCH 4/4] gemini: switch to 4.1

2015-07-08 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/gemini/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 3667254..42f8c1e 100644 --- a/target/linux/gemini/Makefile +++

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

2015-07-08 Thread Alexandru Ardelean
From: Helmut Schaa h...@ocedo.com --- 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 ---

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

2015-07-08 Thread Alexandru Ardelean
From: Helmut Schaa h...@ocedo.com Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- package/network/config/swconfig/Makefile | 9 + package/network/config/swconfig/src/Makefile | 9 ++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git

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

2015-07-08 Thread Alexandru Ardelean
From: Helmut Schaa h...@ocedo.com 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

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

2015-07-08 Thread Rafał Miłecki
On 8 July 2015 at 08:21, Alexandru Ardelean ardeleana...@gmail.com wrote: From: Helmut Schaa h...@ocedo.com Missing Signed-off-by ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

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

2015-07-08 Thread Rafał Miłecki
On 8 July 2015 at 08:26, Alexandru Ardelean ardeleana...@gmail.com wrote: From: Helmut Schaa h...@ocedo.com 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

[OpenWrt-Devel] [OpenWrt] [LUCI] ar71xx: GUI changes

2015-07-08 Thread John kerry
Hi Everyone, I am working on openWRT Luci, I need to create the GUI in such way that WAN connection is either using wireless or RJ45 using a slide switch. Could anyone please help me how i can change the GUI based on the above. Which part of the code i need to change. Thanks Regards, John

Re: [OpenWrt-Devel] [PATCH 2/4] gemini: add NAS packages to Raidsonic profile

2015-07-08 Thread John Crispin
On 08/07/2015 23:00, Roman Yeryomin wrote: Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/gemini/raidsonic/target.mk | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target/linux/gemini/raidsonic/target.mk b/target/linux/gemini/raidsonic/target.mk index

Re: [OpenWrt-Devel] [PATCH 1/4] gemini: copy kernel image to BIN_DIR

2015-07-08 Thread John Crispin
On 08/07/2015 23:00, Roman Yeryomin wrote: Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/gemini/image/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index

Re: [OpenWrt-Devel] Raspberry Pi 2 sysupgrade

2015-07-08 Thread John Crispin
On 08/07/2015 19:42, Bruno Randolf wrote: Hi! I have the below change to add rudimentary support for sysupgrade on the Raspberry Pi. I looked at the way platform_copy_config() is implemented for x86 and tried to do the same, but I get the following error on mount: mount: mounting

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

2015-07-08 Thread John Crispin
Hi, the prefix is wrong please change it to ramips: there is also trailing stuff in the mail and see below On 08/07/2015 20:57, Gunnar Thorburn wrote: For TP-Link Archer C20i, USB port does not work with CC/trunk. This patch adds two nodes (ehci, ohci) to the Device Tree, enabling USB.

Re: [OpenWrt-Devel] [PATCH] x86/xen_domu: enable image generation

2015-07-08 Thread John Crispin
r46277 adds the backport to CC On 08/07/2015 23:39, Luiz Angelo Daros de Luca wrote: This was already accepted in trunk. Is there any chance to backport to cc? Em seg, 15 de jun de 2015 04:10, Luiz Angelo Daros de Luca luizl...@gmail.com mailto:luizl...@gmail.com escreveu: Add

[OpenWrt-Devel] [PATCH] [ar71xx] Add support for Onion Omega

2015-07-08 Thread Boken Lin
From: Boken Lin b...@onion.io Add support for Onion Omega. Signed-off-by: Boken Lin b...@onion.io --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/02_network | 1 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +