Re: [LEDE-DEV] [PATCH v5] base-files: seed /dev/urandom

2016-07-18 Thread Etienne Champetier
2016-07-19 7:40 GMT+02:00 Etienne Champetier : > 2016-07-19 7:09 GMT+02:00 Jo-Philipp Wich : >> Hi Daniel, >> >> interesting failure mode ;( >> >> To me it seems the easiest fix is changing the getrandom syscall wrapper >> utility to use the

Re: [LEDE-DEV] [PATCH v5] base-files: seed /dev/urandom

2016-07-18 Thread Etienne Champetier
2016-07-19 7:09 GMT+02:00 Jo-Philipp Wich : > Hi Daniel, > > interesting failure mode ;( > > To me it seems the easiest fix is changing the getrandom syscall wrapper > utility to use the GRND_NONBLOCK flag in order to be interruptible by > signals. > > Thoughts? According to the man

Re: [LEDE-DEV] [PATCH v5] base-files: seed /dev/urandom

2016-07-18 Thread Jo-Philipp Wich
Hi Daniel, interesting failure mode ;( To me it seems the easiest fix is changing the getrandom syscall wrapper utility to use the GRND_NONBLOCK flag in order to be interruptible by signals. Thoughts? ~ Jo ___ Lede-dev mailing list

Re: [LEDE-DEV] wrong switch configuration

2016-07-18 Thread Jo-Philipp Wich
Hi Hartmut, can you please provide the output of "./scripts/diffconfig.sh" in your buildroot and the contents of "/etc/board.json" on your device? Can you also see if the configuration looks saner after an "rm -f /etc/config/network /etc/config/system; /bin/config_generate" ? ~ Jo

Re: [LEDE-DEV] [PATCH v2 8/8] apm821xx: add support for the Netgear Centria N900 WNDR4700/WNDR4720 tested-by

2016-07-18 Thread Marty Plummer
On 07/13/2016 02:23 PM, Christian Lamparter wrote: > From: Christian Lamparter > > This patch adds support for Netgear Centria N900 WNDR4700/WNDR4720 > > hardware highlights: > > CPU: AMCC PowerPC APM82181 Rev. E at 1000 MHz (PLB=166, OPB=83, EBC=83 MHz) >

Re: [LEDE-DEV] [PATCH v5] base-files: seed /dev/urandom

2016-07-18 Thread Daniel Golle
Hi Etienne, Hi Arjen, Hi John, Hi Jo, while wondering which process is blocking my rootfs from being unmounted for sysupgrade I discovered that getrandom story going on and while waiting for blocking I/O read from /dev/urandom, it even ignored any TERM or KILL signals. This then prevented the

Re: [LEDE-DEV] How to compile hostapd such that there is a full WPA2 Enterprise auhenticator/supplicant?

2016-07-18 Thread frm frm
Hi, I never submitted a patch, and the LEDE site does not really give clue how to do so. The diff below is for the file: build_dir/target-mips_34kc_musl-1.1.15/hostapd-wpad-full/hostapd-2016-06-15/ hostapd/config_file.c It addresses the issue that the radius_das_client line in the config file

[LEDE-DEV] [PATCH] x86/generic: enable CONFIG_SATA_VIA

2016-07-18 Thread Florian Klink
This enables support for VIA SATA. --- target/linux/x86/generic/config-default | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/generic/config-default b/target/linux/x86/generic/config-default index 6d6f94a..6d19b59 100644 --- a/target/linux/x86/generic/config-default +++

[LEDE-DEV] [PATCH] ledtrig-usbdev: use upstream function for iterating USB devices

2016-07-18 Thread Rafał Miłecki
This will allow us to drop LEDE patch adding usb_find_device_by_name. Signed-off-by: Rafał Miłecki --- .../generic/files/drivers/leds/ledtrig-usbdev.c| 32 ++ 1 file changed, 27 insertions(+), 5 deletions(-) diff --git

Re: [LEDE-DEV] How to compile hostapd such that there is a full WPA2 Enterprise auhenticator/supplicant?

2016-07-18 Thread Jo-Philipp Wich
Hi "frm", can you send a proper diff? WIthout any context it is totally unclear what you intend to tell by pasting the code below. Also how does it relate to dynamic vlan support? ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org