Re: [OpenWrt-Devel] [PATCH 6/9] uboot-sunxi: add spi driver for pine64 lts

2019-01-26 Thread Hauke Mehrtens
On 1/14/19 6:54 PM, Oskari Lemmela wrote: > Add support for SPI driver and booting from SPI. > > Signed-off-by: Oskari Lemmela > --- > ...i-allwinner-spi-driver-sun6i-support.patch | 311 ++ > ...er-sunxi-fix-spurious-timeout-issues.patch | 30 ++ >

Re: [OpenWrt-Devel] [PATCH 4/9] sunxi: switch to lzma compressed fit image

2019-01-26 Thread Hauke Mehrtens
On 1/14/19 6:54 PM, Oskari Lemmela wrote: > Use LZMA compressed fit image to load kernel and dtb. > Fit image can be used load kernel and dtb from SPI flash. > > Signed-off-by: Oskari Lemmela > --- > package/boot/uboot-sunxi/uEnv-a64.txt | 5 ++- >

[OpenWrt-Devel] uci_validate_section/ubox/validate does not understand link-local IPv6 addresses

2019-01-26 Thread mail
Hi all, this is concerning the ubox package. If there is a more specific mailing list/issue tracker for this, please tell me so. We have found that the during validation of an NTP server in [1], the validation as “host” fails if the “host” is a link-local IPv6 address. If you track

Re: [OpenWrt-Devel] [PATCH] fstools: add middle layer (original root overlay) to overlayfs when pivot the /overlay to the USB disk.

2019-01-26 Thread Paul Oranje
> Op 3 dec. 2018, om 14:38 heeft Andrzej Lossowsk het volgende > geschreven: > > Currently after pivot to the USB disk (extroot), > configuration and data from original root overlay are gone. > Still accessible, but all previous configuration steps must be repeated > (or data from original

[OpenWrt-Devel] [PATCH] ar71xx: Fix 5 GHz MAC address for Archer C60 v2

2019-01-26 Thread Adrian Schmutzler
Looks like C60 v2 needs the MAC address to be calculated manually, while the C60 v1 gets it correctly without manual interference. Signed-off-by: Adrian Schmutzler --- .../ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-)

[OpenWrt-Devel] [PATCH] openwrt-18.06: ar71xx: Fix 5 GHz MAC address for Archer C60 v2

2019-01-26 Thread Adrian Schmutzler
Looks like C60 v2 needs the MAC address to be calculated manually, while the C60 v1 gets it correctly without manual interference. Signed-off-by: Adrian Schmutzler --- .../ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-)

Re: [OpenWrt-Devel] [PATCH] ath79: Add GL.iNet AR-300M-Lite: Setup with eth0 as LAN

2019-01-26 Thread Mathias Kresin
21/01/2019 00:21, Jeff Klesky: On 1/16/19 9:03 PM, Petr Štetiar wrote: Jeff Klesky [2019-01-16 21:48:11]: Hi, subject could be just `ath79: Add support for GL.iNet AR-300M-Lite`, since you've already added that information about eth0 in the commit message, and that's the place where it

Re: [OpenWrt-Devel] [PATCH 0/2 v3] Add Gemini kernel v4.19 files

2019-01-26 Thread Petr Štetiar
Linus Walleij [2019-01-26 13:36:48]: Hi, > https://github.com/linusw/openwrt > Branch "gemini-v4.19" it builds fine here, thanks for fixing that. Anyway, I still needed to handle DRM_PANEL_SEIKO_43WVF1G question while running make in verbose mode. I've quickly looked at that symbol, and

[OpenWrt-Devel] [PATCH 1/2 v3] gemini: Add v4.19 kernel patches

2019-01-26 Thread Linus Walleij
This is the remainder of kernel patches for the v4.19 kernel. A whole slew of the previous patch stack is now upstream, so this mainly contains the stuff that was added upstream between v4.19 and v5.0-rc1, and then the USB FOTG201 patches from Hans. Signed-off-by: Linus Walleij --- ChangeLog

[OpenWrt-Devel] [PATCH 2/2 v3] gemini: Add a config for kernel v4.19

2019-01-26 Thread Linus Walleij
This adds a config for kernel v4.19 to the Gemini target. Signed-off-by: Linus Walleij --- ChangeLog v2->v3: - Just add the new config, don't switch kernel yet. - Add missing CONFIG_USB_ROLE_SWITCH as disabled. ChangeLog v1->v2: - Run the config through OpenWrt make kernel_oldconfig and

[OpenWrt-Devel] [PATCH 0/2 v3] Add Gemini kernel v4.19 files

2019-01-26 Thread Linus Walleij
This add the Gemini platform files to use kernel v4.19. We do not switch to kernel v4.19 yet, let's do that later. Since many of the in-flight patches are upstream in v4.19 we cut down a bit on the patch burden with this, and we also invented and patched some new stuff. The patches are also

Re: [OpenWrt-Devel] [PATCH 2/4 v2] gemini: Switch to kernel v4.19

2019-01-26 Thread Linus Walleij
On Sat, Jan 26, 2019 at 12:29 PM Linus Walleij wrote: > On Sat, Jan 26, 2019 at 9:29 AM Petr Štetiar wrote: > > then I had to add missing generic symbol CONFIG_USB_ROLE_SWITCH[1] and > > CONFIG_DRM_PANEL_SEIKO_43WVF1G[2] in order to get past kernel config step > > while running build in verbose

Re: [OpenWrt-Devel] [PATCH 4/4 v2] gemini: Add SL93512R Support

2019-01-26 Thread Linus Walleij
Hi Christian! thanks for tidying up Gemini! On Thu, Jan 24, 2019 at 4:21 PM Christian Lamparter wrote: > > + cp $(IMAGE_KERNEL) $(BIN_DIR)/zImage > > + mv $(BIN_DIR)/rd.gz $(BIN_DIR)/$(IMG_PREFIX)-sl93512r-rd.gz > > + mv $(BIN_DIR)/hddapp.bz2

Re: [OpenWrt-Devel] [PATCH 2/4 v2] gemini: Switch to kernel v4.19

2019-01-26 Thread Linus Walleij
Hi Petr, thanks a lot for testing! On Sat, Jan 26, 2019 at 9:29 AM Petr Štetiar wrote: > FYI I can't merge your branch on top of current master. > > git reset --hard origin/master > HEAD is now at 0465e41 mt76: update to the latest version > > git merge --no-edit gemini-4.19/gemini-v4.19 >

Re: [OpenWrt-Devel] [PATCH 2/4 v2] gemini: Switch to kernel v4.19

2019-01-26 Thread Petr Štetiar
Hi, FYI I can't merge your branch on top of current master. git reset --hard origin/master HEAD is now at 0465e41 mt76: update to the latest version git merge --no-edit gemini-4.19/gemini-v4.19 Auto-merging target/linux/gemini/image/Makefile CONFLICT (content): Merge conflict in