Re: [OpenWrt-Devel] [PATCH 2/5] netifd: Link layer state awareness support on device level

2014-02-18 Thread Hans Dedecker
Hi Felix, Regarding the resubmitted netifd linksensing patches (which solve the original issue reported in https://dev.openwrt.org/ticket/14590) did you have some time to review them ? I noticed two other netifd patches were applied from the same patch series but none of the linksensing and bridge

Re: [OpenWrt-Devel] [PATCHv2] dropbear: update to 2013.62

2014-02-18 Thread Catalin Patulea
Can I get another round of review on this? On Sat, Feb 15, 2014 at 9:08 PM, Catalin Patulea wrote: > Upstream changelog: > https://matt.ucc.asn.au/dropbear/CHANGES > > This adds elliptic curve cryptography (ECC) support as an option, disabled > by default. > > dropbear mips 34kc uClibc binary siz

Re: [OpenWrt-Devel] [PATCH] [packages] sslh: Bump to v1.15

2014-02-18 Thread Jonathan McCrohan
On 14/01/14 00:14, Jonathan McCrohan wrote: > Any chance that I could get an ACK or NAK to this trivial version bump > patch [1]? Ping? Jon > [1] http://patchwork.openwrt.org/patch/4206/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org ht

Re: [OpenWrt-Devel] [RFC] menuconfig policy?

2014-02-18 Thread Russell Senior
> "etienne" == etienne champetier writes: Russell> The question becomes: Is this acceptable for OpenWrt? If Russell> not, is there a better way? Russell> I understand there is a convention that the userspace parts Russell> depend on the kernel parts, so that the kernel parts are Russell> au

Re: [OpenWrt-Devel] [RFC] menuconfig policy?

2014-02-18 Thread etienne . champetier
Hi - Mail original - > De: "Russell Senior" > À: "OpenWrt Development List" > Envoyé: Mardi 18 Février 2014 18:27:23 > Objet: [OpenWrt-Devel] [RFC] menuconfig policy? > > > I am working with the batman-adv people to split the feeds/routing > batman-adv package into separate kmod and us

[OpenWrt-Devel] [RFC] menuconfig policy?

2014-02-18 Thread Russell Senior
I am working with the batman-adv people to split the feeds/routing batman-adv package into separate kmod and user-space parts. There is a user-space utility (not strictly required) called batctl that is currently included in the batman-adv Makefile. The current Makefile provides an option to als

[OpenWrt-Devel] [PATCH][packages]gst-plugins-base: use upstream fix for ivorbis plugin build fail

2014-02-18 Thread John Vogel
Previously, I submitted a patch "[PATCH v2][packages]gst-plugins-base: disable building ivorbis plugin" that disables ivorbis plugin build. Michel Stempin pointed out an upstream patch that fixes the issue directly in the vorbis decoder header. I had missed this patch in my previous searches. T

[OpenWrt-Devel] [PATCH] Fix unaligned access hacks for tcp timestamps

2014-02-18 Thread Dave Täht
From: Dave Taht This missing bit of the hack saves hugely on instruction traps on tcp connections to ar71xx based routers. --- .../patches-3.10/902-unaligned_access_hacks.patch |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/patches-3.10/902-una

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-18 Thread bjzhougong
Hi All Thanks for your response! My question is not how to enable eth1 port. I want to know how it configure one port to lan or wan port in WR703N. Now I think it use bridge, and i will study to get more information about bridge in WR703N bjzhougong From: Aleksandr Kolesnik Date: 2014-02-18

[OpenWrt-Devel] [PATCH] [packages] add new package Knot DNS 1.4.3

2014-02-18 Thread Daniel Salzman
This patch adds new packages: - knot (Knot DNS server 1.4.3) - knot-utils (kdig, khost, knsupdate and knsec3hash) - knot-tests (unittests for Knot server) Signed-off-by: Daniel Salzman --- diff --git a/net/knot/Makefile b/net/knot/Makefile index e69de29..6583db1 100644 --- a/net/knot/Makefile ++

[OpenWrt-Devel] [PATCH 2/2] Improved random number support for mips

2014-02-18 Thread Dave Täht
From: Dave Taht The basic mips patch (deleted here) is not the full architecture for faster random number generation. This patchset adds better inlining specific to mips architectures. --- .../307-mips-Reimplement-get_cycles.patch | 69 - ...w-architectures-to-optionally-d

[OpenWrt-Devel] [PATCH 1/2] Improve fq_codel hashing for 6in4 6to4 801.ad and IPIP cases

2014-02-18 Thread Dave Täht
From: Dave Taht This is a backport of code to improve the quality of fq_codel hashing for 3.10 for some encapsulated protocols. Not needed in 3.11 and later. --- .../686-flow_dissector-clean-up-IPIP-case.patch| 30 ...ow_dissector-add-support-for-IPPROTO_IPV6.patch |

Re: [OpenWrt-Devel] How to compute kernel version

2014-02-18 Thread Nils Rennebarth
On 17.02.2014 23:48, Florian Fainelli wrote: There are multiple reasons: - LINUX_UNAME_VERSION is determined way before the actual kernel is built, using $(LINUX_VERSION) which is set by platforms Yes, I was confused by LINUX_VERMAGIC which uses files generated during kernel build, but then fa

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-18 Thread Aleksandr Kolesnik
you need to build own image where enable eth1 port. eth1 connected to internal switch. Read topics https://forum.openwrt.org/viewtopic.php?id=48907 and https://forum.openwrt.org/viewtopic.php?id=48892 2014-02-18 15:04 GMT+02:00 bjzhougong : > Thanks for All > > but in WR703N's network config, i

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 98, Issue 62

2014-02-18 Thread bjzhougong
t;>> > >> ___ > >> openwrt-devel mailing list > >> openwrt-devel@lists.openwrt.org > >> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel > > > > > > > > -- > > Jon Smi

Re: [OpenWrt-Devel] [PATCH] tspc / gw6c : fixed sed separator // Delete tspc, gw6c

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:04, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > ipv6/tspc/patches/002-sed-separator.patch | 22 ++ > 1 file changed, 22 insertions(+) > create mode 100644 ipv6/tspc/patches/002-sed-separator.patch > > diff --git a/ipv6/tspc/patches/002-se

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-18 Thread bjzhougong
Thanks for All but in WR703N's network config, it doesn't has switch: config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config interface 'lan' #option ifname 'eth0' option type

Re: [OpenWrt-Devel] [PATCH] debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:02, Michel Stempin wrote: > Signed-off-by: Michel Stempin > -PKG_VERSION:=1.0.55 > +PKG_VERSION:=1.0.55~bpo70+1 > PKG_RELEASE:=1 > I have 1.0.56 locally and it builds fine too. Just noticed that 1.0.59 is available. According to the changelog these are security related (CA, h

Re: [OpenWrt-Devel] Fixes to BB trunk bot build

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:02, Michel Stempin wrote: > The following posts is list of patches against current trunk that fixes 20+ > packages during the "all-included" bot build, at least for the ramips RT5350F > target. > > As the changes are mostly fixes of broken package dependencies and bumps to > ne

Re: [OpenWrt-Devel] [PATCH] tiff: added missing dependency on liblzma

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:04, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > libs/tiff/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile > index a79b6b2..97071fc 100644 > --- a/libs/tiff/Makefile > +++ b/libs/tiff/M

Re: [OpenWrt-Devel] [PATCH] lttng-tools: forced autoreconf

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:04, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > devel/lttng-tools/Makefile |1 + > 1 file changed, 1 insertion(+) > > diff --git a/devel/lttng-tools/Makefile b/devel/lttng-tools/Makefile > index 371a5b9..f6b92b4 100644 > --- a/devel/lttng-tools/Makefile > +

Re: [OpenWrt-Devel] [PATCH] tor-alpha: added mirror site

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:04, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > net/tor-alpha/Makefile |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/net/tor-alpha/Makefile b/net/tor-alpha/Makefile > index 8824ab1..5d4f292 100644 > --- a/net/tor-alpha/Makefile >

Re: [OpenWrt-Devel] [PATCH] wview: added missing dependency on libopenssl

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:04, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > utils/wview/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/utils/wview/Makefile b/utils/wview/Makefile > index f231fa7..d74e30a 100644 > --- a/utils/wview/Makefile > +++ b/uti

Re: [OpenWrt-Devel] [PATCH] fxload: fixed include path for Linux UAPI

2014-02-18 Thread Michel Stempin
Le 18/02/2014 11:16, Dirk Neukirchen a écrit : > On 18.02.2014 08:02, Michel Stempin wrote: >> Signed-off-by: Michel Stempin >> --- >> utils/fxload/Makefile |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/utils/fxload/Makefile b/utils/fxload/Makefile >> index f961

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-18 Thread Aleksandr Kolesnik
look this topic https://forum.openwrt.org/viewtopic.php?id=48907 and https://forum.openwrt.org/viewtopic.php?id=48892 looks like ath_register_eth(1) not selected, so device detect only one wan port 2014-02-18 0:23 GMT+02:00 camden lindsay : > It sounds like you have to re-configure the switch, t

Re: [OpenWrt-Devel] [PATCH] l2tpv3tun: added include paths to Linux UABI and fixed dependencies on libnl

2014-02-18 Thread Michel Stempin
Le 18/02/2014 11:09, Dirk Neukirchen a écrit : > On 18.02.2014 08:03, Michel Stempin wrote: >> Signed-off-by: Michel Stempin >> --- >> net/l2tpv3tun/Makefile |4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/net/l2tpv3tun/Makefile b/net/l2tpv3tun/Makefile >> ind

Re: [OpenWrt-Devel] [PATCHv3 3/3] b53: mdio: Avoid re-registering the same switch device

2014-02-18 Thread Jonas Gorski
On Tue, Feb 18, 2014 at 10:52 AM, Helmut Schaa wrote: > On Tue, Feb 18, 2014 at 10:46 AM, Helmut Schaa > wrote: >> On Mon, Feb 17, 2014 at 5:37 PM, Jonas Gorski wrote: >>> On Thu, Feb 13, 2014 at 5:00 PM, Helmut Schaa >>> wrote: When setting the associated interface down and up again a new

Re: [OpenWrt-Devel] [PATCH] fxload: fixed include path for Linux UAPI

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:02, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > utils/fxload/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/utils/fxload/Makefile b/utils/fxload/Makefile > index f961d52..93e63c1 100644 > --- a/utils/fxload/Makefile > +++ b

Re: [OpenWrt-Devel] [PATCH] l2tpv3tun: added include paths to Linux UABI and fixed dependencies on libnl

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:03, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > net/l2tpv3tun/Makefile |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/net/l2tpv3tun/Makefile b/net/l2tpv3tun/Makefile > index f965569..2a6fab1 100644 > --- a/net/l2tpv3tun/Makefile

Re: [OpenWrt-Devel] [PATCHv3 3/3] b53: mdio: Avoid re-registering the same switch device

2014-02-18 Thread Helmut Schaa
On Tue, Feb 18, 2014 at 10:46 AM, Helmut Schaa wrote: > On Mon, Feb 17, 2014 at 5:37 PM, Jonas Gorski wrote: >> On Thu, Feb 13, 2014 at 5:00 PM, Helmut Schaa >> wrote: >>> When setting the associated interface down and up again a new >>> switch device will be registered due to b53_phy_config_ini

Re: [OpenWrt-Devel] [PATCHv3 3/3] b53: mdio: Avoid re-registering the same switch device

2014-02-18 Thread Helmut Schaa
On Mon, Feb 17, 2014 at 5:37 PM, Jonas Gorski wrote: > On Thu, Feb 13, 2014 at 5:00 PM, Helmut Schaa > wrote: >> When setting the associated interface down and up again a new >> switch device will be registered due to b53_phy_config_init >> doing the necessary allocations and registrations. >> >>

Re: [OpenWrt-Devel] [PATCH] mc: added missing dependecy on libssh2

2014-02-18 Thread Michel Stempin
Le 18/02/2014 10:22, Dirk Neukirchen a écrit : > On 18.02.2014 08:04, Michel Stempin wrote: >> Signed-off-by: Michel Stempin >> --- >> utils/mc/Makefile |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/utils/mc/Makefile b/utils/mc/Makefile >> index f43c5a1..e036da3

Re: [OpenWrt-Devel] [PATCH] libfreefare: bumped version for 0.2.3 to 0.4.0

2014-02-18 Thread Dirk Neukirchen
I have this patch locally too it seems to compile fine (for X86) on several build VMs (Debian Sid, Arch, Fedora) On 18.02.2014 08:04, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > -PKG_SOURCE_URL:=http://nfc-tools.googlecode.com/files > +PKG_SOURCE_URL:=https://libfreefare.googlec

Re: [OpenWrt-Devel] [PATCH] mc: added missing dependecy on libssh2

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:04, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > utils/mc/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/utils/mc/Makefile b/utils/mc/Makefile > index f43c5a1..e036da3 100644 > --- a/utils/mc/Makefile > +++ b/utils/mc/Makefi

Re: [OpenWrt-Devel] [PATCH] gw6c: fixed sed separator

2014-02-18 Thread Michel Stempin
Le 18/02/2014 09:45, Yousong Zhou a écrit : > On Tue, Feb 18, 2014 at 08:03:06AM +0100, Michel Stempin wrote: >> Signed-off-by: Michel Stempin >> --- >> ipv6/gw6c/patches/001-sed-separator.patch | 18 ++ >> 1 file changed, 18 insertions(+) >> create mode 100644 ipv6/gw6c/patc

Re: [OpenWrt-Devel] [PATCH] at: added missing dependency on libpam

2014-02-18 Thread Dirk Neukirchen
On 18.02.2014 08:02, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > utils/at/Makefile |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/utils/at/Makefile b/utils/at/Makefile > index 7c02fb8..21bdc60 100644 > --- a/utils/at/Makefile > +++ b/utils/at/Makefi

Re: [OpenWrt-Devel] [PATCH] gw6c: fixed sed separator

2014-02-18 Thread Yousong Zhou
On Tue, Feb 18, 2014 at 08:03:06AM +0100, Michel Stempin wrote: > Signed-off-by: Michel Stempin > --- > ipv6/gw6c/patches/001-sed-separator.patch | 18 ++ > 1 file changed, 18 insertions(+) > create mode 100644 ipv6/gw6c/patches/001-sed-separator.patch > > diff --git a/ipv6/gw