Re: [OpenWrt-Devel] openwrt gpsd compilation fail

2015-11-17 Thread Dirk Neukirchen
On 12.11.2015 20:41, Pushpal Sidhu wrote: > Hi Luigi, > > On Thu, Nov 12, 2015 at 9:27 AM, luigi findanno wrote: >> >> Hi, I'm trying to compile openwrt for raspberry pi but I found this error: >> >> http://pastebin.com/yQFhza8Y >> >> I don't know how to go on. I found your

Re: [OpenWrt-Devel] [PATCH] mac80211: Add dependency on ip (iproute2) to cfg80211

2015-11-17 Thread Luiz Angelo Daros de Luca
Is there a way to add "provides" to a package? In RPM, I would solve this adding "Provides: ip" to busybox. This could also help when a kern module gets built-in. Kernel package could provide the incorporated kmod-xxx module. It would be better if both kernel and kmod-xxx could automatically

Re: [OpenWrt-Devel] [PATCH v5] linux: add support of Synopsys ARC770-based boards

2015-11-17 Thread Alexey Brodkin
Hi Felix, Jonas, On Fri, 2015-11-13 at 21:39 +0300, Alexey Brodkin wrote: > This patch introduces support of new boards with ARC cores. > > [1] Synopsys SDP board > This is a new-generation development board from Synopsys that > consists of base-board and CPU tile-board (which might

[OpenWrt-Devel] [PATCH v3 2/2] pinctrl/lantiq: adapt devicetrees to new tables

2015-11-17 Thread Martin Schiller
This patch adapts the "pinctrl-xway" and "pinctrl-xr9" settings in the dts files into dedicated "pinctrl-ase", "pinctrl-danube", "pinctrl-xrx100" and "pinctrl-xrx200" settings. Signed-off-by: Martin Schiller --- target/linux/lantiq/dts/BTHOMEHUBV2B.dts | 2 +-

Re: [OpenWrt-Devel] [PATCH] mac80211: Add dependency on ip (iproute2) to cfg80211

2015-11-17 Thread Felix Fietkau
On 2015-11-17 12:59, Luiz Angelo Daros de Luca wrote: > Is there a way to add "provides" to a package? In RPM, I would solve > this adding "Provides: ip" to busybox. > > This could also help when a kern module gets built-in. Kernel package > could provide the incorporated kmod-xxx module. It

Re: [OpenWrt-Devel] [PATCH] [ramips] mt7621: fix nand driver

2015-11-17 Thread Daniel Golle
On Sat, Nov 14, 2015 at 04:39:51PM +0900, YounJaeRho wrote: > This patch fix mt7621 nand driver for linux-3.18 kernel.mt7621 share PIN > between NAND,SDXC,SPI.so you should pinctrl in dts file that only one of them > is used at a time. > SQUASH supportJFFS2 support (no hardware ECC support which

[OpenWrt-Devel] [PATCH] gdb: use separate patches for upstream and ARC gdb

2015-11-17 Thread Alexey Brodkin
With bump of upstream GDB from 7.9 to 7.10 at least 100-no_extern_inline.patch became incompatible with ARC gdb (which is still based on upstream 7.9 branch). So until ARC support is not completely upstreamed (which we expect to happen in coming months) we'll need to have separate patches for ARC

[OpenWrt-Devel] [PATCH v3 1/2] pinctrl/lantiq: introduce new dedicated tables

2015-11-17 Thread Martin Schiller
This patch introduces new dedicated "pinctrl-ase", "pinctrl-danube", "pinctrl-xrx100" and "pinctrl-xrx200" configuration tables. Based on the newest Lantiq Hardware Description it turend out, that there are some differences in the GPIO alternative functions of the Danube, xRX100 and xRX200

Re: [OpenWrt-Devel] [PATCH v3 1/2] pinctrl/lantiq: introduce new dedicated tables

2015-11-17 Thread John Crispin
On 17/11/2015 16:06, Daniel Schwierzeck wrote: > 2015-11-17 13:48 GMT+01:00 Martin Schiller : >> This patch introduces new dedicated "pinctrl-ase", "pinctrl-danube", >> "pinctrl-xrx100" and "pinctrl-xrx200" configuration tables. >> >> Based on the newest Lantiq Hardware

Re: [OpenWrt-Devel] [PATCH v3 1/2] pinctrl/lantiq: introduce new dedicated tables

2015-11-17 Thread Daniel Schwierzeck
2015-11-17 13:48 GMT+01:00 Martin Schiller : > This patch introduces new dedicated "pinctrl-ase", "pinctrl-danube", > "pinctrl-xrx100" and "pinctrl-xrx200" configuration tables. > > Based on the newest Lantiq Hardware Description it turend out, that there are > some differences

[OpenWrt-Devel] [PATCH] kernel: mtd: Backport GD25Q128B support to 3.18

2015-11-17 Thread Srdjan Rosic
Support is present in 3.19 and above as kernel commit: fcc87a95195236b0935183361a72e4a98bf577d8 Changes to other existing patches are a result of "make target/linux/refresh". Signed-off-by: Srdjan Rosic Signed-off-by: Srdjan Rosic ---

[OpenWrt-Devel] [PATCH] netifd: Request DHCP option 121 (classless route) by default

2015-11-17 Thread Baptiste Jonglez
From: Baptiste Jonglez This option is very useful when the gateway configured by DHCP cannot be in the same subnet as the client. This happens, for instance, when using DHCP to hand out addresses in /32 subnets. Signed-off-by: Baptiste Jonglez

[OpenWrt-Devel] [PATCH] [001/001] TL-WR710N: create image for v2.1

2015-11-17 Thread Norbert Wegener
This patch just extends target/linux/ar71xx/image/Makefile to build images also for version 2.1 of TL-WR710N diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 013a215..da2e7d4 100644 --- a/target/linux/ar71xx/image/Makefile +++

Re: [OpenWrt-Devel] [PATCH] mac80211: Add dependency on ip (iproute2) to cfg80211

2015-11-17 Thread Cristian Morales Vega
On 16 November 2015 at 23:40, Felix Fietkau wrote: > On 2015-11-16 20:28, Ted Hess wrote: >> Changes to netifd/wireless/mac80211.sh in r46832 invoke 'ip' when making >> a client association. 'ip' is not automatically included with cfg80211 >> custom builds -- association fails.