Re: [OpenWrt-Devel] [PATCH 1/3] [uboot-lantiq] Depend on lantiq target, since VRX200 devices, are also supported

2014-04-19 Thread John Crispin
On 19/04/2014 17:20, Álvaro Fernández Rojas wrote: > Depending on XWAY makes uboot-lantiq invisible for VRX200 devices. > > Signed-off-by: Álvaro Fernández Rojas --- diff > --git a/package/boot/uboot-lantiq/Makefile > b/package/boot/uboot-lantiq/Makefile index 90060ef..32f811a 100644 > --- a/p

Re: [OpenWrt-Devel] PATCH: add support for GL-Inet V1 boards/routers

2014-04-19 Thread John Crispin
the patch is line wrapped -> http://patchwork.openwrt.org/patch/5199/ please read the SubittingPatches guidelines and send properly formatted patch. On 19/04/2014 21:57, Mark Janssen wrote: > Hello, > > I've updated a patch, available at > https://github.com/alzhao/Openwrt-patches-for-GL.i

Re: [OpenWrt-Devel] [PATCH] [package] kobs-ng: Add support for overriding size

2014-04-19 Thread Luka Perkov
Hi Tim, On Thu, Apr 17, 2014 at 09:25:16AM -0700, Tim Harvey wrote: > By default kobs-ng will use the size of /dev/mtd0 for the IMX bootstreams. > This patch allows overriding that size in order to reserve space at the end > of the mtd partition for u-boot.img in the case of using an SPL bootloade

Re: [OpenWrt-Devel] [PATCH] imx6-gateworks: enable new canbus packages

2014-04-19 Thread Luka Perkov
Hi Tim, On Thu, Apr 17, 2014 at 09:24:32AM -0700, Tim Harvey wrote: > The canbus package was recently changed to a more active project. This patch > updates the default package names to include the same functionality as before. > > Signed-off-by: Tim Harvey > --- > target/linux/imx6/profiles/12

[OpenWrt-Devel] [PATCH] feeds.conf.default: Telephony repository URI has changed.

2014-04-19 Thread Jiří Šlachta
Signed-off-by: Jiri Slachta --- feeds.conf.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds.conf.default b/feeds.conf.default index 5cb1198..a4d9743 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -1,7 +1,7 @@ src-git packages http://git.openwrt.org/

[OpenWrt-Devel] [PATCH 1/3] [uboot-lantiq] Depend on lantiq target, since VRX200 devices, are also supported

2014-04-19 Thread Álvaro Fernández Rojas
Depending on XWAY makes uboot-lantiq invisible for VRX200 devices. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index 90060ef..32f811a 100644 --- a/package/boot/uboot-lantiq/Makefile +++ b/package/boot/uboot-lantiq

[OpenWrt-Devel] [PATCH 2/3] [uboot-lantiq] Create firmware directory if it doesn't exist

2014-04-19 Thread Álvaro Fernández Rojas
Fixes package refreshing. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index 32f811a..03f9aa9 100644 --- a/package/boot/uboot-lantiq/Makefile +++ b/package/boot/uboot-lantiq/Makefile @@ -213,6 +213,7 @@ endef de

[OpenWrt-Devel] [PATCH][lantiq] Fix vr9_phy22f_a2x.bin firmware linking

2014-04-19 Thread Álvaro Fernández Rojas
vr9_phy22f_a2x.bin needs to be linked in order to get ethernet support. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/lantiq/patches-3.10/0019-NET-lantiq-adds-PHY11G-firmware-blobs.patch b/target/linux/lantiq/patches-3.10/0019-NET-lantiq-adds-PHY11G-firmware-blobs.patch i