Re: [OpenWrt-Devel] [PATCH v2] ath79: fix several issues for ZyXEL NBG6716

2019-10-29 Thread Adrian Schmutzler
Hi, > > +define Build/zyxel-buildkerneljffs > > + rm -rf $(KDIR_TMP)/zyxelnbg6716 > > + mkdir -p $(KDIR_TMP)/zyxelnbg6716/image/boot > > + cp $@ $(KDIR_TMP)/zyxelnbg6716/image/boot/vmlinux.lzma.uImage > > + $(STAGING_DIR_HOST)/bin/mkfs.jffs2 \ > > + --big-endian --squash-uids -v

Re: [OpenWrt-Devel] [PATCH v2] ath79: fix several issues for ZyXEL NBG6716

2019-10-29 Thread Jeff Kletsky
On 10/27/19 4:30 PM, Adrian Schmutzler wrote: This fixes several issues introduced with ZyXEL NBG6716 support: - Inhomogeneous indent - Wrong ath10k MAC patching function - Wrong brackets for pad-to in nand.mk - Add missing DEVICE_MODEL - Remove k2t.sh include (copy/paste leftover) Fixes: 9983

[OpenWrt-Devel] [PATCH v2] ath79: fix several issues for ZyXEL NBG6716

2019-10-27 Thread Adrian Schmutzler
This fixes several issues introduced with ZyXEL NBG6716 support: - Inhomogeneous indent - Wrong ath10k MAC patching function - Wrong brackets for pad-to in nand.mk - Add missing DEVICE_MODEL - Remove k2t.sh include (copy/paste leftover) Fixes: 99835e09992b ("ath79: add support for ZyXEL NBG6716")