Re: [OpenWrt-Devel] [PATCH 2/2] scripts/package-metadata.pl: prefer $vdep with the same name as $depend

2018-09-05 Thread Yousong Zhou
On Thu, 6 Sep 2018 at 11:00, Yousong Zhou wrote: > > On Thu, 6 Sep 2018 at 04:15, Matthias Schiffer > wrote: > > > > On 9/5/18 5:40 PM, Yousong Zhou wrote: > > > The need arises when userspace package "openvswitch" selects > > > "kmod-openvswitch" which will be provided by both

Re: [OpenWrt-Devel] [PATCH 2/2] scripts/package-metadata.pl: prefer $vdep with the same name as $depend

2018-09-05 Thread Yousong Zhou
On Thu, 6 Sep 2018 at 04:15, Matthias Schiffer wrote: > > On 9/5/18 5:40 PM, Yousong Zhou wrote: > > The need arises when userspace package "openvswitch" selects > > "kmod-openvswitch" which will be provided by both "kmod-openvswitch" and > > "kmod-openvswitch-intree". In this case, we want it

Re: [OpenWrt-Devel] [PATCH 2/2] scripts/package-metadata.pl: prefer $vdep with the same name as $depend

2018-09-05 Thread Matthias Schiffer
On 9/5/18 5:40 PM, Yousong Zhou wrote: > The need arises when userspace package "openvswitch" selects > "kmod-openvswitch" which will be provided by both "kmod-openvswitch" and > "kmod-openvswitch-intree". In this case, we want it to prefer the > package with the same name as with virtual package

Re: [OpenWrt-Devel] project: online image and sysupgrade builder

2018-09-05 Thread Paul
On 04/09/2018 21.16, Yury Shvedov wrote: > On 09/04/2018 11:32 PM, Paul wrote: >> Hi all, >> >> some time ago I stumbled over the two difficulties for new users: >> >> * Finding the initial firmware to flash a router >> * Upgrade a modified image without reinstalling all packages >> >> For this

[OpenWrt-Devel] [PATCH 2/2] scripts/package-metadata.pl: prefer $vdep with the same name as $depend

2018-09-05 Thread Yousong Zhou
The need arises when userspace package "openvswitch" selects "kmod-openvswitch" which will be provided by both "kmod-openvswitch" and "kmod-openvswitch-intree". In this case, we want it to prefer the package with the same name as with virtual package Signed-off-by: Yousong Zhou ---

[OpenWrt-Devel] [PATCH 1/2] scripts/metadata.pm: avoid adding dup names in provides list

2018-09-05 Thread Yousong Zhou
The need arises from building Open vSwitch kernel datapath modules, e.g. - kmod-openvswitch from Linux upstream - kmod-openvswitch-intree from openvswitch source code where both provides virtual package "kmod-openvswitch" for userspace packages to select and depend on Signed-off-by: Yousong

Re: [OpenWrt-Devel] lede-imagebuilder-17.01.5-ar71xx-generic.Linux-x86_64 fails to build image

2018-09-05 Thread Baptiste Jonglez
On 03-09-18, Baptiste Jonglez wrote: > On 18-07-18, Mikael Bak wrote: > > Hi, > > > > Image builder for 17.01.5 seems broken. > > > > It works well for 17.01.4 and 18.06.0-rc1 on my system. > > I'm having the same issue with the ar71xx imagebuilder on Arch Linux: > 17.01.4 and 18.06.1 both work

Re: [OpenWrt-Devel] imx6: imagebuilder error due to f2fs

2018-09-05 Thread Koen Vandeputte
On 2018-09-05 10:01, Felix Fietkau wrote: On 2018-09-04 22:04, Felix Fietkau wrote: Just tested it, and it works just fine in my build. Did you use the image builder from the snapshot build, or did you build your own? Will provide an update asap. Hi Felix, I found the culprit .. I

Re: [OpenWrt-Devel] imx6: imagebuilder error due to f2fs

2018-09-05 Thread Koen Vandeputte
On 2018-09-05 10:01, Felix Fietkau wrote: On 2018-09-04 22:04, Felix Fietkau wrote: On 2018-09-04 18:39, Koen Vandeputte wrote: Hi Felix, Starting from commit [1], I'm getting this error when trying to use the Imagebuilder, even when selecting them in the build: ... Package libc

[OpenWrt-Devel] [PATCH] mac80211: backport upstream fixes

2018-09-05 Thread Koen Vandeputte
Backport most significant upstream fixes (excl. hwsim fixes) Refreshed all patches. Contains important fixes for CSA (Channel Switch Announcement) and A-MSDU frames. Signed-off-by: Koen Vandeputte --- ...-teardown-code-before-de-registering.patch | 38 +++

Re: [OpenWrt-Devel] imx6: imagebuilder error due to f2fs

2018-09-05 Thread Felix Fietkau
On 2018-09-04 22:04, Felix Fietkau wrote: > On 2018-09-04 18:39, Koen Vandeputte wrote: >> Hi Felix, >> >> Starting from commit [1], I'm getting this error when trying to use the >> Imagebuilder, even when selecting them in the build: >> >> ... >> Package libc (1.1.19-1) installed in root is up

Re: [OpenWrt-Devel] [PATCH] ath79: add support for GL.iNet GL-MIFI

2018-09-05 Thread Dmitry Tunin
> I'm not really sure how to proceed here. I would suggest to set it as everywhere else as e.g. I did for Tp-Link MR2040. A user can always change it to netdev if they want it that way. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20180904

2018-09-05 Thread Hans Dedecker
On Tue, Sep 4, 2018 at 8:34 PM Jason A. Donenfeld wrote: > > * Kconfig: use new-style help marker > * global: run through clang-format > * uapi: reformat > * global: satisfy check_patch.pl errors > * global: prefer sizeof(*pointer) when possible > * global: always find OOM unlikely > > Tons of

Re: [OpenWrt-Devel] project: online image and sysupgrade builder

2018-09-05 Thread Yury Shvedov
On 09/04/2018 11:32 PM, Paul wrote: Hi all, some time ago I stumbled over the two difficulties for new users: * Finding the initial firmware to flash a router * Upgrade a modified image without reinstalling all packages For this reason I created an *image on demand server*[0] which fetches

Re: [OpenWrt-Devel] [PATCH] ath79: add support for GL.iNet GL-MIFI

2018-09-05 Thread Mathias Kresin
Hey Kyson Lok, find some comments inline. Mathias 04.09.2018 13:55, Kyson Lok: Add support the ar71xx supported GL.iNet GL-MIFI to ath79. Signed-off-by: Kyson Lok --- target/linux/ath79/base-files/etc/board.d/01_leds | 5 + .../linux/ath79/base-files/etc/board.d/02_network | 3 +-