Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glib2 / vala: fails to run with LANG=C #2373

Closed
plntyk opened this issue Feb 11, 2016 · 4 comments
Closed

glib2 / vala: fails to run with LANG=C #2373

plntyk opened this issue Feb 11, 2016 · 4 comments

Comments

@plntyk
Copy link
Contributor

plntyk commented Feb 11, 2016

found via broken seafile-ccnet on multiple platforms (this package has issues and probably is to be deleted but the error should still be fixed):

http://buildbot.openwrt.org:8010/broken_packages/x86.64/seafile-ccnet/compile.txt

valac --pkg posix ccnetobj.vala -C -H ccnet-object.h
GLib: Cannot convert message: Could not open converter from 'UTF-8' to 'ANSI_X3.4-1968'

** (valac:23788): CRITICAL **: file valacompiler.c: line 2594: unexpected error: Could not open converter from 'ANSI_X3.4-1968' to 'UTF-8' (g_convert_error, 2)

The culprit seems to be the environment variable LANG=C.
manually: OpenWrt valac in staging_dir/.../host/ fails with LANG=C
manually: OpenWrt valac in staging_dir/.../host/ runs with LANG=de_DE.UTF-8
manually: run host valac sucessfully with any LANG option set (Archlinux with vala 0.30.1)

Either a vala error or more likely a glib2 error (g_convert_error).

@kissg1988
Copy link
Contributor

kissg1988 commented Apr 30, 2016

I'm currently in the process of packaging seafile server and have stumbled upon this issue.

Seems like this is caused by the libiconv stub of openwrt, it does not support the charset 'ANSI_X3.4-1968' therefore the conversion fails.

Some of the possible solutions:

  • build the host version of glib2 against libiconv-full instead of the stub
  • patch the libiconv stub to support ANSI_X3.4-1968 and possibly other ASCII-compatible charsets
  • patch glib2 to treat all ASCII aliases as 'US-ASCII' which is supported by the stub
  • specify a UTF-8 locale (eg. "en_US.UTF-8") to avoid conversion (this is more like evading the issue rather than fixing it, though)

I'll try to figure out which one of the above works and provide a fix soon.

@kissg1988
Copy link
Contributor

I've created a slight patch for the libiconv stub and sent it to openwrt-devel list. That should fix this issue.

Noltari pushed a commit to openwrt-es/openwrt that referenced this issue May 10, 2016
This patch adds missing ASCII aliases to the libiconv stub in order to avoid conversion errors like openwrt/packages#2373

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49339 3c298f89-4303-0410-b956-a3cf2f4a3e73
Ntemis pushed a commit to Ntemis/openwrtcc that referenced this issue Jun 11, 2016
This patch adds missing ASCII aliases to the libiconv stub in order to avoid conversion errors like openwrt/packages#2373

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
lperkov added a commit to openwrt/openwrt that referenced this issue Jun 19, 2016
This patch adds missing ASCII aliases to the libiconv stub in order to avoid conversion errors like openwrt/packages#2373

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49339 3c298f89-4303-0410-b956-a3cf2f4a3e73
@kissg1988
Copy link
Contributor

@plntyk
This has been fixed over a year ago, would you please close the issue? Thanks!

@danielfdickinson
Copy link
Contributor

ping on closing this

@dibdot dibdot closed this as completed Aug 17, 2018
michael-dev added a commit to michael-dev/openwrt that referenced this issue Apr 29, 2022
commit e0ad8454da8fdf6452248371bf96b05e00b4cf60
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun Dec 19 16:39:22 2021 +0100

    move to gitlab

commit 0fa391f912e9fc07f4d81e00ccadd63133e651bb
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Tue Nov 9 11:08:20 2021 +0100

    re-add pkill

commit 7a7b0f83101691c64c1193c37f2d0fdf219bad17
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun May 17 13:49:08 2020 +0200

    increase parallel

commit 6a36f4d4c6dab3618699152ee88ce90862076cea
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun May 17 13:45:28 2020 +0200

    fix screen

commit 3a8a81db2bdc3149df1dbdef3bd03b1f211c373f
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun May 17 13:43:41 2020 +0200

    build as module is useless without kmod definition

commit 4eadd464ff69267c00770a78d90716c998012cae
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun May 17 13:40:08 2020 +0200

    reduce logbuf size to shrink kernel

commit 0797eb3dc9336949031136a60906deae2c521858
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun May 17 13:17:06 2020 +0200

    add ethtool and hostname

commit 743fe0515cf0e6d89573e44e6e52c4bab0404bab
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 15:27:45 2020 +0200

    more cleanup

commit 2e5d803e12a6f1ed7c85aba3c1442d5fbd680aa4
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 15:12:25 2020 +0200

    more cleanup

commit 468c1261190a2dee31472ad92d409e0510472d19
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 13:51:42 2020 +0200

    fix mac80211

commit 61d3d3ffd6aa658d455958a3455a151b8c520ef9
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 13:41:40 2020 +0200

    trim libs

commit 3236cbdd12b0e6ffc9aef3c58740fdb90c28d08e
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 13:19:03 2020 +0200

    fix lockup detection and reduce strip

commit 76d5c7642843e1a81289124ddafea1187b00356b
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 13:06:53 2020 +0200

    reduce strip

commit a90def0ace27f9b65b31314995c6b12b5141298d
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 12:59:54 2020 +0200

    fix randomness

commit 52c1c4534d3b9763eeed29e775bdaad2aeac20c1
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 12:41:33 2020 +0200

    remove netfilter

commit 9e8509677113e5a0c13ea48c59331f04e17f8f8d
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 12:12:04 2020 +0200

    fix kexec

commit 78046ea94eb2d0392dc7ea981d6e8011e753da9b
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 09:25:19 2020 +0200

    fix distcc setup

commit d178796456e0aca0bb58df76ac700e4c8b472d7a
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 09:13:29 2020 +0200

    fix distcc

commit 1d55a5c831a6728e8cf1a687a76a23ec5b0f93ea
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 09:12:07 2020 +0200

    fix distcc

commit 06e0df14c3da36126d22b945e70500bfba934f2d
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 09:10:36 2020 +0200

    add distcc setup

commit 9ff7826bf1ca31c4ce2ed55f57cc03674242796a
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 09:00:04 2020 +0200

    fix install and add scp

commit 120515de5e86bd873da73da7dd2cbb5acc86db00
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 08:32:59 2020 +0200

    install is non-root on farm

commit 48aac652b9dba5cbef121fdd64cc2622ce61c0d0
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 08:27:24 2020 +0200

    drop nand flash image support

commit 62f6d078aba3d48c34cceca3172b244c85da71c2
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 07:57:10 2020 +0200

    fix jffs2 support

commit d7afd87b8a51fe4b9f7f253ec889d407f734fff4
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 07:52:21 2020 +0200

    enable jffs2

commit 2243313418a311b61f8a51b1b7ef5f877bbeab03
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 07:24:16 2020 +0200

    more work to boot

commit f9ac6c690edf038dbd4ec12b754c79f8da480eac
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 20:17:31 2020 +0200

    use gcc 5.0 as powerpc spe support was dropped in gcc 8/9

commit a3c63977891a85313f1dd6e41043f33db01eb94c
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 16:26:53 2020 +0200

    moved

commit e76093ed47bb1cc25b2da11e50321994a5e103ad
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 16:22:11 2020 +0200

    fix kernel build

commit 2db47a3579fb6333ee205eb453e4677c474754bd
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 16:21:26 2020 +0200

    add kmod-i2c-mpc

commit ba5501dc72b361149d15534504452cb196ce5835
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 16:14:37 2020 +0200

    refresh build scripts

commit 01788a766d95ffe3ac063695e9a3a61ab213708f
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 15:29:33 2020 +0200

    remove conflicting stuff

commit a5e44dff03f2b18e52f453041c9db744e8431814
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 10:21:11 2020 +0200

    refresh config and packages

commit 9f6964128bf320ed09cadcf5bd496d9237d2d990
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 10:09:16 2020 +0200

    refresh config

commit c7af0cfa412d5089e1315bf4ccaf8d3132ed0cba
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 10:00:33 2020 +0200

    refresh kernel config from stage2

commit 03ab54a8ed1e60f6eb5ad1dbb19460eb89546e79
Merge: 3490af14d6 120253bf12
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 09:56:15 2020 +0200

    Merge branch 'femwlan_stage1.2020.out' into femwlan_stage1.2020

commit 3490af14d6b7ce0d5d7704c1a2ed6a6799d3db59
Merge: 77c4dc4325 2f7118712e
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 09:53:01 2020 +0200

    Merge branch 'master' of https://git.openwrt.org/openwrt/openwrt

commit 120253bf12f51eb58e24bc1e8c8ae2cecd38797c
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 09:52:32 2020 +0200

    update feeds

commit e856275b08841948f05332627f8692bd88ec84b7
Merge: 77c4dc4325 6bd0f3721e
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 09:45:08 2020 +0200

    Merge branch 'femwlan_stage1' into femwlan_stage1.2020

commit 6bd0f3721e08a2d3b3c20cc1f2841ca49b695e13
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun Jul 14 13:26:27 2019 +0200

    migrate fem feed

commit 77c4dc43252ab7dee49ce842ab3938aa9854d2a5
Merge: ee4714556c 133815ad8f
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Wed Sep 13 16:03:12 2017 +0200

    Merge remote-tracking branch 'lede/master'

commit ee4714556cea31bed1408fe5233170365ac6d29a
Merge: b3deab636d df3295f50e
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat Aug 12 12:52:03 2017 +0200

    Merge remote-tracking branch 'lede/master'

commit b3deab636d2edfd3059c079a5e202a44f985fb40
Merge: 9b4650b3b9 dce3b0057b
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Thu Mar 23 11:20:27 2017 +0100

    Merge branch 'master' of https://git.lede-project.org/source

    Migrate to LEDE

commit 5f1a9ae2e8646c1bca359d2bc2fe95bb291b83ea
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri Oct 14 18:35:08 2016 +0200

    no-op

commit 49804124d44e12aa172c95385f6fb276082223a3
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri Oct 14 18:15:14 2016 +0200

    fix nand layout

commit 27d9bfe77c77d23c8f708c99dcdb9937fde0113d
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri Oct 14 17:22:51 2016 +0200

    fix flash layout again

commit 6f70ba4126b0835e6f66820042e42dcc3f309bc4
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri Oct 14 14:32:52 2016 +0200

    fix flash layout for stage1

commit 467dc035e1d4f3335eac150a320d2440d2b52bb1
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri Oct 14 02:57:11 2016 +0200

    fix kexec refusing to boot stage2 with initrd

    One of the patches fixed it, did not backtrack.

commit 46b55ab02f04c263aefe2b3c07e7c44609546a9e
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri Oct 14 02:52:07 2016 +0200

    add nls for vfat

commit 9b4650b3b92e6246b986ac9e3d7c2a80d66b805b
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Thu Jun 30 05:39:05 2016 +0000

    rpcd: iwinfo plugin fixes

     - Expose supported HT rate information in info call
     - Zero out ccode buffer when listing countries

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>
    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49395 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 095fabba86e82114561f93f1dc384349baca3880
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed Jun 29 18:22:24 2016 +0000

    mac80211: brcmfmac: backport changes from 2016-06-29

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49393 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit b8db33ba14df7dd4255a6879814138b3762c792c
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed Jun 29 18:22:15 2016 +0000

    mac80211: brcmfmac: rename patches from commit fixing P2P

    This way names follow current schema.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49392 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d66b14b6aabeb624f7f66ae9ebee6d0cdf907055
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed Jun 29 18:06:01 2016 +0000

    mac80211: brcmfmac: fix lockup related to P2P interface

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49391 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit cac971dad98c83fd25223286330e757218f19e1b
Author: wigyori <wigyori@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue Jun 21 16:14:18 2016 +0000

    package: ath10k-firmware: fix board-2.bin download URL

    Fixes #22628.

    Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49390 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d090d6c94c4c1eb0acc0caefc00d54e38c2d6fb4
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Jun 17 10:59:10 2016 +0000

    iw: backport support for "channels" command

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49388 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 5ff597bacb2e8709506d0c06854fa1e70a68531d
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Jun 17 08:23:11 2016 +0000

    mac80211: brcmfmac: backport changes from 2016-06-16

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49387 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c0e5107b448505c1cf7c337732ba59bce0f983f8
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Jun 17 06:23:22 2016 +0000

    mac80211: brcmfmac: fix support for BCM4366

    1) Fix setting AP channel
    2) Improve BSS management to avoid:
    [ 3602.929199] brcmfmac: brcmf_ap_add_vif: timeout occurred

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49383 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 8c7cbcc1afb8f8365c2e39643e69725e5c0c2d99
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Jun 17 06:23:19 2016 +0000

    mac80211: brcmfmac: add support for get_channel

    It's very useful for debugging problems with brcmfmac setting requested
    channel.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49382 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a91b82363aba1ee470361b1cd448aae7009a02f1
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Jun 17 06:23:11 2016 +0000

    mac80211: brcmfmac: fix support for up to 4 AP interfaces

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49381 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 104549a1b6cb24f16942a1f448e1a3bc3624bab7
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Jun 17 06:23:06 2016 +0000

    mac80211: brcmfmac: backport fixes for 4.7 and 4.8

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49380 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 484ecf816460f58fe589565ac88014f369db86ee
Author: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue Jun 7 06:59:36 2016 +0000

    treewide: fix replace nbd@openwrt.org with nbd@nbd.name

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49379 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit cda52dcb329e02674175b60426be26cd813294a6
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Thu May 12 05:32:33 2016 +0000

    bcm53xx: drop Copyright header from two of my bash scripts

    Both scripts modified by this patch were added by me. First of all I
    incorrectly added OpenWrt as Copyright holder. It was wrong because:
    1) I simply can't transfer my moral rights according to the Polish law
    2) Transfering copyrights (economic rights) requires an agreement which
       I didn't sign with OpenWrt(.org).
    Other than that I don't find these trivial scripts important enough to
    put info about *my* copyrights in a header so this patch just drops them
    completely.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49377 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 405044762828ce76e588cda8dcedb8acd57b02ff
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 11 22:40:28 2016 +0000

    base-files: fix permissions of the login.sh script

    Signed-off-by: Luka Perkov <luka@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49376 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit cbdbc16f69223c737f64850a553740e993b17b26
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 11 21:57:19 2016 +0000

    include: drop unused kernel 4.3 versions

    Signed-off-by: Luka Perkov <luka@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49375 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 0a63c973602ae976c084df45556aeacfbf1f2498
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 11 21:53:00 2016 +0000

    kernel: remove linux 4.3 config

    When linux 4.3 support was removed the config was left.

    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49374 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit f06425ef611085a791bcd0399c9b1e1a27525eca
Author: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 11 10:49:26 2016 +0000

    ncurses: install a dummy libtinfo.a for packages that try to link it

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49373 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 79d21a4158421bf27b6d4cf9bf1bb55a528b0b74
Author: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 11 10:49:21 2016 +0000

    Revert "ncurses: package the tinfo library separately"

    This reverts commit r49361

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49372 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit cdd8b4c52802435fda51ce64f374938c19282dd1
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 11 07:11:11 2016 +0000

    mtd: imagetag: fix compilation with changed mtd_fixtrx call

    Function mtd_fixtrx was changed during trx improvements.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49371 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d662a74d1b22f3b36de474abe84bf8d541670b47
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 23:03:43 2016 +0000

    krikwood: Make Iconnect image use new ubi format style

    To flash first time follow instructions in commit:
    "kirkwood/dockstar: use ubi(kernel, squashfs, ubifs) images"

    Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49370 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 99d76877dde8cbcf3f422a85ad27d4d67d6b0543
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 23:03:41 2016 +0000

    kirkwood: Migrate Iconnect to new ubi image format

    Default partition name is now ubi.

    Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49369 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a8dfff20258875a53aea9f96f4990453e549088a
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 23:03:39 2016 +0000

    uboot-kirkwood: New ubi flash format for Iconnect

    Migrate Iconnect to new ubi image style like for dockstar.

    Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49368 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 312f610ef747b095fd4de7603a3d55ae1f0f2df1
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:52:00 2016 +0000

    target: socfpga: Add Altera SoCFPGA support

    This patch adds support for the Altera SoCFPGA target.
    Both generic target and Terasic SoCkit boards are supported.

    Signed-off-by: Marek Vasut <marex@denx.de>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49367 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 317f8a56f76bbd079fda61d7e7feff8f7bd4abdd
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:51:55 2016 +0000

    package: kernel: Enable support for DWC2 USB on SoCFPGA

    This patch enables the DWC2 modules for the Altera SoCFPGA target.

    Signed-off-by: Marek Vasut <marex@denx.de>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49366 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 14733d04338dfe5bb308d983f9abecdafff5d142
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:51:54 2016 +0000

    package: kernel: modules: Add USB Mass Storage package

    Add package which enables building of the USB Mass Storage
    support kernel modules (USB MSG).

    Signed-off-by: Marek Vasut <marex@denx.de>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49365 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 646e9d8d5ef5ebee6911414db6b28d7833b14e89
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:51:52 2016 +0000

    package: kernel: modules: Enable Dual-Role support for DWC2 USB

    Enable configuration option which allows DWC2 USB OTG core
    to operate in Dual-Role mode.

    Signed-off-by: Marek Vasut <marex@denx.de>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49364 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit f9ca1c25c4d795bd2ef24e0d9113059a8c390dd0
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:32 2016 +0000

    gettext-full: avoid spurious dependencies on ncurses

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49362 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 1d8015afd269100702feb083dcad57e7bd632390
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:30 2016 +0000

    ncurses: package the tinfo library separately

    Some packages expect it that way

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49361 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit b7e21c7325a5f4aa0a9f3a3ec01c22352e86055f
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:29 2016 +0000

    ramips: fix DTB generation

    using preprocessor style includes when calling dtc directly.

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49360 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c837867d6ee8bed11dc1aac9ef581fe36fe4c50d
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:28 2016 +0000

    iftop: Update to latest version, and drop patch

    The patch made sure the ncursesw library was not selected to save space,
    but that library doesn't exist in this distribution at all.

    Signed-off-by: Bert Vermeulen <bert@biot.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49359 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 477773cf93e3ffc4642c82cf73caeefb7a6b34d6
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:26 2016 +0000

    ncurses: provide libncurses compatibility symlinks in libncursesw

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49358 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit eef423040eff9c1d6ae56e4b73239e2653e33546
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:24 2016 +0000

    ramips: Change all '/include/' clauses to '#include' so preprocessing can be done properly for the entire device trees.

    Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49357 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 41e6ca40e4f4f9e8962653358bc49b4385ce52a2
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:15 2016 +0000

    ramips: Add hex prefix (0x) to dtsi reg properties where needed.

    Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49356 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 363f1fa23c09abebd13c19d5f823d0508077a6d8
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:14 2016 +0000

    ramips: introduce serial0 aliases

    This patch introduces serial0 aliases in the ramips DTS files, which can
    then be used to denote the active console instead of relying on bootargs.

    Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49355 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 768fd7f4fcfc067f6faf6a6228296b5c85d1efef
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:12 2016 +0000

    ubox: make logging code honour the hostname properly

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49354 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 57a1c2a8fc8adf9644af25fe5708a9acde7f8e7e
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:10 2016 +0000

    brcm47xx: fix wgt634u port assignment, broken since openwrt r47866

    Signed-off-by: Russell Senior <russell@personaltelco.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49353 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 50b27cdfe7bac62fd386e744d1864167c163e88a
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:09 2016 +0000

    ramips: mt7620: [UPSTREAM] fix USB frequency scaling

    The logic for the SoC check got inverted. We need to check if it's
    not a MT76x8.

    Signed-off-by: D. Andrei Măceș <dmaces@nd.edu>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49352 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 1b2ecbaa61615d070d3c207979bbcb0897d15c36
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:07 2016 +0000

    ramips: Fix alphabetical sorting for 02_network

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49351 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit f9240c84dd9747e24fe2b6eb52a7cb4c3e90424c
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:03 2016 +0000

    ramips: Don't use a VLAN for the single ethernet port of the A5-V11.

    This router only has one ethernet port, so a VLAN is useless here, now that the rt3050 TCP bug that happened without VLANs has been fixed for a very long time.

    Add this router to the VLAN-less config that is used by other single-port routers.

    Also fix MAC address detection code since this router has no WAN port.

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49350 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 425615e37d9140ae1528a89d3f63ded2015bb72a
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:02 2016 +0000

    ramips: Fix network for routers without VLANs on eth0.

    Some routers only have one port, so eth0 is used without VLANs for them.

    Revision r47720 introduced some changes, but wrongly confused "enable" with "reset".

    VLANs need to be disabled for those routers, and the switch may be reset.

    Fix this, by explicitly disabling VLANs instead of resetting the switch for these routers.

    Also merge duplicate configuration for the "m2m".

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49349 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit ab994b2e7f37a3fc6c51099f4a64f8934a2db073
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:00 2016 +0000

    ncurses: install pkg-config files to fix util-linux build breakage

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49348 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a9db3b06fec88a699ac24abc8fa5061083f597c4
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:59 2016 +0000

    ncurses: remove libncurses, provide it via libncursesw

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49347 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 73a28b05415a3d5abfe2d0a3621c458b6b30782f
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:57 2016 +0000

    metadata.pl: add support for selecting packages available only via PROVIDES

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49346 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c5faccff4f230fc55e3ab75121776cd443929daa
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:56 2016 +0000

    kernel: add workaround to rebuild vdso-o32.so.dbg

    Building for octeon fails with

      'arch/mips/vdso/vdso-o32.so.dbg' already contains a '.MIPS.abiflags'
      section

    if the file already exists from a prior build.

    Use the same workaround as the one for vdso.so.dbg committed in
    9eb155353a5f5137ec85a5b5b0287af63c544710.

    Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49345 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 090bcdd68ed9af7b3e569256c3eb846ff6e5449f
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:55 2016 +0000

    toolchain: gcc: fix build with GCC 6

    Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49344 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit ff5da0c61320c4608ff9682f654219006098fb7b
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:53 2016 +0000

    tools: mkimage: sync include/linux/compiler*.h with u-boot master

    Fixes build with GCC 6.

    Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49343 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit bd9b69103585ee7781486ca25c01f56c3b471ede
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:51 2016 +0000

    tools: pkg-config: fix build with GCC 6

    Fixes the following error:

    gdate.c: In function ‘g_date_strftime’:
    gdate.c:2497:7: error: format not a string literal, format string not checked [-Werror=format-nonliteral]
           tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm);
           ^~~~~~

    Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49342 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 84ccd80515fa59e68f0504fc277b782c2d7d5885
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:50 2016 +0000

    tools: make-ext4fs: fix build regression on mac os x

    Including sys/sysmacros.h is not portable

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49341 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c53a07d12ab7bd200b8270e7b2ad075e73051ebb
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:49 2016 +0000

    base-files: evaluate uci-defaults on run-time installations

    Packages may install scripts into /etc/uci-defaults to be executed once
    after installation, usually at the first boot of the target. This works
    fine if the package was installed to the rootfs during build or using
    the ImageBuilder.
    If the package is installed using opkg during run-time uci-defaults
    were applied only after a reboot of the device. Avoid the need to
    reboot by evaluting the package's uci-defaults in default-postinst.

    Signed-off-by: Daniel Golle <daniel@makrotopia.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49340 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit bbd7ca5aeb25d3f698b7bc5b6f4ef60cdd80a792
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:47 2016 +0000

    libiconv: add all ASCII aliases

    This patch adds missing ASCII aliases to the libiconv stub in order to avoid conversion errors like https://github.com/openwrt/packages/issues/2373

    Signed-off-by: Gergely Kiss <mail.gery@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49339 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 8d567cfcf761669899fb55737444873a1fa676f6
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:45 2016 +0000

    xtables-addons: Avoid redefinition of SHRT_MAX in lua packet script

    Patch Lua packet script defines SHRT_MAX which is already defined in <linux/kernel.h> and
    is included indirectly by lauxlib.h. Fix the redefintion as it leads to compile failure
    on systems which treat macro redefinition as an error

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49338 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit cf1c519b0489ee594d6072e22e1bdbdff0a10f1e
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:44 2016 +0000

    fstools: fix snapshot support

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49337 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c299608aff0c502b0d5d66546b4544af1cc5871d
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:43 2016 +0000

    fstools: update to latest git HEAD

    fixes snapshot support

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49336 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d8f94e499c6b68cbd3c68cab5411ebd1b242f9bc
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:41 2016 +0000

    fstools: update to latest git HEAD

    this adds the remount command to the block tool

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49335 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 8494ede731d18e5c9271bf01f8e9976eb1eafd1f
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:39 2016 +0000

    kernel: add a workaround to rebuild vdso.so.dbg after genvdso

    Currently the build fails with

      'arch/mips/vdso/vdso.so.dbg' already contains a '.MIPS.abiflags' section

    if the file already exists from a prior build.

    Add a makefile rule to force the rebuild of vdso.so.dbg if genvdso has
    has been changed to workaround the failure.

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49334 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit f1278e7eb857f54e3315bc669106781cc7f9931d
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:38 2016 +0000

    dropbear: Make utmp and putuline support configurable via seperate config options

    Utmp support tracks who is currenlty logged in by logging info to the file /var/run/utmp (supported by busybox)
    Putuline support will use the utmp structure to write to the utmp file

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49333 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a8674204710989ee420796040d7ee68fdada72c8
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:36 2016 +0000

    netifd: Add configurable DHCP release behavior

    Make sending a DHCP release configurable when the client exits allowing to clean up
    IP/mac state info in intermediate devices.

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49332 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 78a764477337f8c062144d34f69b26d6dea72ec2
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:35 2016 +0000

    xtables-addons: Fix Lua packet script implementation

    lua_packet_segment parameter start has type char pointer; in function lua_tg
    it's assigned an uint16 value generating compiler warnings obviously indicating
    posssible seg fault problems. Fix the issue by using the correct skb functions
    so the parameter points to the position inside the sk_buff

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
    Signed-off-by: Stijn Cleynhens <stijn.cleynhens@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49331 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d5a8b0440233772a940b1bc4d3f3216babdad941
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:33 2016 +0000

    lantiq: fix xway image building

    Commit 8c130dd (lantiq: use new image build process for some images) broke
    image generation for the xway target since the generated macros reference not
    existing WBMRA.dts and WBMRB.dts files leading to the following build error:

      mips-openwrt-linux-musl-cpp: error: ../dts/WBMRA.dts: No such file or directory
      mips-openwrt-linux-musl-cpp: warning: '-x assembler-with-cpp' after last input file has no effect
      mips-openwrt-linux-musl-cpp: fatal error: no input files

    Previously both the WBMRA and WBMRB profiles shared a common WBMR DT since
    the only difference is the embedded firmware kmod package.

    Extend the lantiqImage macro to optionally support specifying a different
    DTS file and use this facility to let the both WBMR profiles reference the
    correct device tree file.

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49330 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit cbb40a6687d55265e21cd9158b215facb0e819bc
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:32 2016 +0000

    x86: remove old references to kmod-acpi-button

    The kmod-acpi-button functionality is included in the kernel where needed
    and the corresponding kmod package has been deleted long ago, therfor drop
    the remaining references now.

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>
    Signed-off-by: Luka Perkov <luka@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49329 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 31e24a856809ac7a04087f944865670a5b4f8ec7
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:30 2016 +0000

    kernel: fix ip6_tunnel compilation

    Replace undefined iph for ip_hdr(skb)

    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49328 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 29a1f74d7f7900a6b74b40250068f00b8a449601
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:28 2016 +0000

    base-files: remove ununsed login.sh

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49327 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit fecf43d34a31ed9af8d05c7c86bb72361c5cb48d
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:27 2016 +0000

    base-files: Allow to disable failsafe mode

    Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49326 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a1860283b37c7a26f78c7387227a42219e8b4d4d
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:25 2016 +0000

    image / basefiles: make console password configurable

    Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49325 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 99646afc4f797d1ec720184239b9edb8b5b4b9af
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:15 2016 +0000

    base-files: fix error message during boot

    preinit spews out this message

    "cat: can't open '/proc/device-tree/model': No such file or directory"

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49324 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 26f38d61ba9f3092fc095dd72ddab9ada62e99a0
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:13 2016 +0000

    scripts: metadata: add CONFIG_TARGET_SUBTARGET symbol

    Add a new string symbol "CONFIG_TARGET_SUBTARGET" which contains the name of
    the chosen subtarget or "generic" if there are no subtargets available.

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49323 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 22b12f9dcdd1cfd18681f65be61d5e06f51b4780
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:12 2016 +0000

    busybox: fix setting the kernel timezone

    The settimeofday() syscall wrapper provided by musl filters out the timezone
    argument, breaking the ability to set the kernel timezone through the function.

    Adjust busybox patch to issue the syscall directly in order to circumvent the
    problem.

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49322 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit ed83252c313d5d9b300393da14b79b972e93af9e
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:10 2016 +0000

    netifd: Send DHCP release when client exits

    Let DHCP client send a release when it exists so the DHCP server is
    informed the IP address is released and allowing to clean up IP/mac
    state info in intermediate devices.

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49321 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 8822c0d0755535c5e24c47537acf2ffac877c5e7
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:08 2016 +0000

    netifd: fix default ip rules

    Update to latest HEAD in order to remove the faulty "prelocal" ip rule leading
    to unexpected policy rule precedence.

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49320 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit eb6525ac75c17c2aed18cf1a4f6528f43f181a2f
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:06 2016 +0000

    x86: search PARTUUID in any block device

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49319 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 38c5d9c269b0549ac10a5b0b09835199f5fd2575
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:04 2016 +0000

    x86: make sysupgrade work without partx

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49318 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a4953d94d3a5f86658dd8d210356ff35849a6e31
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 18:10:35 2016 +0000

    mtd: add -c option for specifying amount of data to be used for checksum

    So far fixtrx was calculating checksum over amount of data matching
    partition erase size. It was mostly a workaround of checksum problem
    after changing anything in initial TRX content (e.g. formatting JFFS2).
    Its main purpose was to make bootloader accept modified TRX. This didn't
    provide much protection of flash data against corruption.

    This new option lets caller request calculating checksum over a bigger
    amount of data. It may be used e.g. to include whole kernel data for
    checksum and hopefully make bootloader go info failsafe mode if
    something goes wrong.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49317 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit b93838898ed6218264f103a68d5a9a8e43b3055d
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 18:10:30 2016 +0000

    mtd: trx: use separated buffer for TRX header

    We plan to adjust usage of the main buffer to allow reading custom
    amount of data for CRC32. This means we need another buffer that will be
    always block aligned.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49316 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit f9e1b8cb01ff39f3fa4a144a02c3835b20c2eafb
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 15:33:42 2016 +0000

    mtd: seama: exit with error if Seama header wasn't found

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49314 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 9a8279b0489f8a15a2f67d40238a581d3284a0c4
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 12:53:39 2016 +0000

    mtd: seama: fix image data handling

    1) Put sanity checks in one place
    2) Respect provided offset
    3) Read only as much data as needed for MD5 calculation

    Thanks to the last change this is a great speedup and memory saver. On
    devices with NAND flash we were allocating & reading about 128 MiB while
    something about 8 MiB is enough.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49309 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 1b1ecbdbe8ca49bb62b4175cdbb1f2f549875c4d
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 12:53:36 2016 +0000

    mtd: seama: move buf allocation to the MD5 function

    This buf is only used in this function now, so lets move it there.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49308 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 96b3c3de4e7bb3f08774875160b6ae12b868d6ec
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 12:53:33 2016 +0000

    mtd: seama: update MD5 using header in the first block buffer

    This will allow separating first block buffer from a buffer used for MD5
    calculation.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49307 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c17c84e7b93ae124075218e6724c071f55876ff5
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 12:53:29 2016 +0000

    mtd: seama: add md5 to header struct

    This allows us to drop some extra offset calculations and simplifies
    code a bit.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49306 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d60cac85a21c934ec699b65324d4282e32950bab
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 09:54:48 2016 +0000

    mtd: check for Seama magic early when fixing MD5

    This avoid long (and unneeded) process of reading all data in case of
    running on MTD not containig Seama entity.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49304 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a34af7211a5cffce9ee6ecdf0699b948d6415212
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 07:51:50 2016 +0000

    mtd: add missing breaks in a switch

    On platforms supporting both: TRX and Seama calling "fixtrx" was
    resulting in trying to fix Seama as well.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49301 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit b793ff7ef9d1bb1b434e09bfeb6dc40a67dce4f4
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 07:51:45 2016 +0000

    mtd: use tabs for indents

    This makes code style consistent across the whole file.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49300 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 1ec90b56c12d242ef0f85d98ab4edeb199331c74
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Thu May 5 14:56:57 2016 +0000

    kernel: update kernel 4.1 to version 4.1.23

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49296 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 4cde404c71afa95908ac75d414d8c467b331e448
Author: jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 4 12:04:58 2016 +0000

    openssl: Update to version 1.0.2h

    Bump to the latest version, fixes several security issues:
     * CVE-2016-2107, CVE-2016-2105, CVE-2016-2106, CVE-2016-2109, CVE-2016-2176
    More details at https://www.openssl.org/news/openssl-1.0.2-notes.html

    Signed-off-by: Michal Hrusecky <Michal.Hrusecky@nic.cz>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49295 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit e737bc7e0799fb381dfc3859dea93b5d1999dfc1
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:51:20 2016 +0000

    ramips: Drop hacky switch workaround for failsafe on rt3x5x and rt5350.

    The new rt3050 switch driver doesn't have problems with TCP when not
    using VLANs.

    This piece of code also broke failsafe for all routers where the LAN
    port is not wired to port 0 of the internal switch.

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49293 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 4d2bee98e289ae0e09f83dc3099ad25e613413bd
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:51:13 2016 +0000

    ramips: Disable all ethernet ports except port 0 on A5-V11.

    Port 0 is the only ethernet port on this router, so disable all other PHYs
    in order to save power.

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49292 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 45595b41aa2810f2157bdffe932c9c714b5a1e68
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:51:09 2016 +0000

    ramips: Disable all ethernet ports except port 4 on HT-TM02.

    Port 4 is the only ethernet port on this router, so disable all other PHYs
    in order to save power.

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49291 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 45cd35845f52f9c4e58ed8d1bd7b5cac51939b6b
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:51:05 2016 +0000

    ramips: Get rt3050 ethernet ports to be disabled from the device tree.

    This patch allows configuring ports to be disabled in the device tree; this
    saves power, since disabling ports here actually disables power to ethernet
    PHYs.

    Line 444 enables all ethernet ports, so line 487 is getting zero ports to be
    disabled, except for port 5 in SoCs where this is not implemented as it will
    be sticky disabled in register POC0. Because of this, the code will still read
    the switch configuration and OR it to the device tree setting.

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49290 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit acddb0edde74cef335e5fed26c14d3beee80196c
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:51:01 2016 +0000

    ramips: Fix comment in rt3050 ethernet switch driver.

    Line 444 is actually enabling all switch ports by setting the disable bits
    to 0. This needs to be done because the bootloader sets all ports to disabled
    by default (which is the case for at least one router based on RT5350).

    So, this patch fixes the comment in line 443.

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49289 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 42c7ccb9c3999df0f6c0da2e4e6f0cbeaf783ec0
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:56 2016 +0000

    ramips: Fix documentation for the rt3050 switch driver.

    The prefix used in the driver is now "mediatek" instead of "ralink".

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49288 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 093fe68adb9116dc25145efd557c795acf124281
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:52 2016 +0000

    ramips: Fix multicast ICMPv6 for the rt3050 ethernet switch.

    The FCT2 esw register should be set to 0x2500C to have "unknown IPv6
    multicast" packets broadcasted to every port, instead of dropped.
    The previous value only let those packets go through ports 1 and 3.

    "Unknown IPv6 multicast" packets include packets needed by ICMPv6 echo
    requests addressed to well-known addresses, such as ff02::1 (MAC address
    is 33:33:00:00:00:01 in this case).

    Please note that by default ICMPv6 echo requests to ff02::1 are not replied
    to by the router because of ip6tables considering those packets to be invalid.
    But this is another bug/patch. ;)

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49287 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit e05f006813bf0a76449009882568de718924bed9
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:48 2016 +0000

    ar71xx: add TP-Link TL-WR810N support

    This patch adds support for the TP-Link TL-WR810N.
    https://wiki.openwrt.org/toh/tp-link/tl-wr810n

    Signed-off-by: Jens Steinhauser <jens.steinhauser@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49286 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 93a2bf5a10cab1998a116241e1841d88f8abb4d8
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:40 2016 +0000

    ubox: turn logd into a separate package

    Currently system log is always included as a part of ubox.
    Add logd as a seperate package and add it to default packages list.

    Signed-off-by: Andrej Vlasic <andrej.vlasic@sartura.hr>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49285 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit e912d0b03ffad6740ed6de980a51b08133f6a084
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:35 2016 +0000

    lantiq: VGV7510KW22BRN - set the phy clock source

    VGV7510KW2 with VRX288 v1.2 has brnboot 1.8 installed. Starting with
    this brnboot version, the "GPHY Clock Source" isn't set anymore by
    brnboot, with the result that xrx200-net fails to probe/initialize the
    phys.

    Use the phy clock source device tree binding to specify the clock source.

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49284 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 523a776c32b52ffbf9211253bec2a77d93b7d719
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:31 2016 +0000

    lantiq: add device tree binding for the phy clock source

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49283 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 0674fec01a2f8d5b8d6265289dda6a95dd9d80c5
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:27 2016 +0000

    lantiq: VGV7510KW22BRN - support dual-image

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49282 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d84623b834701205c3cc349c4d0d2972b7281107
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:23 2016 +0000

    lantiq: handle the dual-firmware layout of brnboot

    brnboot based devices can have two Image partitions. When flashing
    images via the brnboot recovery web interface, the Image partitions are
    written alternating.

    The current active Image partition is stored in the first byte of the
    Primary_Setting partition by using 0x00 for Code_Image_0 and 0x01 for
    Code_Image_1.

    By using the information about the active "Code Image", it is possible
    to ensure that the rootfs belongs to the current booted Image/Kernel.

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49281 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit b029664b31e9029163c595f1784e2004374911f8
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:18 2016 +0000

    lantiq: move partitions into partion table node

    Starting with kernel 4.4, the use of partitions as direct subnodes of the
    mtd device is discouraged and only supported for backward compatiblity
    reasons.

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49280 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 5fbb6b24eb44f2ca5a3ae36d3f67829a90bb11ed
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:10 2016 +0000

    lantiq: use sysupgrade.bin postfix for tplink images

    Use the same name for TP-Link images as it was with the old image build
    code.

    Move the BOARD_ID export to the TP-Link image build recipe, to indicate
    that the variable is only related in this context.

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49279 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 838d78e76513a7ff9b43d7c5459fcf00864a2fc9
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:06 2016 +0000

    lantiq: VG3503J - use the same PHY led functionality as the OEM firmware

    Based on the vg3503j_gphy_led.sh script published in the VG3503J wiki
    article, the OEM Firmware uses the following PHY led functionality:

        gphy led 0: LINK/ACTIVITY
        gphy led 1: LINK
        gphy led 2: ACTIVITY

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49278 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a2e149da922209e56a9bb1d5f9fb67c6734c8b54
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:00 2016 +0000

    ar71xx: Fix eth0 support for Ubiquiti UniFi AP AC

    Fix eth0 support for the Ubiquiti UniFi AP AC
    Signed-off-by: Paul Wassi <p.wassi at gmx.at>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49277 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 81e89b7c38526dec7b258f3d93ccfa844575984f
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Sat Apr 30 16:53:27 2016 +0000

    base-files: fix group/user settings after sysupgrade

    Signed-off-by: John Crispin <blogic@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49276 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 1e03d69c8cadc2fb1d07c91ef2de48a0318af785
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Sat Apr 30 16:53:21 2016 +0000

    base-files: split user/group addition code into a function

    Signed-off-by: John Crispin <blogic@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49275 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit b0c98d2780fd831d918ccf090485a703a4dc165e
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:35:26 2016 +0000

    ppp: Add ppp-mod-passwordfd subpackage to ppp

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49274 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 7dbc22a8a28ce2baa019f63323e83eefe10944f9
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:35:20 2016 +0000

    dnsmasq: Add conntrack support in the full variant

    Conntrack support reads the connection track mark associated with
    incoming DNS queries and sets the same mark value on the upstream
    forwarded DNS query. This can be usefull to track traffic generated
    by dnsmasq to associate it with the clients who generate the queries,
    usefull for bandwidth accouting and firewall.

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49273 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 78444f34490bba9d4714a4374223c18c53f9b251
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:35:15 2016 +0000

    dropbear: Add procd interface triggers when interface config is specified

    A dropbear instance having an interface config won't start if the interface is down as no
    IP address is available.
    Adding interface triggers for each configured interface executing the dropbear reload script
    will start the dropbear instance when the interface is up.

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49272 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 96843fb91c2b09accdf8b8bf12ad05db8c898951
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:35:10 2016 +0000

    iproute2: Add package for nstat utility

    Add support for the command line utility nstat displaying network statistics

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49271 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit ec22b18708ff540b1d65a35ce5a242629d20c7ef
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:35:05 2016 +0000

    lantiq: use the same functionality for all ethernet phys led

    The VGV7510KW22 has the leds for LAN1-3 connected to pin1 of the phys
    and the led for LAN4 connect to pin0 of the phy. This results with the
    current configuration in a fast flashing LAN4 led as soon as a network
    cable is connected. Something similar was reported on the forum[1] for
    the VGV7519 as well.

    Since it isn't predicable to which pin a (single) phy led is connected,
    use the (default) pin1 functionality

        Constant On: 10/100/1000MBit
        Blink Fast: None
        Blink Slow: None
        Pulse: TX/RX

    for all ethernet phy leds.

    After checking pictures of all vr9 boards, it looks like only the VG3503J
    has more than one led connected per phy. Using the phy led device tree
    bindings to assign the functionality to the "additional" leds, the
    VG3503J phy leds should behave as before.

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    [1] https://forum.openwrt.org/viewtopic.php?pid=321523

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49270 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 57463d297afc070309c8d0f6160f300113798758
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:35:01 2016 +0000

    lantiq: fix minor typos in 11G/22F phy driver

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49269 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 38b517d68afabf80e1100af4231795519414d22b
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:34:56 2016 +0000

    ramips: add support for Planex MZK-EX750NP.

    add support for Planex MZK-EX750NP.
    MZK-EX750NP is MT7620A and MT7610E based 11ac wifi repeater.
    Built-in power supply.
    64MiB RAM, 8MiB SPI Flash, non Wired Ethernet.

    Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49268 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 06a761d721f61a449545048b667355737d777382
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:34:48 2016 +0000

    scripts: avoid hard-coded paths in scripts

    Signed-off-by: Iblis Lin <e196819@hotmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49267 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 8ed0bc77e7805a5898e1334dd3d909551b94ac64
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:34:44 2016 +0000

    base-files: evaluate uci-defaults on run-time installations

    Packages may install scripts into /etc/uci-defaults to be executed once
    after installation, usually at the first boot of the target. This works
    fine if the package was installed to the rootfs during build or using
    the ImageBuilder.
    If the package is installed using opkg during run-time uci-defaults
    were applied only after a reboot of the device. Avoid the need to
    reboot by evaluting the package's uci-defaults in default-postinst.

    Signed-off-by: Daniel Golle <daniel@makrotopia.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49266 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 20fbdd5a90b45da1f6885d208cd466c9e04bdd48
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:34:31 2016 +0000

    mediatek: sync patches and add more ethernet stability fixes

    Signed-off-by: John Crispin <blogic@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49265 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c72c3034d6b5f8159566caace27793a42374b96d
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed Apr 27 21:20:45 2016 +0000

    bcm53xx: add m25p80 workaround for SPI flash writing problems

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49264 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a26fb1adc099d23115b9de53a4f118517c3c64ae
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed Apr 27 08:58:15 2016 +0000

    mediatek: sync and patches add support for several boards

    Signed-off-by: John Crispin <blogic@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49263 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 9686024b6651054d940ee14793bccfc9aba19997
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed Apr 27 08:04:30 2016 +0000

    bcm53xx: support SPI-NOR on dual flash devices

    We need it to access NVRAM.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49262 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 5e500d29121053a6bde118d04ac3e07e83ef67dc
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue Apr 26 17:08:53 2016 +0000

    bcm53xx: switch to m25p80 and drop bcm53xxspiflash

    For some time now m25p80 supports 32 MiB flashes and we just needed to
    patch spi-nor to support JEDEC incompatible w25q128. Also by switching
    to m25p80 we gain accelerated SPI flash reads.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49260 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 1b7504496a5debfb08406fad120de1150311e6bc
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue Apr 26 12:36:34 2016 +0000

    bcm53xx: support JEDEC incompatible w25q128 in spi-nor

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49259 3c298f89-4303-0410-b956-a3cf2…
michael-dev added a commit to michael-dev/openwrt that referenced this issue Apr 29, 2022
commit e0ad8454da8fdf6452248371bf96b05e00b4cf60
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun Dec 19 16:39:22 2021 +0100

    move to gitlab

commit 0fa391f912e9fc07f4d81e00ccadd63133e651bb
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Tue Nov 9 11:08:20 2021 +0100

    re-add pkill

commit 7a7b0f83101691c64c1193c37f2d0fdf219bad17
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun May 17 13:49:08 2020 +0200

    increase parallel

commit 6a36f4d4c6dab3618699152ee88ce90862076cea
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun May 17 13:45:28 2020 +0200

    fix screen

commit 3a8a81db2bdc3149df1dbdef3bd03b1f211c373f
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun May 17 13:43:41 2020 +0200

    build as module is useless without kmod definition

commit 4eadd464ff69267c00770a78d90716c998012cae
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun May 17 13:40:08 2020 +0200

    reduce logbuf size to shrink kernel

commit 0797eb3dc9336949031136a60906deae2c521858
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun May 17 13:17:06 2020 +0200

    add ethtool and hostname

commit 743fe0515cf0e6d89573e44e6e52c4bab0404bab
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 15:27:45 2020 +0200

    more cleanup

commit 2e5d803e12a6f1ed7c85aba3c1442d5fbd680aa4
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 15:12:25 2020 +0200

    more cleanup

commit 468c1261190a2dee31472ad92d409e0510472d19
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 13:51:42 2020 +0200

    fix mac80211

commit 61d3d3ffd6aa658d455958a3455a151b8c520ef9
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 13:41:40 2020 +0200

    trim libs

commit 3236cbdd12b0e6ffc9aef3c58740fdb90c28d08e
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 13:19:03 2020 +0200

    fix lockup detection and reduce strip

commit 76d5c7642843e1a81289124ddafea1187b00356b
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 13:06:53 2020 +0200

    reduce strip

commit a90def0ace27f9b65b31314995c6b12b5141298d
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 12:59:54 2020 +0200

    fix randomness

commit 52c1c4534d3b9763eeed29e775bdaad2aeac20c1
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 12:41:33 2020 +0200

    remove netfilter

commit 9e8509677113e5a0c13ea48c59331f04e17f8f8d
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 12:12:04 2020 +0200

    fix kexec

commit 78046ea94eb2d0392dc7ea981d6e8011e753da9b
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 09:25:19 2020 +0200

    fix distcc setup

commit d178796456e0aca0bb58df76ac700e4c8b472d7a
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 09:13:29 2020 +0200

    fix distcc

commit 1d55a5c831a6728e8cf1a687a76a23ec5b0f93ea
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 09:12:07 2020 +0200

    fix distcc

commit 06e0df14c3da36126d22b945e70500bfba934f2d
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 09:10:36 2020 +0200

    add distcc setup

commit 9ff7826bf1ca31c4ce2ed55f57cc03674242796a
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 09:00:04 2020 +0200

    fix install and add scp

commit 120515de5e86bd873da73da7dd2cbb5acc86db00
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 08:32:59 2020 +0200

    install is non-root on farm

commit 48aac652b9dba5cbef121fdd64cc2622ce61c0d0
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 08:27:24 2020 +0200

    drop nand flash image support

commit 62f6d078aba3d48c34cceca3172b244c85da71c2
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 07:57:10 2020 +0200

    fix jffs2 support

commit d7afd87b8a51fe4b9f7f253ec889d407f734fff4
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 07:52:21 2020 +0200

    enable jffs2

commit 2243313418a311b61f8a51b1b7ef5f877bbeab03
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat May 16 07:24:16 2020 +0200

    more work to boot

commit f9ac6c690edf038dbd4ec12b754c79f8da480eac
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 20:17:31 2020 +0200

    use gcc 5.0 as powerpc spe support was dropped in gcc 8/9

commit a3c63977891a85313f1dd6e41043f33db01eb94c
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 16:26:53 2020 +0200

    moved

commit e76093ed47bb1cc25b2da11e50321994a5e103ad
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 16:22:11 2020 +0200

    fix kernel build

commit 2db47a3579fb6333ee205eb453e4677c474754bd
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 16:21:26 2020 +0200

    add kmod-i2c-mpc

commit ba5501dc72b361149d15534504452cb196ce5835
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 16:14:37 2020 +0200

    refresh build scripts

commit 01788a766d95ffe3ac063695e9a3a61ab213708f
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 15:29:33 2020 +0200

    remove conflicting stuff

commit a5e44dff03f2b18e52f453041c9db744e8431814
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 10:21:11 2020 +0200

    refresh config and packages

commit 9f6964128bf320ed09cadcf5bd496d9237d2d990
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 10:09:16 2020 +0200

    refresh config

commit c7af0cfa412d5089e1315bf4ccaf8d3132ed0cba
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 10:00:33 2020 +0200

    refresh kernel config from stage2

commit 03ab54a8ed1e60f6eb5ad1dbb19460eb89546e79
Merge: 3490af14d6 120253bf12
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 09:56:15 2020 +0200

    Merge branch 'femwlan_stage1.2020.out' into femwlan_stage1.2020

commit 3490af14d6b7ce0d5d7704c1a2ed6a6799d3db59
Merge: 77c4dc4325 2f7118712e
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 09:53:01 2020 +0200

    Merge branch 'master' of https://git.openwrt.org/openwrt/openwrt

commit 120253bf12f51eb58e24bc1e8c8ae2cecd38797c
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 09:52:32 2020 +0200

    update feeds

commit e856275b08841948f05332627f8692bd88ec84b7
Merge: 77c4dc4325 6bd0f3721e
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri May 15 09:45:08 2020 +0200

    Merge branch 'femwlan_stage1' into femwlan_stage1.2020

commit 6bd0f3721e08a2d3b3c20cc1f2841ca49b695e13
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sun Jul 14 13:26:27 2019 +0200

    migrate fem feed

commit 77c4dc43252ab7dee49ce842ab3938aa9854d2a5
Merge: ee4714556c 133815ad8f
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Wed Sep 13 16:03:12 2017 +0200

    Merge remote-tracking branch 'lede/master'

commit ee4714556cea31bed1408fe5233170365ac6d29a
Merge: b3deab636d df3295f50e
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Sat Aug 12 12:52:03 2017 +0200

    Merge remote-tracking branch 'lede/master'

commit b3deab636d2edfd3059c079a5e202a44f985fb40
Merge: 9b4650b3b9 dce3b0057b
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Thu Mar 23 11:20:27 2017 +0100

    Merge branch 'master' of https://git.lede-project.org/source

    Migrate to LEDE

commit 5f1a9ae2e8646c1bca359d2bc2fe95bb291b83ea
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri Oct 14 18:35:08 2016 +0200

    no-op

commit 49804124d44e12aa172c95385f6fb276082223a3
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri Oct 14 18:15:14 2016 +0200

    fix nand layout

commit 27d9bfe77c77d23c8f708c99dcdb9937fde0113d
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri Oct 14 17:22:51 2016 +0200

    fix flash layout again

commit 6f70ba4126b0835e6f66820042e42dcc3f309bc4
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri Oct 14 14:32:52 2016 +0200

    fix flash layout for stage1

commit 467dc035e1d4f3335eac150a320d2440d2b52bb1
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri Oct 14 02:57:11 2016 +0200

    fix kexec refusing to boot stage2 with initrd

    One of the patches fixed it, did not backtrack.

commit 46b55ab02f04c263aefe2b3c07e7c44609546a9e
Author: Michael Braun <michael-dev@fami-braun.de>
Date:   Fri Oct 14 02:52:07 2016 +0200

    add nls for vfat

commit 9b4650b3b92e6246b986ac9e3d7c2a80d66b805b
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Thu Jun 30 05:39:05 2016 +0000

    rpcd: iwinfo plugin fixes

     - Expose supported HT rate information in info call
     - Zero out ccode buffer when listing countries

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>
    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49395 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 095fabba86e82114561f93f1dc384349baca3880
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed Jun 29 18:22:24 2016 +0000

    mac80211: brcmfmac: backport changes from 2016-06-29

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49393 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit b8db33ba14df7dd4255a6879814138b3762c792c
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed Jun 29 18:22:15 2016 +0000

    mac80211: brcmfmac: rename patches from commit fixing P2P

    This way names follow current schema.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49392 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d66b14b6aabeb624f7f66ae9ebee6d0cdf907055
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed Jun 29 18:06:01 2016 +0000

    mac80211: brcmfmac: fix lockup related to P2P interface

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49391 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit cac971dad98c83fd25223286330e757218f19e1b
Author: wigyori <wigyori@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue Jun 21 16:14:18 2016 +0000

    package: ath10k-firmware: fix board-2.bin download URL

    Fixes #22628.

    Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49390 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d090d6c94c4c1eb0acc0caefc00d54e38c2d6fb4
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Jun 17 10:59:10 2016 +0000

    iw: backport support for "channels" command

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49388 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 5ff597bacb2e8709506d0c06854fa1e70a68531d
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Jun 17 08:23:11 2016 +0000

    mac80211: brcmfmac: backport changes from 2016-06-16

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49387 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c0e5107b448505c1cf7c337732ba59bce0f983f8
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Jun 17 06:23:22 2016 +0000

    mac80211: brcmfmac: fix support for BCM4366

    1) Fix setting AP channel
    2) Improve BSS management to avoid:
    [ 3602.929199] brcmfmac: brcmf_ap_add_vif: timeout occurred

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49383 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 8c7cbcc1afb8f8365c2e39643e69725e5c0c2d99
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Jun 17 06:23:19 2016 +0000

    mac80211: brcmfmac: add support for get_channel

    It's very useful for debugging problems with brcmfmac setting requested
    channel.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49382 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a91b82363aba1ee470361b1cd448aae7009a02f1
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Jun 17 06:23:11 2016 +0000

    mac80211: brcmfmac: fix support for up to 4 AP interfaces

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49381 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 104549a1b6cb24f16942a1f448e1a3bc3624bab7
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Jun 17 06:23:06 2016 +0000

    mac80211: brcmfmac: backport fixes for 4.7 and 4.8

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49380 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 484ecf816460f58fe589565ac88014f369db86ee
Author: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue Jun 7 06:59:36 2016 +0000

    treewide: fix replace nbd@openwrt.org with nbd@nbd.name

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49379 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit cda52dcb329e02674175b60426be26cd813294a6
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Thu May 12 05:32:33 2016 +0000

    bcm53xx: drop Copyright header from two of my bash scripts

    Both scripts modified by this patch were added by me. First of all I
    incorrectly added OpenWrt as Copyright holder. It was wrong because:
    1) I simply can't transfer my moral rights according to the Polish law
    2) Transfering copyrights (economic rights) requires an agreement which
       I didn't sign with OpenWrt(.org).
    Other than that I don't find these trivial scripts important enough to
    put info about *my* copyrights in a header so this patch just drops them
    completely.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49377 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 405044762828ce76e588cda8dcedb8acd57b02ff
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 11 22:40:28 2016 +0000

    base-files: fix permissions of the login.sh script

    Signed-off-by: Luka Perkov <luka@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49376 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit cbdbc16f69223c737f64850a553740e993b17b26
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 11 21:57:19 2016 +0000

    include: drop unused kernel 4.3 versions

    Signed-off-by: Luka Perkov <luka@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49375 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 0a63c973602ae976c084df45556aeacfbf1f2498
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 11 21:53:00 2016 +0000

    kernel: remove linux 4.3 config

    When linux 4.3 support was removed the config was left.

    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49374 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit f06425ef611085a791bcd0399c9b1e1a27525eca
Author: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 11 10:49:26 2016 +0000

    ncurses: install a dummy libtinfo.a for packages that try to link it

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49373 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 79d21a4158421bf27b6d4cf9bf1bb55a528b0b74
Author: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 11 10:49:21 2016 +0000

    Revert "ncurses: package the tinfo library separately"

    This reverts commit r49361

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49372 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit cdd8b4c52802435fda51ce64f374938c19282dd1
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 11 07:11:11 2016 +0000

    mtd: imagetag: fix compilation with changed mtd_fixtrx call

    Function mtd_fixtrx was changed during trx improvements.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49371 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d662a74d1b22f3b36de474abe84bf8d541670b47
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 23:03:43 2016 +0000

    krikwood: Make Iconnect image use new ubi format style

    To flash first time follow instructions in commit:
    "kirkwood/dockstar: use ubi(kernel, squashfs, ubifs) images"

    Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49370 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 99d76877dde8cbcf3f422a85ad27d4d67d6b0543
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 23:03:41 2016 +0000

    kirkwood: Migrate Iconnect to new ubi image format

    Default partition name is now ubi.

    Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49369 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a8dfff20258875a53aea9f96f4990453e549088a
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 23:03:39 2016 +0000

    uboot-kirkwood: New ubi flash format for Iconnect

    Migrate Iconnect to new ubi image style like for dockstar.

    Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49368 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 312f610ef747b095fd4de7603a3d55ae1f0f2df1
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:52:00 2016 +0000

    target: socfpga: Add Altera SoCFPGA support

    This patch adds support for the Altera SoCFPGA target.
    Both generic target and Terasic SoCkit boards are supported.

    Signed-off-by: Marek Vasut <marex@denx.de>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49367 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 317f8a56f76bbd079fda61d7e7feff8f7bd4abdd
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:51:55 2016 +0000

    package: kernel: Enable support for DWC2 USB on SoCFPGA

    This patch enables the DWC2 modules for the Altera SoCFPGA target.

    Signed-off-by: Marek Vasut <marex@denx.de>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49366 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 14733d04338dfe5bb308d983f9abecdafff5d142
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:51:54 2016 +0000

    package: kernel: modules: Add USB Mass Storage package

    Add package which enables building of the USB Mass Storage
    support kernel modules (USB MSG).

    Signed-off-by: Marek Vasut <marex@denx.de>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49365 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 646e9d8d5ef5ebee6911414db6b28d7833b14e89
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:51:52 2016 +0000

    package: kernel: modules: Enable Dual-Role support for DWC2 USB

    Enable configuration option which allows DWC2 USB OTG core
    to operate in Dual-Role mode.

    Signed-off-by: Marek Vasut <marex@denx.de>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49364 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit f9ca1c25c4d795bd2ef24e0d9113059a8c390dd0
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:32 2016 +0000

    gettext-full: avoid spurious dependencies on ncurses

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49362 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 1d8015afd269100702feb083dcad57e7bd632390
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:30 2016 +0000

    ncurses: package the tinfo library separately

    Some packages expect it that way

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49361 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit b7e21c7325a5f4aa0a9f3a3ec01c22352e86055f
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:29 2016 +0000

    ramips: fix DTB generation

    using preprocessor style includes when calling dtc directly.

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49360 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c837867d6ee8bed11dc1aac9ef581fe36fe4c50d
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:28 2016 +0000

    iftop: Update to latest version, and drop patch

    The patch made sure the ncursesw library was not selected to save space,
    but that library doesn't exist in this distribution at all.

    Signed-off-by: Bert Vermeulen <bert@biot.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49359 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 477773cf93e3ffc4642c82cf73caeefb7a6b34d6
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:26 2016 +0000

    ncurses: provide libncurses compatibility symlinks in libncursesw

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49358 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit eef423040eff9c1d6ae56e4b73239e2653e33546
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:24 2016 +0000

    ramips: Change all '/include/' clauses to '#include' so preprocessing can be done properly for the entire device trees.

    Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49357 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 41e6ca40e4f4f9e8962653358bc49b4385ce52a2
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:15 2016 +0000

    ramips: Add hex prefix (0x) to dtsi reg properties where needed.

    Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49356 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 363f1fa23c09abebd13c19d5f823d0508077a6d8
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:14 2016 +0000

    ramips: introduce serial0 aliases

    This patch introduces serial0 aliases in the ramips DTS files, which can
    then be used to denote the active console instead of relying on bootargs.

    Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49355 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 768fd7f4fcfc067f6faf6a6228296b5c85d1efef
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:12 2016 +0000

    ubox: make logging code honour the hostname properly

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49354 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 57a1c2a8fc8adf9644af25fe5708a9acde7f8e7e
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:10 2016 +0000

    brcm47xx: fix wgt634u port assignment, broken since openwrt r47866

    Signed-off-by: Russell Senior <russell@personaltelco.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49353 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 50b27cdfe7bac62fd386e744d1864167c163e88a
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:09 2016 +0000

    ramips: mt7620: [UPSTREAM] fix USB frequency scaling

    The logic for the SoC check got inverted. We need to check if it's
    not a MT76x8.

    Signed-off-by: D. Andrei Măceș <dmaces@nd.edu>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49352 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 1b2ecbaa61615d070d3c207979bbcb0897d15c36
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:07 2016 +0000

    ramips: Fix alphabetical sorting for 02_network

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49351 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit f9240c84dd9747e24fe2b6eb52a7cb4c3e90424c
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:03 2016 +0000

    ramips: Don't use a VLAN for the single ethernet port of the A5-V11.

    This router only has one ethernet port, so a VLAN is useless here, now that the rt3050 TCP bug that happened without VLANs has been fixed for a very long time.

    Add this router to the VLAN-less config that is used by other single-port routers.

    Also fix MAC address detection code since this router has no WAN port.

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49350 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 425615e37d9140ae1528a89d3f63ded2015bb72a
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:02 2016 +0000

    ramips: Fix network for routers without VLANs on eth0.

    Some routers only have one port, so eth0 is used without VLANs for them.

    Revision r47720 introduced some changes, but wrongly confused "enable" with "reset".

    VLANs need to be disabled for those routers, and the switch may be reset.

    Fix this, by explicitly disabling VLANs instead of resetting the switch for these routers.

    Also merge duplicate configuration for the "m2m".

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49349 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit ab994b2e7f37a3fc6c51099f4a64f8934a2db073
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:37:00 2016 +0000

    ncurses: install pkg-config files to fix util-linux build breakage

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49348 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a9db3b06fec88a699ac24abc8fa5061083f597c4
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:59 2016 +0000

    ncurses: remove libncurses, provide it via libncursesw

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49347 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 73a28b05415a3d5abfe2d0a3621c458b6b30782f
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:57 2016 +0000

    metadata.pl: add support for selecting packages available only via PROVIDES

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49346 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c5faccff4f230fc55e3ab75121776cd443929daa
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:56 2016 +0000

    kernel: add workaround to rebuild vdso-o32.so.dbg

    Building for octeon fails with

      'arch/mips/vdso/vdso-o32.so.dbg' already contains a '.MIPS.abiflags'
      section

    if the file already exists from a prior build.

    Use the same workaround as the one for vdso.so.dbg committed in
    9eb155353a5f5137ec85a5b5b0287af63c544710.

    Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49345 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 090bcdd68ed9af7b3e569256c3eb846ff6e5449f
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:55 2016 +0000

    toolchain: gcc: fix build with GCC 6

    Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49344 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit ff5da0c61320c4608ff9682f654219006098fb7b
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:53 2016 +0000

    tools: mkimage: sync include/linux/compiler*.h with u-boot master

    Fixes build with GCC 6.

    Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49343 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit bd9b69103585ee7781486ca25c01f56c3b471ede
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:51 2016 +0000

    tools: pkg-config: fix build with GCC 6

    Fixes the following error:

    gdate.c: In function ‘g_date_strftime’:
    gdate.c:2497:7: error: format not a string literal, format string not checked [-Werror=format-nonliteral]
           tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm);
           ^~~~~~

    Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49342 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 84ccd80515fa59e68f0504fc277b782c2d7d5885
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:50 2016 +0000

    tools: make-ext4fs: fix build regression on mac os x

    Including sys/sysmacros.h is not portable

    Signed-off-by: Felix Fietkau <nbd@nbd.name>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49341 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c53a07d12ab7bd200b8270e7b2ad075e73051ebb
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:49 2016 +0000

    base-files: evaluate uci-defaults on run-time installations

    Packages may install scripts into /etc/uci-defaults to be executed once
    after installation, usually at the first boot of the target. This works
    fine if the package was installed to the rootfs during build or using
    the ImageBuilder.
    If the package is installed using opkg during run-time uci-defaults
    were applied only after a reboot of the device. Avoid the need to
    reboot by evaluting the package's uci-defaults in default-postinst.

    Signed-off-by: Daniel Golle <daniel@makrotopia.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49340 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit bbd7ca5aeb25d3f698b7bc5b6f4ef60cdd80a792
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:47 2016 +0000

    libiconv: add all ASCII aliases

    This patch adds missing ASCII aliases to the libiconv stub in order to avoid conversion errors like https://github.com/openwrt/packages/issues/2373

    Signed-off-by: Gergely Kiss <mail.gery@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49339 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 8d567cfcf761669899fb55737444873a1fa676f6
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:45 2016 +0000

    xtables-addons: Avoid redefinition of SHRT_MAX in lua packet script

    Patch Lua packet script defines SHRT_MAX which is already defined in <linux/kernel.h> and
    is included indirectly by lauxlib.h. Fix the redefintion as it leads to compile failure
    on systems which treat macro redefinition as an error

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49338 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit cf1c519b0489ee594d6072e22e1bdbdff0a10f1e
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:44 2016 +0000

    fstools: fix snapshot support

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49337 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c299608aff0c502b0d5d66546b4544af1cc5871d
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:43 2016 +0000

    fstools: update to latest git HEAD

    fixes snapshot support

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49336 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d8f94e499c6b68cbd3c68cab5411ebd1b242f9bc
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:41 2016 +0000

    fstools: update to latest git HEAD

    this adds the remount command to the block tool

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49335 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 8494ede731d18e5c9271bf01f8e9976eb1eafd1f
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:39 2016 +0000

    kernel: add a workaround to rebuild vdso.so.dbg after genvdso

    Currently the build fails with

      'arch/mips/vdso/vdso.so.dbg' already contains a '.MIPS.abiflags' section

    if the file already exists from a prior build.

    Add a makefile rule to force the rebuild of vdso.so.dbg if genvdso has
    has been changed to workaround the failure.

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49334 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit f1278e7eb857f54e3315bc669106781cc7f9931d
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:38 2016 +0000

    dropbear: Make utmp and putuline support configurable via seperate config options

    Utmp support tracks who is currenlty logged in by logging info to the file /var/run/utmp (supported by busybox)
    Putuline support will use the utmp structure to write to the utmp file

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49333 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a8674204710989ee420796040d7ee68fdada72c8
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:36 2016 +0000

    netifd: Add configurable DHCP release behavior

    Make sending a DHCP release configurable when the client exits allowing to clean up
    IP/mac state info in intermediate devices.

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49332 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 78a764477337f8c062144d34f69b26d6dea72ec2
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:35 2016 +0000

    xtables-addons: Fix Lua packet script implementation

    lua_packet_segment parameter start has type char pointer; in function lua_tg
    it's assigned an uint16 value generating compiler warnings obviously indicating
    posssible seg fault problems. Fix the issue by using the correct skb functions
    so the parameter points to the position inside the sk_buff

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
    Signed-off-by: Stijn Cleynhens <stijn.cleynhens@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49331 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d5a8b0440233772a940b1bc4d3f3216babdad941
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:33 2016 +0000

    lantiq: fix xway image building

    Commit 8c130dd (lantiq: use new image build process for some images) broke
    image generation for the xway target since the generated macros reference not
    existing WBMRA.dts and WBMRB.dts files leading to the following build error:

      mips-openwrt-linux-musl-cpp: error: ../dts/WBMRA.dts: No such file or directory
      mips-openwrt-linux-musl-cpp: warning: '-x assembler-with-cpp' after last input file has no effect
      mips-openwrt-linux-musl-cpp: fatal error: no input files

    Previously both the WBMRA and WBMRB profiles shared a common WBMR DT since
    the only difference is the embedded firmware kmod package.

    Extend the lantiqImage macro to optionally support specifying a different
    DTS file and use this facility to let the both WBMR profiles reference the
    correct device tree file.

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49330 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit cbb40a6687d55265e21cd9158b215facb0e819bc
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:32 2016 +0000

    x86: remove old references to kmod-acpi-button

    The kmod-acpi-button functionality is included in the kernel where needed
    and the corresponding kmod package has been deleted long ago, therfor drop
    the remaining references now.

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>
    Signed-off-by: Luka Perkov <luka@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49329 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 31e24a856809ac7a04087f944865670a5b4f8ec7
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:30 2016 +0000

    kernel: fix ip6_tunnel compilation

    Replace undefined iph for ip_hdr(skb)

    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49328 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 29a1f74d7f7900a6b74b40250068f00b8a449601
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:28 2016 +0000

    base-files: remove ununsed login.sh

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49327 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit fecf43d34a31ed9af8d05c7c86bb72361c5cb48d
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:27 2016 +0000

    base-files: Allow to disable failsafe mode

    Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49326 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a1860283b37c7a26f78c7387227a42219e8b4d4d
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:25 2016 +0000

    image / basefiles: make console password configurable

    Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49325 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 99646afc4f797d1ec720184239b9edb8b5b4b9af
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:15 2016 +0000

    base-files: fix error message during boot

    preinit spews out this message

    "cat: can't open '/proc/device-tree/model': No such file or directory"

    Signed-off-by: John Crispin <john@phrozen.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49324 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 26f38d61ba9f3092fc095dd72ddab9ada62e99a0
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:13 2016 +0000

    scripts: metadata: add CONFIG_TARGET_SUBTARGET symbol

    Add a new string symbol "CONFIG_TARGET_SUBTARGET" which contains the name of
    the chosen subtarget or "generic" if there are no subtargets available.

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49323 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 22b12f9dcdd1cfd18681f65be61d5e06f51b4780
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:12 2016 +0000

    busybox: fix setting the kernel timezone

    The settimeofday() syscall wrapper provided by musl filters out the timezone
    argument, breaking the ability to set the kernel timezone through the function.

    Adjust busybox patch to issue the syscall directly in order to circumvent the
    problem.

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49322 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit ed83252c313d5d9b300393da14b79b972e93af9e
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:10 2016 +0000

    netifd: Send DHCP release when client exits

    Let DHCP client send a release when it exists so the DHCP server is
    informed the IP address is released and allowing to clean up IP/mac
    state info in intermediate devices.

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49321 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 8822c0d0755535c5e24c47537acf2ffac877c5e7
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:08 2016 +0000

    netifd: fix default ip rules

    Update to latest HEAD in order to remove the faulty "prelocal" ip rule leading
    to unexpected policy rule precedence.

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49320 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit eb6525ac75c17c2aed18cf1a4f6528f43f181a2f
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:06 2016 +0000

    x86: search PARTUUID in any block device

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49319 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 38c5d9c269b0549ac10a5b0b09835199f5fd2575
Author: luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue May 10 22:36:04 2016 +0000

    x86: make sysupgrade work without partx

    Signed-off-by: Jo-Philipp Wich <jo@mein.io>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49318 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a4953d94d3a5f86658dd8d210356ff35849a6e31
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 18:10:35 2016 +0000

    mtd: add -c option for specifying amount of data to be used for checksum

    So far fixtrx was calculating checksum over amount of data matching
    partition erase size. It was mostly a workaround of checksum problem
    after changing anything in initial TRX content (e.g. formatting JFFS2).
    Its main purpose was to make bootloader accept modified TRX. This didn't
    provide much protection of flash data against corruption.

    This new option lets caller request calculating checksum over a bigger
    amount of data. It may be used e.g. to include whole kernel data for
    checksum and hopefully make bootloader go info failsafe mode if
    something goes wrong.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49317 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit b93838898ed6218264f103a68d5a9a8e43b3055d
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 18:10:30 2016 +0000

    mtd: trx: use separated buffer for TRX header

    We plan to adjust usage of the main buffer to allow reading custom
    amount of data for CRC32. This means we need another buffer that will be
    always block aligned.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49316 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit f9e1b8cb01ff39f3fa4a144a02c3835b20c2eafb
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 15:33:42 2016 +0000

    mtd: seama: exit with error if Seama header wasn't found

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49314 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 9a8279b0489f8a15a2f67d40238a581d3284a0c4
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 12:53:39 2016 +0000

    mtd: seama: fix image data handling

    1) Put sanity checks in one place
    2) Respect provided offset
    3) Read only as much data as needed for MD5 calculation

    Thanks to the last change this is a great speedup and memory saver. On
    devices with NAND flash we were allocating & reading about 128 MiB while
    something about 8 MiB is enough.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49309 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 1b1ecbdbe8ca49bb62b4175cdbb1f2f549875c4d
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 12:53:36 2016 +0000

    mtd: seama: move buf allocation to the MD5 function

    This buf is only used in this function now, so lets move it there.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49308 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 96b3c3de4e7bb3f08774875160b6ae12b868d6ec
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 12:53:33 2016 +0000

    mtd: seama: update MD5 using header in the first block buffer

    This will allow separating first block buffer from a buffer used for MD5
    calculation.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49307 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c17c84e7b93ae124075218e6724c071f55876ff5
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 12:53:29 2016 +0000

    mtd: seama: add md5 to header struct

    This allows us to drop some extra offset calculations and simplifies
    code a bit.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49306 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d60cac85a21c934ec699b65324d4282e32950bab
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 09:54:48 2016 +0000

    mtd: check for Seama magic early when fixing MD5

    This avoid long (and unneeded) process of reading all data in case of
    running on MTD not containig Seama entity.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49304 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a34af7211a5cffce9ee6ecdf0699b948d6415212
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 07:51:50 2016 +0000

    mtd: add missing breaks in a switch

    On platforms supporting both: TRX and Seama calling "fixtrx" was
    resulting in trying to fix Seama as well.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49301 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit b793ff7ef9d1bb1b434e09bfeb6dc40a67dce4f4
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 9 07:51:45 2016 +0000

    mtd: use tabs for indents

    This makes code style consistent across the whole file.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49300 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 1ec90b56c12d242ef0f85d98ab4edeb199331c74
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Thu May 5 14:56:57 2016 +0000

    kernel: update kernel 4.1 to version 4.1.23

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49296 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 4cde404c71afa95908ac75d414d8c467b331e448
Author: jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed May 4 12:04:58 2016 +0000

    openssl: Update to version 1.0.2h

    Bump to the latest version, fixes several security issues:
     * CVE-2016-2107, CVE-2016-2105, CVE-2016-2106, CVE-2016-2109, CVE-2016-2176
    More details at https://www.openssl.org/news/openssl-1.0.2-notes.html

    Signed-off-by: Michal Hrusecky <Michal.Hrusecky@nic.cz>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49295 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit e737bc7e0799fb381dfc3859dea93b5d1999dfc1
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:51:20 2016 +0000

    ramips: Drop hacky switch workaround for failsafe on rt3x5x and rt5350.

    The new rt3050 switch driver doesn't have problems with TCP when not
    using VLANs.

    This piece of code also broke failsafe for all routers where the LAN
    port is not wired to port 0 of the internal switch.

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49293 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 4d2bee98e289ae0e09f83dc3099ad25e613413bd
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:51:13 2016 +0000

    ramips: Disable all ethernet ports except port 0 on A5-V11.

    Port 0 is the only ethernet port on this router, so disable all other PHYs
    in order to save power.

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49292 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 45595b41aa2810f2157bdffe932c9c714b5a1e68
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:51:09 2016 +0000

    ramips: Disable all ethernet ports except port 4 on HT-TM02.

    Port 4 is the only ethernet port on this router, so disable all other PHYs
    in order to save power.

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49291 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 45cd35845f52f9c4e58ed8d1bd7b5cac51939b6b
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:51:05 2016 +0000

    ramips: Get rt3050 ethernet ports to be disabled from the device tree.

    This patch allows configuring ports to be disabled in the device tree; this
    saves power, since disabling ports here actually disables power to ethernet
    PHYs.

    Line 444 enables all ethernet ports, so line 487 is getting zero ports to be
    disabled, except for port 5 in SoCs where this is not implemented as it will
    be sticky disabled in register POC0. Because of this, the code will still read
    the switch configuration and OR it to the device tree setting.

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49290 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit acddb0edde74cef335e5fed26c14d3beee80196c
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:51:01 2016 +0000

    ramips: Fix comment in rt3050 ethernet switch driver.

    Line 444 is actually enabling all switch ports by setting the disable bits
    to 0. This needs to be done because the bootloader sets all ports to disabled
    by default (which is the case for at least one router based on RT5350).

    So, this patch fixes the comment in line 443.

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49289 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 42c7ccb9c3999df0f6c0da2e4e6f0cbeaf783ec0
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:56 2016 +0000

    ramips: Fix documentation for the rt3050 switch driver.

    The prefix used in the driver is now "mediatek" instead of "ralink".

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49288 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 093fe68adb9116dc25145efd557c795acf124281
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:52 2016 +0000

    ramips: Fix multicast ICMPv6 for the rt3050 ethernet switch.

    The FCT2 esw register should be set to 0x2500C to have "unknown IPv6
    multicast" packets broadcasted to every port, instead of dropped.
    The previous value only let those packets go through ports 1 and 3.

    "Unknown IPv6 multicast" packets include packets needed by ICMPv6 echo
    requests addressed to well-known addresses, such as ff02::1 (MAC address
    is 33:33:00:00:00:01 in this case).

    Please note that by default ICMPv6 echo requests to ff02::1 are not replied
    to by the router because of ip6tables considering those packets to be invalid.
    But this is another bug/patch. ;)

    Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49287 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit e05f006813bf0a76449009882568de718924bed9
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:48 2016 +0000

    ar71xx: add TP-Link TL-WR810N support

    This patch adds support for the TP-Link TL-WR810N.
    https://wiki.openwrt.org/toh/tp-link/tl-wr810n

    Signed-off-by: Jens Steinhauser <jens.steinhauser@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49286 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 93a2bf5a10cab1998a116241e1841d88f8abb4d8
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:40 2016 +0000

    ubox: turn logd into a separate package

    Currently system log is always included as a part of ubox.
    Add logd as a seperate package and add it to default packages list.

    Signed-off-by: Andrej Vlasic <andrej.vlasic@sartura.hr>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49285 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit e912d0b03ffad6740ed6de980a51b08133f6a084
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:35 2016 +0000

    lantiq: VGV7510KW22BRN - set the phy clock source

    VGV7510KW2 with VRX288 v1.2 has brnboot 1.8 installed. Starting with
    this brnboot version, the "GPHY Clock Source" isn't set anymore by
    brnboot, with the result that xrx200-net fails to probe/initialize the
    phys.

    Use the phy clock source device tree binding to specify the clock source.

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49284 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 523a776c32b52ffbf9211253bec2a77d93b7d719
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:31 2016 +0000

    lantiq: add device tree binding for the phy clock source

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49283 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 0674fec01a2f8d5b8d6265289dda6a95dd9d80c5
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:27 2016 +0000

    lantiq: VGV7510KW22BRN - support dual-image

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49282 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit d84623b834701205c3cc349c4d0d2972b7281107
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:23 2016 +0000

    lantiq: handle the dual-firmware layout of brnboot

    brnboot based devices can have two Image partitions. When flashing
    images via the brnboot recovery web interface, the Image partitions are
    written alternating.

    The current active Image partition is stored in the first byte of the
    Primary_Setting partition by using 0x00 for Code_Image_0 and 0x01 for
    Code_Image_1.

    By using the information about the active "Code Image", it is possible
    to ensure that the rootfs belongs to the current booted Image/Kernel.

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49281 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit b029664b31e9029163c595f1784e2004374911f8
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:18 2016 +0000

    lantiq: move partitions into partion table node

    Starting with kernel 4.4, the use of partitions as direct subnodes of the
    mtd device is discouraged and only supported for backward compatiblity
    reasons.

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49280 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 5fbb6b24eb44f2ca5a3ae36d3f67829a90bb11ed
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:10 2016 +0000

    lantiq: use sysupgrade.bin postfix for tplink images

    Use the same name for TP-Link images as it was with the old image build
    code.

    Move the BOARD_ID export to the TP-Link image build recipe, to indicate
    that the variable is only related in this context.

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49279 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 838d78e76513a7ff9b43d7c5459fcf00864a2fc9
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:06 2016 +0000

    lantiq: VG3503J - use the same PHY led functionality as the OEM firmware

    Based on the vg3503j_gphy_led.sh script published in the VG3503J wiki
    article, the OEM Firmware uses the following PHY led functionality:

        gphy led 0: LINK/ACTIVITY
        gphy led 1: LINK
        gphy led 2: ACTIVITY

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49278 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a2e149da922209e56a9bb1d5f9fb67c6734c8b54
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Mon May 2 18:50:00 2016 +0000

    ar71xx: Fix eth0 support for Ubiquiti UniFi AP AC

    Fix eth0 support for the Ubiquiti UniFi AP AC
    Signed-off-by: Paul Wassi <p.wassi at gmx.at>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49277 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 81e89b7c38526dec7b258f3d93ccfa844575984f
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Sat Apr 30 16:53:27 2016 +0000

    base-files: fix group/user settings after sysupgrade

    Signed-off-by: John Crispin <blogic@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49276 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 1e03d69c8cadc2fb1d07c91ef2de48a0318af785
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Sat Apr 30 16:53:21 2016 +0000

    base-files: split user/group addition code into a function

    Signed-off-by: John Crispin <blogic@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49275 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit b0c98d2780fd831d918ccf090485a703a4dc165e
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:35:26 2016 +0000

    ppp: Add ppp-mod-passwordfd subpackage to ppp

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49274 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 7dbc22a8a28ce2baa019f63323e83eefe10944f9
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:35:20 2016 +0000

    dnsmasq: Add conntrack support in the full variant

    Conntrack support reads the connection track mark associated with
    incoming DNS queries and sets the same mark value on the upstream
    forwarded DNS query. This can be usefull to track traffic generated
    by dnsmasq to associate it with the clients who generate the queries,
    usefull for bandwidth accouting and firewall.

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49273 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 78444f34490bba9d4714a4374223c18c53f9b251
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:35:15 2016 +0000

    dropbear: Add procd interface triggers when interface config is specified

    A dropbear instance having an interface config won't start if the interface is down as no
    IP address is available.
    Adding interface triggers for each configured interface executing the dropbear reload script
    will start the dropbear instance when the interface is up.

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49272 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 96843fb91c2b09accdf8b8bf12ad05db8c898951
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:35:10 2016 +0000

    iproute2: Add package for nstat utility

    Add support for the command line utility nstat displaying network statistics

    Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49271 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit ec22b18708ff540b1d65a35ce5a242629d20c7ef
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:35:05 2016 +0000

    lantiq: use the same functionality for all ethernet phys led

    The VGV7510KW22 has the leds for LAN1-3 connected to pin1 of the phys
    and the led for LAN4 connect to pin0 of the phy. This results with the
    current configuration in a fast flashing LAN4 led as soon as a network
    cable is connected. Something similar was reported on the forum[1] for
    the VGV7519 as well.

    Since it isn't predicable to which pin a (single) phy led is connected,
    use the (default) pin1 functionality

        Constant On: 10/100/1000MBit
        Blink Fast: None
        Blink Slow: None
        Pulse: TX/RX

    for all ethernet phy leds.

    After checking pictures of all vr9 boards, it looks like only the VG3503J
    has more than one led connected per phy. Using the phy led device tree
    bindings to assign the functionality to the "additional" leds, the
    VG3503J phy leds should behave as before.

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    [1] https://forum.openwrt.org/viewtopic.php?pid=321523

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49270 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 57463d297afc070309c8d0f6160f300113798758
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:35:01 2016 +0000

    lantiq: fix minor typos in 11G/22F phy driver

    Signed-off-by: Mathias Kresin <openwrt@kresin.me>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49269 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 38b517d68afabf80e1100af4231795519414d22b
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:34:56 2016 +0000

    ramips: add support for Planex MZK-EX750NP.

    add support for Planex MZK-EX750NP.
    MZK-EX750NP is MT7620A and MT7610E based 11ac wifi repeater.
    Built-in power supply.
    64MiB RAM, 8MiB SPI Flash, non Wired Ethernet.

    Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49268 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 06a761d721f61a449545048b667355737d777382
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:34:48 2016 +0000

    scripts: avoid hard-coded paths in scripts

    Signed-off-by: Iblis Lin <e196819@hotmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49267 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 8ed0bc77e7805a5898e1334dd3d909551b94ac64
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:34:44 2016 +0000

    base-files: evaluate uci-defaults on run-time installations

    Packages may install scripts into /etc/uci-defaults to be executed once
    after installation, usually at the first boot of the target. This works
    fine if the package was installed to the rootfs during build or using
    the ImageBuilder.
    If the package is installed using opkg during run-time uci-defaults
    were applied only after a reboot of the device. Avoid the need to
    reboot by evaluting the package's uci-defaults in default-postinst.

    Signed-off-by: Daniel Golle <daniel@makrotopia.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49266 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 20fbdd5a90b45da1f6885d208cd466c9e04bdd48
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Fri Apr 29 11:34:31 2016 +0000

    mediatek: sync patches and add more ethernet stability fixes

    Signed-off-by: John Crispin <blogic@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49265 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit c72c3034d6b5f8159566caace27793a42374b96d
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed Apr 27 21:20:45 2016 +0000

    bcm53xx: add m25p80 workaround for SPI flash writing problems

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49264 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit a26fb1adc099d23115b9de53a4f118517c3c64ae
Author: blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed Apr 27 08:58:15 2016 +0000

    mediatek: sync and patches add support for several boards

    Signed-off-by: John Crispin <blogic@openwrt.org>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49263 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 9686024b6651054d940ee14793bccfc9aba19997
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Wed Apr 27 08:04:30 2016 +0000

    bcm53xx: support SPI-NOR on dual flash devices

    We need it to access NVRAM.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49262 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 5e500d29121053a6bde118d04ac3e07e83ef67dc
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue Apr 26 17:08:53 2016 +0000

    bcm53xx: switch to m25p80 and drop bcm53xxspiflash

    For some time now m25p80 supports 32 MiB flashes and we just needed to
    patch spi-nor to support JEDEC incompatible w25q128. Also by switching
    to m25p80 we gain accelerated SPI flash reads.

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49260 3c298f89-4303-0410-b956-a3cf2f4a3e73

commit 1b7504496a5debfb08406fad120de1150311e6bc
Author: rmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Tue Apr 26 12:36:34 2016 +0000

    bcm53xx: support JEDEC incompatible w25q128 in spi-nor

    Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

    git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49259 3c298f89-4303-0410-b956-a3cf2…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants