[OpenWrt-Devel] [PATCH] [ar71xx] Send power to USB port on WNR2200

2015-10-09 Thread Riley Baird
This patch fixes ticket #15267 by enabling power on the WNR2200's USB port. At present, the USB port on the WNR2200 is non-functional due to it not receiving power. This patch defines an additional GPIO pin, but none of the current GPIO definitions have been modified. Signed-off-by: Riley Baird

Re: [OpenWrt-Devel] Jails current broken due to not following symlinks

2015-10-09 Thread Daniel Dickinson
Hi all, An update: current Chaos Calmer HEAD (i.e. latest commit) does correctly follow symlinks on ar71xx but not x86_64. That is jails work on ar71xx but not x86_64 with current Chaos Calmer branch. (as described previously manually addingthe links on x86_64 allows the jails to work). Re

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add ath3k module package

2015-10-09 Thread Pushpal Sidhu
On Fri, Oct 9, 2015 at 2:44 PM, Roman Yeryomin wrote: > On 10 October 2015 at 00:22, Pushpal Sidhu wrote: >> Adds a package for the ath3k kernel module, present in 3.18/4.0/4.1 kernels >> >> Signed-off-by: Pushpal Sidhu >> --- >> package/kernel/linux/modules/other.mk | 19 +++ >>

Re: [OpenWrt-Devel] [PATCH 2/4] kernel: add ath3k module package

2015-10-09 Thread Roman Yeryomin
On 10 October 2015 at 00:22, Pushpal Sidhu wrote: > Adds a package for the ath3k kernel module, present in 3.18/4.0/4.1 kernels > > Signed-off-by: Pushpal Sidhu > --- > package/kernel/linux/modules/other.mk | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/package/ker

Re: [OpenWrt-Devel] SVN to GIT transition

2015-10-09 Thread Roman Yeryomin
On 9 October 2015 at 21:22, Jo-Philipp Wich wrote: > Hi. > >> Moving to Git seemed to have lots of traction at the summit, and I'll >> add my voice that this sounds like a step in the right direction for >> OpenWrt. I'm assuming that we would want to do a proper SVN to Git >> conversion, and Eric

[OpenWrt-Devel] [PATCH 4/4] kernel: add usb-mass-storage-gadget driver package

2015-10-09 Thread Pushpal Sidhu
This is another useful gadget driver that can allow an OTG port to act as a mass storage device. Signed-off-by: Pushpal Sidhu --- package/kernel/linux/modules/usb.mk | 17 + 1 file changed, 17 insertions(+) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux

[OpenWrt-Devel] [PATCH 3/4] kernel: add mvsw61xx module package

2015-10-09 Thread Pushpal Sidhu
Adds the package to select the mvsw61xx module present in the 3.18/4.0/4.1 kernels. Signed-off-by: Pushpal Sidhu --- package/kernel/linux/modules/netdevices.mk | 14 ++ 1 file changed, 14 insertions(+) diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/m

[OpenWrt-Devel] [PATCH 2/4] kernel: add ath3k module package

2015-10-09 Thread Pushpal Sidhu
Adds a package for the ath3k kernel module, present in 3.18/4.0/4.1 kernels Signed-off-by: Pushpal Sidhu --- package/kernel/linux/modules/other.mk | 19 +++ 1 file changed, 19 insertions(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.

[OpenWrt-Devel] Add several OpenWrt Packages

2015-10-09 Thread Pushpal Sidhu
Patch series adds the following packages that can be selected through OpenWrt's make system: * ibt firmware * ar3k firmware * ath3k kernel module * mvsw61xx kernel module * g_mass_storage kernel module - Pushpal ___ openwrt-devel mailing list openw

[OpenWrt-Devel] [PATCH 1/4] firmware: linux-firmware: Add ibt-firmware and ar3k-firmware packages

2015-10-09 Thread Pushpal Sidhu
Some bluetooth devices require firmware. Add intel bluetooth and ar3k for now. Signed-off-by: Pushpal Sidhu --- package/firmware/linux-firmware/Makefile | 40 1 file changed, 40 insertions(+) diff --git a/package/firmware/linux-firmware/Makefile b/package/firmw

Re: [OpenWrt-Devel] [PATCH 3/5] brcm63xx: lzma-loader: add BCM3380 support

2015-10-09 Thread Álvaro Fernández Rojas
Not yet, also my patches for the kernel are based on yours, so maybe you should submit them, since you were the first one to implement the support. BTW, I boot tested bmips on BCM3380 with the following changes: https://github.com/openwrt-es/openwrt/commit/3c72e4dc2b2bf21f3b1a7ef412fdb60753febae1

Re: [OpenWrt-Devel] [PATCH 2/5] brcm63xx: lzma-loader: add BCM3368 support

2015-10-09 Thread Florian Fainelli
On 09/10/15 13:29, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas Acked-by: Florian Fainelli > --- > target/linux/brcm63xx/image/lzma-loader/src/board.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/target/linux/brcm63xx/image/lzma-loader/

Re: [OpenWrt-Devel] [PATCH 1/5] brcm63xx: fix BCM3368 external interrupts

2015-10-09 Thread Florian Fainelli
On 09/10/15 13:29, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas Acked-by: Florian Fainelli This matches arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h > --- > target/linux/brcm63xx/dts/bcm3368.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --

Re: [OpenWrt-Devel] [PATCH] bmips: add new target

2015-10-09 Thread Álvaro Fernández Rojas
I'm sorry, I didn't want to send it, I used the wrong wildcard when selecting all patches :D El 09/10/2015 a las 22:36, Florian Fainelli escribió: On 09/10/15 13:29, Álvaro Fernández Rojas wrote: Signed-off-by: Álvaro Fernández Rojas Nice, a commit message telling what this is about would ha

Re: [OpenWrt-Devel] [PATCH 4/5] brcm63xx: fix Netgear CVG834G HCS magic bytes

2015-10-09 Thread Florian Fainelli
On 09/10/15 13:29, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas Acked-by: Florian Fainelli > --- > target/linux/brcm63xx/image/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > mode change 100755 => 100644 target/linux/brcm63xx/image/Makefile > > dif

Re: [OpenWrt-Devel] [PATCH 3/5] brcm63xx: lzma-loader: add BCM3380 support

2015-10-09 Thread Florian Fainelli
On 09/10/15 13:29, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas That is a first step, but there are additional kernel changes required to boot on 3380, are you also going to submit these? > --- > target/linux/brcm63xx/image/lzma-loader/src/board.c | 5 + > 1 file ch

Re: [OpenWrt-Devel] [PATCH] bmips: add new target

2015-10-09 Thread Florian Fainelli
On 09/10/15 13:29, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas Nice, a commit message telling what this is about would have been welcome, especially with the diffstat below which is pretty gigantic. Could you make sure that all patches that are not upstream yet get subm

[OpenWrt-Devel] [PATCH 4/5] brcm63xx: fix Netgear CVG834G HCS magic bytes

2015-10-09 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm63xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 target/linux/brcm63xx/image/Makefile diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile old mo

[OpenWrt-Devel] [PATCH 3/5] brcm63xx: lzma-loader: add BCM3380 support

2015-10-09 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm63xx/image/lzma-loader/src/board.c | 5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/brcm63xx/image/lzma-loader/src/board.c b/target/linux/brcm63xx/image/lzma-loader/src/board.c index 46af525..28b9c53 100644 --- a/tar

[OpenWrt-Devel] [PATCH 5/5] brcm63xx: fix brcm, bcm6345-ext-intc interrupt controller

2015-10-09 Thread Álvaro Fernández Rojas
brcm,field-width is read but unused Signed-off-by: Álvaro Fernández Rojas --- .../321-irqchip-add-support-for-bcm6345-style-external-inter.patch | 7 --- .../321-irqchip-add-support-for-bcm6345-style-external-inter.patch | 7 --- 2 files changed, 8 insertions(+), 6 deletions(-) diff --g

[OpenWrt-Devel] [PATCH 2/5] brcm63xx: lzma-loader: add BCM3368 support

2015-10-09 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm63xx/image/lzma-loader/src/board.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/target/linux/brcm63xx/image/lzma-loader/src/board.c b/target/linux/brcm63xx/image/lzma-loader/src/board.c index 1c715e3..46af525 1

[OpenWrt-Devel] [PATCH 1/5] brcm63xx: fix BCM3368 external interrupts

2015-10-09 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm63xx/dts/bcm3368.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm63xx/dts/bcm3368.dtsi b/target/linux/brcm63xx/dts/bcm3368.dtsi index f3b0b02..5be5c6a 100644 --- a/target/linux/brcm63xx/dts/bcm33

Re: [OpenWrt-Devel] Becoming maintainer of bandwidthd

2015-10-09 Thread Lars
hi, you can simply create a pull request against packages.git, and start maintaining it :) IIRC, that's the procedure for reviving an oldpackage. cheers, lars On 09.10.2015 20:39, Jean-Michel Lacroix wrote: > Hello, > > I saw lately that the bandwidthd package was not maintained anymore (it >

Re: [OpenWrt-Devel] SVN to GIT transition

2015-10-09 Thread Jonathan Bennett
On Oct 9, 2015 2:21 PM, "Jo-Philipp Wich" wrote: > > Hi. > > > Moving to Git seemed to have lots of traction at the summit, and I'll > > add my voice that this sounds like a step in the right direction for > > OpenWrt. I'm assuming that we would want to do a proper SVN to Git > > conversion, and

[OpenWrt-Devel] Becoming maintainer of bandwidthd

2015-10-09 Thread Jean-Michel Lacroix
Hello, I saw lately that the bandwidthd package was not maintained anymore (it is part of the oldpackages). I was able a few days ago to compile it for Chaos Calmer for the ar71xx and test it on a router that I have: it seems to be working fine and collecting the data correctly. As the band

Re: [OpenWrt-Devel] SVN to GIT transition

2015-10-09 Thread Jo-Philipp Wich
Hi. > Moving to Git seemed to have lots of traction at the summit, and I'll > add my voice that this sounds like a step in the right direction for > OpenWrt. I'm assuming that we would want to do a proper SVN to Git > conversion, and Eric's help on this would be great, I think. My > discussion w

[OpenWrt-Devel] SVN to GIT transition

2015-10-09 Thread Jonathan Bennett
I just received word back from Eric Raymond, author of reposurgeon and known for many other projects. He has limited time, but will be willing to offer some help if we want to do a full svn to git conversion of the core OpenWrt codebase. Moving to Git seemed to have lots of traction at the summit

[OpenWrt-Devel] gdbm build failure (gettext version)

2015-10-09 Thread Jos Vos
Hi, Using the CC (final) SDK, I get the same error as described in the closed issue #1098 . See also the comment I added earlier today to issue #1098. Any ideas how to solve this? Thanks, -- --Jos Vos --X/OS Experts in Open Systems BV

[OpenWrt-Devel] [PATCH 6/6] ar71xx/image: migrate all images based on macro TPLINK

2015-10-09 Thread Alexander Couzens
Includes images for rnx-n360rt tl-mr3220-v1 tl-mr3420-v1 tl-wa701n-v1 tl-wa730rev1 tl-wa7510n tl-wa801nd-v1 tl-wa830re-v1 tl-wa901nd-v1 tl-wa901nd-v2 tl-wr740n-v1 tl-wr740n-v3 tl-wr743nd-v1 tl-wr841nd-v3 tl-wr841nd-v5 tl-wr841nd-v7 tl-wr842n-v1 tl-wr941nd-v2 tl-wr941nd-v3 tl-wr941nd-v4 tl-wr1043nd-

[OpenWrt-Devel] [PATCH 5/6] ar71xx/image: remove old build step TPLINK-LZMA

2015-10-09 Thread Alexander Couzens
all boards has been migrated to the new build step Signed-off-by: Alexander Couzens --- target/linux/ar71xx/image/Makefile | 29 + 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile in

[OpenWrt-Devel] [PATCH 3/6] ar71xx/image: refactor tplink-chn-v2 devices

2015-10-09 Thread Alexander Couzens
* use build step mktplinkfw with extra arguments * remove now unused mktplinkfw-chn-v2 * use Device/tplink Signed-off-by: Alexander Couzens --- target/linux/ar71xx/image/Makefile | 34 +- 1 file changed, 5 insertions(+), 29 deletions(-) diff --git a/target/linux/

[OpenWrt-Devel] [PATCH 4/6] ar71xx/image: migrate last TPLINK-LZMA images to new build system

2015-10-09 Thread Alexander Couzens
Migrate TLWR1043V2 TLWR2543 Signed-off-by: Alexander Couzens --- target/linux/ar71xx/image/Makefile | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 1fece37..6c84a39 100644

[OpenWrt-Devel] [PATCH 1/6] ar71xx/image: remove unused multiprofile definitons

2015-10-09 Thread Alexander Couzens
These profiles covered by new image/Makefile descriptions. Only the old format uses MultiProfile macro Signed-off-by: Alexander Couzens --- target/linux/ar71xx/image/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Mak

[OpenWrt-Devel] [PATCH 2/6] ar71xx/image: add options argument to mktplinkfw step

2015-10-09 Thread Alexander Couzens
Allow to pass extra arguments to mktplinkfw step. Some board requires an extra argument to create a valid image. Signed-off-by: Alexander Couzens --- target/linux/ar71xx/image/Makefile | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile

[OpenWrt-Devel] [PATCH 0/6] ar71xx/image: migrate tplink images

2015-10-09 Thread Alexander Couzens
Hi, the following patches migrate (old) tplink images to new build code. I haven't tested these images, so I invite everybody to test these images. I uploaded the images to http://repo.fe80.eu/newtplink/ Best lynxis modified devices: rnx-n360rt tl-mr3220-v1 tl-mr3420-v1 tl-wa70

[OpenWrt-Devel] Last call for signatures to the FCC on the wifi lockdown issue

2015-10-09 Thread Dave Taht
The CeroWrt project's letter to the FCC on how to better manage the software on wifi and home routers vs some proposed regulations is now in last call for signatures. The final draft of our FCC submittal is here: https://docs.google.com/document/d/15QhugvMlIOjH7iCxFdqJFhhwT6_nmYT2j8xAscCImX0/edit?

[OpenWrt-Devel] [PATCH v2] base-files: show hint when JFFS2-partition is full and overlayfs mounted read-only

2015-10-09 Thread Bastian Bittorf
since r45833 and r45848 the overlayfs is automatically mounted read-only (and blocks remounts as r/w) when JFFS2 is full. see ticket #19564 because of this normal file deletion is not possible anymore. if a user logins interactively (e.g. SSH) show a hint for this, that files must be removed in /o

[OpenWrt-Devel] [PATCH] base-files: sysupgrade: respect new profile.d infrastructure

2015-10-09 Thread Bastian Bittorf
since switch to profile.d infrastructure with r46965 it is not the right way to make changes in /etc/profile, but have own files under /etc/profile.d/*.sh - keep these during sysupgrade and dont mark the old file as conffile, otherwise it will be used during sysupgrade by the 'opkg list-changed-con