04.04.2018, 00:22, "Florian Fainelli" :
> On 04/03/2018 10:13 AM, Сергей Василюгин wrote:
> The switch node should be moved under the mdio controller node below,
> parent/child relationships imply the control bus.
>
Ok
>
> You should have two entry points for your driver, and have shared code,
This patch set forward-ports Gemini to v4.14 with as good
support as I can get.
I don't know if all or any patches actually make it through
to the devel list. They are also posted here:
https://dflund.se/~triad/krad/gemini/openwrt/
It would be nice if we could apply this and get a working
modern
This tool is used to create headers on images for the
D-Link DNS-313.
Signed-off-by: Linus Walleij
---
tools/firmware-utils/Makefile| 1 +
tools/firmware-utils/src/dns313-header.c | 239 +++
2 files changed, 240 insertions(+)
create mode 100644 tools/fi
The v4.14 kernel is what we should be using so get rid of those
old patches. The old patches doesn't even support using device
tree.
Signed-off-by: Linus Walleij
---
target/linux/gemini/config-4.4 | 165 ---
.../linux/gemini/patches-4.4/050-gpio-to-irq.patch | 21
My previous patch on Nov2017
(http://lists.infradead.org/pipermail/lede-dev/2017-November/009892.html)
generated some discussion because it depends on the presence of /rom to become
effetive. So I opted to turn it into a new sysupgrade option (-u).
Besides that, I added some more stuff to sysupgr
Renamed add_uci_conffiles to add_conffiles as it includes
any conffiles listed, not only UCI ones.
Make do_save_conffiles arg mandatory
Allow other options after -l (like -c)
Signed-off-by: Luiz Angelo Daros de Luca
---
package/base-files/files/sbin/sysupgrade | 15 ---
1 file chan
With '-u', for a file /aaa/bbb/ccc enlisted for backup,
it will only get into backup if /rom/aaa/bbb/ccc does not
exist or /aaa/bbb/ccc is different from /rom/aaa/bbb/ccc.
It also works with '-c', but only effective for files touched
but not modified.
Signed-off-by: Luiz Angelo Daros de Luca
---
Add sysupgrade '-o' option in order to include all overlay files in
backup, except for those that are from packages but including files
listed in conffiles, sysupgrade.conf or /lib/upgrade/keep.d.
With '-u' option, it will skip files equals to /rom and conffiles that
were not changed.
Signed-off-
When '-k' is used, sysupgrade inserts into backup a new file
/etc/sysupgrade.installed which contains pkgname and
origin (rom, overlay, unknown).
It's maily used to reinstall all extra packages:
# opkg update
# grep "\toverlay" etc/sysupgrade.installed | cut -f1 | xargs opkg install
# rm etc/s