Re: [OpenWrt-Devel] hostapd fails to link at current master

2020-04-22 Thread Y.b. Lu
Hi, May I know any update on it? I am facing same problem too. Thanks a lot. Best regards, Yangbo Lu > -Original Message- > From: openwrt-devel On Behalf > Of Alexander 'lynxis' Couzens > Sent: Wednesday, February 26, 2020 9:06 AM > To: Arne Kappen > Cc: openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH 1/2] kernel: add package linkstation-poweroff driver

2020-04-22 Thread Daniel González Cabanelas
Some Buffalo LinkStations perform the power off operation depending on the state of an output pin (LED) at the ethernet PHY. This package adds the driver for implementing this function. The driver is required by the Buffalo LinkStation LS421DE (mvebu target). Without it, the board reamains foreve

[OpenWrt-Devel] [PATCH 2/2] mvebu: LS421DE: add linkstation-poweroff module

2020-04-22 Thread Daniel González Cabanelas
The Buffalo LinkStation LS421DE has the power off function broken Fix it by including the linkstation-poweroff module to the image creation and adding it to the device tree file. Signed-off-by: Daniel González Cabanelas --- .../arm/boot/dts/armada-370-buffalo-ls421de.dts | 17 -

Re: [OpenWrt-Devel] [PATCH 0/3] mac80211: Update to version 5.7-rc2

2020-04-22 Thread Hauke Mehrtens
On 4/22/20 7:33 PM, Felix Fietkau wrote: > On 2020-04-21 23:22, Hauke Mehrtens wrote: >> This updates mac80211 in OpenWrt to version 5.7-rc2. >> This update contains ath11k and many other ieee80211ax updates. >> ath11k only works on the ipq807x devices. >> >> I tried to start a discussion how we wa

[OpenWrt-Devel] [RFC 0/3] PoC for per-image package sets

2020-04-22 Thread Bjørn Mork
These patches can also be found in a branch here: https://github.com/bmork/openwrt/tree/image-packagesets Dumping this as-is for discussion. Not sure I'm capable of, or will have time to, finish it. But I am hoping it is a useful start if someone else wants to give it a try. If not, then I gues

[OpenWrt-Devel] [RFC 1/3] kernel-defaults: refactor initramfs build

2020-04-22 Thread Bjørn Mork
Simplyfying the code. Avoids temporary modification of kernel .config and target rootfs. Signed-off-by: Bjørn Mork --- include/kernel-defaults.mk | 75 ++ 1 file changed, 27 insertions(+), 48 deletions(-) diff --git a/include/kernel-defaults.mk b/include/ker

[OpenWrt-Devel] [RFC 3/3] build: per-image package set for initramfs

2020-04-22 Thread Bjørn Mork
Move the kernel initramfs build later in the build process and into image.mk. This allows using per-target and per-image rootfs base directories for the initramfs build too. Proof-of-Concept state. This needs cleanup and testing, and someone who knows how to write a Makefilea... Signed-off-by:

[OpenWrt-Devel] [RFC 2/3] build: implement per-image package sets

2020-04-22 Thread Bjørn Mork
Reusing the per-target rootfs code to allow a per-image rootfs, introducing a new optional IMAGE_PACKAGES/ device variable. This allows adding or removing packages from the default set. This is useful if some of the images have additional size restrictions. This is currently Proof-of-Concept only

Re: [OpenWrt-Devel] Port labels for DSA targets/devices

2020-04-22 Thread Paweł Dembicki
On 20.04.2020 at 21:42 wrote: > > Please share your thoughts. > I think about it. My proposal: Three steps of convention: 1. Use name from device, when is described at chassis. 2. Use variant "2", when ports have only numbers. lanX, where X is number from chassis. 3. Use natural port numeration f

Re: [OpenWrt-Devel] [PATCH 0/3] mac80211: Update to version 5.7-rc2

2020-04-22 Thread Felix Fietkau
On 2020-04-21 23:22, Hauke Mehrtens wrote: > This updates mac80211 in OpenWrt to version 5.7-rc2. > This update contains ath11k and many other ieee80211ax updates. > ath11k only works on the ipq807x devices. > > I tried to start a discussion how we want to go forward with the > wireless subsystem

Re: [OpenWrt-Devel] [RFC PATCH] ramips: remove patches for USB-dwc2

2020-04-22 Thread Martin Blumenstingl via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi, On Wed, Apr 22, 2020 at 1:21

Re: [OpenWrt-Devel] Can't build x86_64 because of ntf_reject_ipv4.ko missing

2020-04-22 Thread Philip Prindeville
> On Apr 20, 2020, at 10:58 PM, Hannu Nyman wrote: > > [snip] > > Regarding IPv6 NAT, you stumbled into a kernel 5.4 issue originally reported > in > http://lists.infradead.org/pipermail/openwrt-devel/2020-February/021929.html > > Bug report: https://bugs.openwrt.org/index.php?do=details&ta

Re: [OpenWrt-Devel] [PATCH 3/3] mac80211: Update to version 5.7-rc2-1

2020-04-22 Thread Stijn Segers
Hey Hauke, Op dinsdag 21 april 2020 om 23:22 schreef Hauke Mehrtens : Signed-off-by: Hauke Mehrtens --- package/kernel/mac80211/Makefile | 6 +- .../patches/ath/404-regd_no_assoc_hints.patch | 4 +- ...21-ath10k_init_devices_synchronously.patch | 2 +- .../ath/930-ath10k_ad

Re: [OpenWrt-Devel] [PATCH 0/3] mac80211: Update to version 5.7-rc2

2020-04-22 Thread Koen Vandeputte
On 21.04.20 23:22, Hauke Mehrtens wrote: This updates mac80211 in OpenWrt to version 5.7-rc2. This update contains ath11k and many other ieee80211ax updates. ath11k only works on the ipq807x devices. I tried to start a discussion how we want to go forward with the wireless subsystem we ship in