Re: [OpenWrt-Devel] [PATCH] config/Config-images.in: Fix wrong handling of ROOTFS_INCLUDE default options

2015-11-19 Thread Jan Čermák
Hello, currently I think the best option for us is an ext4fs image with /boot in the same partition, no squashfs+jfss2 or separated /boot partition. I saw that a few targets are making ext4fs image, but is any of them following the current best practices? Cheers, Jan On 11.11.2015 17:31, Felix

[OpenWrt-Devel] Unable to create GRE interface using netifd

2015-11-19 Thread pothuganti sridhar
Hi All, I am using netifd version "PKG_VERSION:=2014-09-08.1". Following is my network config file. *config interface loopback* *option ifname lo* *option protostatic* *option ipaddr 127.0.0.1* *option netmask 255.0.0.0* *config interface vlan1*

Re: [OpenWrt-Devel] [PATCH 1/2] [netifd] multicast flag control

2015-11-19 Thread Podolak, Nicholas
Original patchset was not applying correctly. My bad. Let's try this again. Signed-off-by: Nick Podolak --- device.c | 9 + device.h | 3 +++ system-linux.c | 10 ++ 3 files changed, 22 insertions(+) diff --git a/device.c

[OpenWrt-Devel] [PATCH 5/5] imx6: ventana: remove invalid video options from bootscript

2015-11-19 Thread Tim Harvey
Removed video related kernel params that are only appropriate for the Freescale downstream vendor kernel and not appriate for mainline linux. Signed-off-by: Tim Harvey --- target/linux/imx6/image/bootscript-ventana | 76 +- 1 file changed, 1

[OpenWrt-Devel] [PATCH v2 3/5] kernel: video: add fbcon support

2015-11-19 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v2: - add fb dependency - disable unsupported fb's Signed-off-by: Tim Harvey --- package/kernel/linux/modules/video.mk | 49 ++- 1 file changed, 48 insertions(+), 1 deletion(-) diff

[OpenWrt-Devel] [PATCH v2 5/6] brcm2708: add device detection and use it for network, leds and preinit

2015-11-19 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- v2: device tree model needs Rev to avoid detecting a B+ as a B model target/linux/brcm2708/base-files.mk| 3 ++ target/linux/brcm2708/base-files/etc/diag.sh | 12 ++-

[OpenWrt-Devel] [PATCH 2/5] kernel: add backlight kernel module support

2015-11-19 Thread Tim Harvey
Signed-off-by: Tim Harvey --- v2: - no changes package/kernel/linux/modules/backlight.mk | 48 +++ 1 file changed, 48 insertions(+) create mode 100644 package/kernel/linux/modules/backlight.mk diff --git

Re: [OpenWrt-Devel] [PATCH] ramips: Add initial support for WiTi Board

2015-11-19 Thread Srdjan Rosic
It needs a default network / swconfig config as well, device has 6 external interfaces and, apparently, 2 internal interfaces attached to the switch from the cpu. Srdjan Rosic On Thu, Nov 19, 2015 at 12:36 PM, Piotr Dymacz wrote: > Hello, > > some small comments from me,

[OpenWrt-Devel] [PATCH] oxnas: add missing platform bindings for stmmac glue

2015-11-19 Thread Daniel Golle
r47218 was missing needed changes which were accidentally ommitted from the patch. This should fix #20878 Signed-off-by: Daniel Golle --- target/linux/oxnas/patches-4.1/700-oxnas-dwmac.patch | 19 +++ 1 file changed, 19 insertions(+) diff --git

Re: [OpenWrt-Devel] [PATCH 2/2] [gre] multicast flag control

2015-11-19 Thread Rafał Miłecki
On 19 November 2015 at 20:51, Podolak, Nicholas wrote: > Original patchset was not applying correctly, let's try again. It's a bit useless message for the repo log. ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH] ar71xx: fix AR71XX_MODEL on TP-Link TL-WR703N

2015-11-19 Thread Matthias Schiffer
The hwid check was wrong, causing the AR71XX_MODEL value to end with a space (as $hwver was unset). Signed-off-by: Matthias Schiffer --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH] ramips: Add initial support for WiTi Board

2015-11-19 Thread Srdjan Rosic
From: Sebastian Careba WITI.dts is based on PBR-M1.DTS Signed-off-by: Sebastian Careba --- target/linux/ramips/base-files/etc/diag.sh | 1 + target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/lib/upgrade/platform.sh

[OpenWrt-Devel] [PATCH] uqmi: Support for out of source builds added

2015-11-19 Thread Bachtin, Dmitri
The scripts gen-{header,code,error-list}.pl were called with source-local paths what disallowed out of source builds. Updated CMakeLists.txt to call the scripts with ${CMAKE_SOURCE_DIR} prefix. Signed-off-by: Dmitri Bachtin --- CMakeLists.txt | 18 +- 1

Re: [OpenWrt-Devel] [PATCH] ramips: Add initial support for WiTi Board

2015-11-19 Thread Piotr Dymacz
Hello, some small comments from me, inline below. Cheers, Piotr 2015-11-19 13:10 GMT+01:00 Srdjan Rosic : > From: Sebastian Careba > > WITI.dts is based on PBR-M1.DTS > > Signed-off-by: Sebastian Careba > --- >

[OpenWrt-Devel] [PATCH] tools/scons: update to 2.4.1

2015-11-19 Thread Hannu Nyman
Update scons to 2.4.1. Signed-off-by: Hannu Nyman --- tools/scons/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/scons/Makefile b/tools/scons/Makefile index 3ea5d13..da38948 100644 --- a/tools/scons/Makefile +++ b/tools/scons/Makefile

[OpenWrt-Devel] [PATCH] tools/cmake: update to 3.4.0

2015-11-19 Thread Hannu Nyman
Update cmake to 3.4.0. Refresh patches. Signed-off-by: Hannu Nyman --- Release notes at https://cmake.org/cmake/help/v3.4/release/3.4.html tools/cmake/Makefile | 6 +++--- tools/cmake/patches/100-disable_qt_tests.patch | 4 ++--

Re: [OpenWrt-Devel] [PATCH] ramips: Add initial support for WiTi Board

2015-11-19 Thread Srdjan Rosic
hi all, nitroshift's subscribed to the mailing list but the mailing list doesn't like something in his git format-patch + git send-email workflow, could be some distro specific setting. ... anyway, this is his patch, I just happened to send the email, Thanks, -s Srdjan Rosic On Thu, Nov 19,

Re: [OpenWrt-Devel] [PATCH] config/Config-images.in: Fix wrong handling of ROOTFS_INCLUDE default options

2015-11-19 Thread Felix Fietkau
On 2015-11-19 09:48, Jan Čermák wrote: > Hello, > > currently I think the best option for us is an ext4fs image with /boot in the > same partition, no squashfs+jfss2 or separated /boot partition. I saw that a > few > targets are making ext4fs image, but is any of them following the current best

Re: [OpenWrt-Devel] [PATCH] oxnas: add missing platform bindings for stmmac glue

2015-11-19 Thread Russell Senior
> "Daniel" == Daniel Golle writes: Daniel> r47218 was missing needed changes which were accidentally Daniel> ommitted from the patch. Daniel> This should fix #20878 Tested, with this patch, eth0 works again. Though I am getting random MAC addresses on eth0. --

[OpenWrt-Devel] [PATCH 1/2] uqmi: search for ubox, blobmsg_json and json include paths

2015-11-19 Thread Bachtin, Dmitri
CMake will search for include paths via FIND_PATH() of the following libraries: libubox, blobmsg_json and json. This allows to build uqmi when the dependencies are in non-standard locations by specifying respective _include_dir variables. --- CMakeLists.txt | 5 + 1 file changed, 5

[OpenWrt-Devel] uqmi: more CMakeLists changes

2015-11-19 Thread Bachtin, Dmitri
Hello all, in the process of integrating uqmi into our build server, I've made additional changes to uqmi's CMakeLists.txt. With these changes, one will be able to specify where CMake should search for libubox, json and blobmsg_json headers, too. Overall one can search for the referenced

Re: [OpenWrt-Devel] Unable to create GRE interface using netifd

2015-11-19 Thread pothuganti sridhar
Hi Steven, Thank you so much for your valuable info. I have missed this route and struggled more than a week. Very grateful for your suggestion. With the added route I am able to proceed further. But still stuck in below point. >From gre.sh, we are calling "proto_send_update" in the interface

Re: [OpenWrt-Devel] Unable to create GRE interface using netifd

2015-11-19 Thread Steven Barth
You are most likely missing a route to the remote tunnel endpoint (192.168.11.5). The system doesn't know which interface and next hop to send the tunneled packets to, thats why its blocking the tunnel bringup. Cheers, Steven ___ openwrt-devel

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

2015-11-19 Thread Hans Dedecker
On Thu, Nov 19, 2015 at 2:39 PM, Steven Barth wrote: > I don't see this argument as very convincing. I mean they still have > control even if the client ORO's 121, they could simply ignore it. On top > of that I think there are enough clients already (Windows at least IIRC) >