[OpenWrt-Devel] move socat into package feed

2014-08-11 Thread Henning Schild
Hi all, i have a IPv6 internet connection at home where IPv4 support is available through a ds-lite tunnel. In order to connect to services running in my home network i have to use IPv6 from the outside. The easiest solution i found for 4to6 or 6to4 port forwarding is socat but it is currently not

[OpenWrt-Devel] [PATCH 3/3] brcm63xx: tag images/dtbs with profiles

2014-08-11 Thread Álvaro Fernández Rojas
This prevents generating every supported image, except for de "Default" profile. Also fixes Neufbox 6 image generation. Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Jonas Gorski --- diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 8993565..d

[OpenWrt-Devel] [PATCH 2/3] brcm63xx: add profiles for DTB supported devices

2014-08-11 Thread Álvaro Fernández Rojas
Remove generic profiles and add profiles for each DTB supported device. Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Jonas Gorski --- diff --git a/target/linux/brcm63xx/profiles/00-default.mk b/target/linux/brcm63xx/profiles/00-default.mk new file mode 100644 index 000..a25be92 ---

[OpenWrt-Devel] [PATCH 1/3] brcm63xx: move generic profiles to top dir and remove smp profiles

2014-08-11 Thread Álvaro Fernández Rojas
Use generic profiles for brcm63xx instead of having similar profiles for each subtarget. Signed-off-by: Álvaro Fernández Rojas Signed-off-by: Jonas Gorski --- diff --git a/target/linux/brcm63xx/generic/profiles/100-Broadcom.mk b/target/linux/brcm63xx/generic/profiles/100-Broadcom.mk deleted fi

Re: [OpenWrt-Devel] [PATCH 2/3] build: use options to add kernels/dtbs in rootfs

2014-08-11 Thread Luka Perkov
On Mon, Aug 11, 2014 at 10:06:27PM +0200, Felix Fietkau wrote: > On 2014-08-11 10:47, Luka Perkov wrote: > > Use support for options to enable targets and profiles select kernel or dtb > > inclusion by default. > > > > Signed-off-by: Luka Perkov > What's the rationale for having this stuff as con

Re: [OpenWrt-Devel] [PATCH 2/3] build: use options to add kernels/dtbs in rootfs

2014-08-11 Thread Felix Fietkau
On 2014-08-11 10:47, Luka Perkov wrote: > Use support for options to enable targets and profiles select kernel or dtb > inclusion by default. > > Signed-off-by: Luka Perkov What's the rationale for having this stuff as config options in the first place? It seems to me that it makes a lot more sen

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Luka Perkov
On Mon, Aug 11, 2014 at 06:59:15PM +0200, Jonas Gorski wrote: > On Mon, Aug 11, 2014 at 6:34 PM, Luka Perkov wrote: > > On Mon, Aug 11, 2014 at 05:24:32PM +0200, Jonas Gorski wrote: > >> On Mon, Aug 11, 2014 at 5:06 PM, Luka Perkov wrote: > >> > On Mon, Aug 11, 2014 at 03:21:58PM +0200, Jonas Gor

Re: [OpenWrt-Devel] [PATCH] base-files: /lib/functions/network.sh: fix network_get_ipaddr6

2014-08-11 Thread Jo-Philipp Wich
Hi Henning, committed in r42139 and merged to BB in r42140 - thank you! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] base-files: /lib/functions/network.sh: fix network_get_ipaddr6

2014-08-11 Thread Henning Schild
When looking for the first ipaddr also consider the current prefix just like network_get_ipaddrs6 does. If ipv6-address was empty the function did not return the first ipaddr even if the list was non-empty. fixes commit 83e9122f88a002871d5cdf421cf6aa6052b7e006 Signed-off-by: Henning Schild ---

Re: [OpenWrt-Devel] [ANN] MicroPython - well-known scripting language, unbloated

2014-08-11 Thread Paul Sokolovsky
Hello Nicolás, Sorry for the delay with response - vacation time. On Wed, 23 Jul 2014 14:30:55 -0300 Nicolás Echániz wrote: > On 07/14/2014 06:30 PM, Paul Sokolovsky wrote: > > > I don't want to have a long thread here discussing > > non-technical sides of MicroPython (that's surely an offto

[OpenWrt-Devel] Missing profile line for ESR900

2014-08-11 Thread Forest Crossman
  I just noticed that one of the lines from http://patchwork.openwrt.org/patch/5715/ is missing from r41642. Specifically, it’s the last portion of the patch and enables the profile to actually be built. I hadn’t noticed it earlier, but now that I have, should I submit another patch? -- Forest

Re: [OpenWrt-Devel] [PATCH 2/4] lantiq: export soc type

2014-08-11 Thread Florian Fainelli
On 08/11/2014 04:59 AM, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > diff --git > a/target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch > b/target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch > new file mode 100644 > index 000..c

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Jonas Gorski
On Mon, Aug 11, 2014 at 6:34 PM, Luka Perkov wrote: > On Mon, Aug 11, 2014 at 05:24:32PM +0200, Jonas Gorski wrote: >> On Mon, Aug 11, 2014 at 5:06 PM, Luka Perkov wrote: >> > On Mon, Aug 11, 2014 at 03:21:58PM +0200, Jonas Gorski wrote: >> >> And further, in your approach you directly select the

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Luka Perkov
On Mon, Aug 11, 2014 at 05:24:32PM +0200, Jonas Gorski wrote: > On Mon, Aug 11, 2014 at 5:06 PM, Luka Perkov wrote: > > On Mon, Aug 11, 2014 at 03:21:58PM +0200, Jonas Gorski wrote: > >> And further, in your approach you directly select the options, not > >> just change the defaults (in contrast t

[OpenWrt-Devel] Trac suggestions

2014-08-11 Thread Etienne Champetier
Hi everybody, I've already sent these ideas in other emails/on irc but i haven't got answers. It would be great if one of the Trac admin could: -add more people with "write" access, like packages maintainers, because there is a lot of cleanup/triage to do -disable anonymous posting, except spam i

Re: [OpenWrt-Devel] [PATCH] dragino2 update GPIO definitions

2014-08-11 Thread Pau
The one I got is the meshpotato v2, so I don't know about other kind of dragino boards. However what you say makes sense, let's just ignore this patch. And sure, it would be nice to have some specific targets or subtargets for the different "flavors" of this board. Cheers. El lun 11 ago 2014 1

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Jonas Gorski
On Mon, Aug 11, 2014 at 5:06 PM, Luka Perkov wrote: > On Mon, Aug 11, 2014 at 03:21:58PM +0200, Jonas Gorski wrote: >> And further, in your approach you directly select the options, not >> just change the defaults (in contrast to the default packages), so you >> can't even deselect them anymore. >

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Luka Perkov
On Mon, Aug 11, 2014 at 03:21:58PM +0200, Jonas Gorski wrote: > On Mon, Aug 11, 2014 at 2:57 PM, Luka Perkov wrote: > > On Mon, Aug 11, 2014 at 01:17:04PM +0200, Jonas Gorski wrote: > >> On Mon, Aug 11, 2014 at 10:47 AM, Luka Perkov wrote: > >> > This patch adds support for target DEFAULT_OPTIONS

Re: [OpenWrt-Devel] [PATCH] dragino2 update GPIO definitions

2014-08-11 Thread Karl Palsson
Please no. This might match your combination of dragino2 mainboard plus your daughterboard, but it most certainly doesn't match everyone's. Also it contains lots of gratuitous whitespace changes. Possibly it might be time to make more than one "dragino2" config, and possibly it should just s

[OpenWrt-Devel] [PATCH] dragino2 update GPIO definitions

2014-08-11 Thread Pau
Update mach-dragino2.c from Dragino2 official repository. The patch should directly apply in trunk. -- ./p4u From 31692b700b79499bf0510b5350253b4c619c49ba Mon Sep 17 00:00:00 2001 From: Pau Escrich Date: Mon, 11 Aug 2014 15:57:37 +0200 Subject: [PATCH] Update dragino2 GPIO definitions Signed-off

[OpenWrt-Devel] [PATCH V3 1/2] brcm63xx: fix HG556a boards and remove fallback board

2014-08-11 Thread Álvaro Fernández Rojas
This changes board info to match the Wiki http://wiki.openwrt.org/toh/huawei/hg556a, removes the no longer needed fallback board and fixes HG556 Ralink eeprom extraction. Signed-off-by: Álvaro Fernández Rojas --- v2: rename caldata partition v3: rename the board IDs instead of moving the caldat

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Jonas Gorski
On Mon, Aug 11, 2014 at 2:57 PM, Luka Perkov wrote: > On Mon, Aug 11, 2014 at 01:17:04PM +0200, Jonas Gorski wrote: >> On Mon, Aug 11, 2014 at 10:47 AM, Luka Perkov wrote: >> > This patch adds support for target DEFAULT_OPTIONS and profile OPTIONS >> > variables. Those are simmilar to existing DE

[OpenWrt-Devel] [PATCH V2 1/2] brcm63xx: fix HG556a boards and remove fallback board

2014-08-11 Thread Álvaro Fernández Rojas
This changes board info to match the Wiki http://wiki.openwrt.org/toh/huawei/hg556a, removes the no longer needed fallback board and fixes HG556 Ralink eeprom extraction. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-ee

[OpenWrt-Devel] [PATCH 2/2] brcm63xx: simplify HG556a image generation

2014-08-11 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index b445dcb..8c8d81b 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -210,15 +210,6 @@ define CfeImageDTB TARGET_

[OpenWrt-Devel] [PATCH 1/2] brcm63xx: fix HG556a boards and remove fallback board

2014-08-11 Thread Álvaro Fernández Rojas
This changes board info to match the Wiki http://wiki.openwrt.org/toh/huawei/hg556a and removes the no longer needed fallback board. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/brcm63xx/base-fil

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Luka Perkov
On Mon, Aug 11, 2014 at 01:17:04PM +0200, Jonas Gorski wrote: > On Mon, Aug 11, 2014 at 10:47 AM, Luka Perkov wrote: > > This patch adds support for target DEFAULT_OPTIONS and profile OPTIONS > > variables. Those are simmilar to existing DEFAULT_PACKAGES and PACKAGES > > but one can use them to se

[OpenWrt-Devel] [PATCH 4/4] lantiq: generate unique ARV7519RW22 firmware

2014-08-11 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/lantiq/dts/ARV7519RW.dtsi b/target/linux/lantiq/dts/ARV7519RW.dtsi deleted file mode 100644 index d2d083f..000 --- a/target/linux/lantiq/dts/ARV7519RW.dtsi +++ /dev/null @@ -1,222 +0,0 @@ -/include/ "vr9.dtsi" - -/ { -

[OpenWrt-Devel] [PATCH 3/4] lantiq: add support for xrx200 firmware depending on soc type

2014-08-11 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/lantiq/patches-3.10/0210-lantiq-xrx200-firmware-multi-version.patch b/target/linux/lantiq/patches-3.10/0210-lantiq-xrx200-firmware-multi-version.patch new file mode 100644 index 000..cf5e5cf --- /dev/null +++ b/target/linu

[OpenWrt-Devel] [PATCH 1/4] lantiq: improve ARV7519RW22 support

2014-08-11 Thread Álvaro Fernández Rojas
- use full board name - rename uboot-env partition - add dsl_fw partition - remove unneeded pinmux groups - move gigabit ethernet to LAN - load mac address from mtd Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/la

[OpenWrt-Devel] [PATCH 2/4] lantiq: export soc type

2014-08-11 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch b/target/linux/lantiq/patches-3.10/0209-lantiq-export-soc-type.patch new file mode 100644 index 000..cb0a559 --- /dev/null +++ b/target/linux/lantiq/patches-3.10/0209-lant

Re: [OpenWrt-Devel] Moving all feeds to OpenWrt GitHub organisation

2014-08-11 Thread Etienne Champetier
2014-08-11 1:09 GMT+03:00 Stefan Monnier : > > We use git, the day github closes, or asks for money, or ..., we move. > > Notice how right after suggesting github, you suggested using > its bugtracker. It's only when github closes your access that you > realize you didn't stick to just "using Git

Re: [OpenWrt-Devel] [PATCH 3/3] brcm-wl: use new brcm63xx fallback sprom

2014-08-11 Thread Jonas Gorski
On Sun, Aug 10, 2014 at 6:09 PM, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas Generally it looks good, but could use a bit more of a changelog (like stating that you are now filling in a lot more values). Also Rafał, could you take a look at this if this is okay? Jona

Re: [OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Jonas Gorski
On Mon, Aug 11, 2014 at 10:47 AM, Luka Perkov wrote: > This patch adds support for target DEFAULT_OPTIONS and profile OPTIONS > variables. Those are simmilar to existing DEFAULT_PACKAGES and PACKAGES > but one can use them to select other options by default in menuconfig. I don't think this is a

[OpenWrt-Devel] [PATCH 3/3] imx6: ventana: by default include uimage and dtb in rootfs

2014-08-11 Thread Luka Perkov
Signed-off-by: Luka Perkov --- target/linux/imx6/profiles/120-gateworks.mk | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/imx6/profiles/120-gateworks.mk b/target/linux/imx6/profiles/120-gateworks.mk index d64a0bd..7257ab8 100644 --- a/target/linux/imx6/profiles/120-gatework

[OpenWrt-Devel] [PATCH 2/3] build: use options to add kernels/dtbs in rootfs

2014-08-11 Thread Luka Perkov
Use support for options to enable targets and profiles select kernel or dtb inclusion by default. Signed-off-by: Luka Perkov --- config/Config-images.in | 49 target/linux/mxs/profiles/01-duckbill.mk | 5 +++- 2 files changed, 41 insertions(+),

[OpenWrt-Devel] [PATCH 1/3] build: add support for options

2014-08-11 Thread Luka Perkov
This patch adds support for target DEFAULT_OPTIONS and profile OPTIONS variables. Those are simmilar to existing DEFAULT_PACKAGES and PACKAGES but one can use them to select other options by default in menuconfig. Signed-off-by: Luka Perkov --- include/target.mk | 4 scripts/metadata.pl

Re: [OpenWrt-Devel] ar71xx: Update to 3.14 [Flash Erasing / Bandwidth ]

2014-08-11 Thread Andre Valentin
Hi Daniel, thanks for the hint. I will check it the next days. I'm now a bit busy. Also I noticed that TCP throughput went from 15MBit/s PPPoE to 6 MBit/s. It seems it is about codel, because all streams get the same rate, if using multiple. I jut want to share my expierence with 3.14 so the dev

Re: [OpenWrt-Devel] Moving all feeds to OpenWrt GitHub organisation

2014-08-11 Thread Stefan Monnier
> We use git, the day github closes, or asks for money, or ..., we move. Notice how right after suggesting github, you suggested using its bugtracker. It's only when github closes your access that you realize you didn't stick to just "using Git". Stefan _

Re: [OpenWrt-Devel] ar71xx: Problems with USB WIFI dongles

2014-08-11 Thread Kristian Evensen
Hi all, On Sat, Aug 9, 2014 at 12:03 PM, Kristian Evensen wrote: > 2) When disconnecting any WIFI dongle, I always get a kernel oops. > This happens irrespective of if the dongle is active (for example > connected to network) or if I have just connected it to the router. > The kernel oops looks l

Re: [OpenWrt-Devel] Moving all feeds to OpenWrt GitHub organisation

2014-08-11 Thread Etienne Champetier
2014-08-10 20:14 GMT+03:00 Florian Fainelli : > Hello, > > Le 10 août 2014 09:44, "Etienne Champetier" > a écrit : > > > > > > > Le 10 août 2014 18:18, "Stefan Monnier" a > écrit : > > > > > > > > > It would be great to have all feeds in one place, on GitHub. > > > > > > I think making oneself d

[OpenWrt-Devel] Thank you!

2014-08-11 Thread W. Michael Petullo
While perhaps not exactly within the purpose of this mailing list, I wanted to take the time to publicly thank the folks behind the new GitHub-based packages repository. I previously found OpenWrt very frustrating to contribute to, but it seems that the new work-flow is much more contributor-frien

Re: [OpenWrt-Devel] Moving all feeds to OpenWrt GitHub organisation

2014-08-11 Thread Claudio Thomas
Hi, On 10.08.2014 19:14, Florian Fainelli wrote: > > Hello, > > Le 10 août 2014 09:44, "Etienne Champetier" > mailto:champetier.etie...@gmail.com>> a > écrit : > > Le 10 août 2014 18:18, "Stefan Monnier" > a écrit : > > > > > > > It would be great to have all feed

Re: [OpenWrt-Devel] Moving all feeds to OpenWrt GitHub organisation

2014-08-11 Thread David Lang
On Sun, 10 Aug 2014, Florian Fainelli wrote: Hello, Le 10 août 2014 09:44, "Etienne Champetier" a écrit : Le 10 août 2014 18:18, "Stefan Monnier" a écrit : It would be great to have all feeds in one place, on GitHub. I think making oneself dependent upon a commercial company withou