Re: [LEDE-DEV] ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue...?

2018-05-15 Thread Daniel Golle
ireless&m=152399418303590 In case you have any questions or need help, do not hesitate to ask! Cheers Daniel > > Jamie > > > On 14 May 2018, at 18:50, Kofi Agor wrote: > > > > I wasn't sure if the patch was going to be pulled in or not. I can clean it > >

Re: [LEDE-DEV] MMAP memory out of sync on AR71xx Rambutan (8devices) board.

2018-05-09 Thread Daniel Danzberger
e writer filling with 0xFF > and the reader catching up. The open() syscall does the memset(0xff) and blocks. This ensures the memory is initialized before the open() returns. I don't think there is a race. > > Again, assume that I am an idiot and am missing something fundamental. &g

Re: [LEDE-DEV] MMAP memory out of sync on AR71xx Rambutan (8devices) board.

2018-05-08 Thread Daniel Danzberger
On 05/07/2018 01:16 PM, Daniel Danzberger wrote: > On 05/06/2018 09:00 PM, Rosen Penev wrote: >> On Sun, May 6, 2018 at 10:08 AM, Rosen Penev wrote: >>> On Sun, May 6, 2018 at 3:52 AM, Daniel Danzberger wrote: >>>> MMAP'ed memory that has been allocated v

Re: [LEDE-DEV] MMAP memory out of sync on AR71xx Rambutan (8devices) board.

2018-05-07 Thread Daniel Danzberger
On 05/06/2018 09:00 PM, Rosen Penev wrote: > On Sun, May 6, 2018 at 10:08 AM, Rosen Penev wrote: >> On Sun, May 6, 2018 at 3:52 AM, Daniel Danzberger wrote: >>> MMAP'ed memory that has been allocated via 'get_zeroed_page(GFP_KERNEL)' or >>> 'vmall

[LEDE-DEV] MMAP memory out of sync on AR71xx Rambutan (8devices) board.

2018-05-06 Thread Daniel Danzberger
heck memory ...FAIL (at byte 96) check memory ...FAIL (at byte 96) check memory ...FAIL (at byte 96) check memory ...FAIL (at byte 128) --- I have no idea whats causing it. Does anybody have a hint on how to fix this ? -- Regards Daniel Danzberger

Re: [LEDE-DEV] Setting *wireless* MTU, "UCI-compliant" way?

2018-04-30 Thread Daniel Golle
nterface 'wireless0' option proto 'none' option mtu '1536' (in order to avoid batman-adv fragmenting) Cheers Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [PATCH] wolfssl: fix options and add support for wpa_supplicant features

2018-04-28 Thread Daniel Golle
Some options' default values have been changed upstream, others were accidentally inverted (CONFIG_WOLFSSL_HAS_DES3). Also add options needed to build hostapd/wpa_supplicant against wolfssl. Signed-off-by: Daniel Golle --- package/libs/wolfssl/Config.in | 12 package/libs/wo

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH] mac80211: pass hostapd control socket to mesh-mode supplicant

2018-04-19 Thread Daniel Golle
Hi Daniel On Thu, Apr 19, 2018 at 12:52:56PM +0200, daniel wrote: > This patch breaks encrypted mesh mode. Yes, I reverted it yesterday afternoon... > > I agree, there is still something wrong with the logic when using encrypted > mesh. Yes, and that's on my agenda for toni

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH] mac80211: pass hostapd control socket to mesh-mode supplicant

2018-04-19 Thread daniel
join' is called before 'iw set mesh_params' in '/lib/netifd/wireless/mac80211.sh:678 With encryption the setting of the parameters need to happen after wpa_supplicant triggered nl80211_mesh_join. But I don't know how to solve this properly yet either... On 04/13/2018 01:

Re: [LEDE-DEV] ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue...?

2018-04-17 Thread Daniel Golle
h along with the txqueue patch that I forgot >to add when I submitted the txqueue patch the first time. It resolves an >rtnl deadlock during device unregistration. This should resolve the ifdown >issue you were experiencing. Regarding that patch, are you planning to upstream i

Re: [LEDE-DEV] OPKG Encryption

2018-04-17 Thread Daniel Golle
at usign and how we do verify package downloads, if you feel anything there allows for MitM or other types of security problems, please get back to us. Cheers Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] ath9k SAE mesh causes weird kernel errors

2018-04-15 Thread Daniel Golle
Hi! running on ubnt hardware with kmod-mac80211 - 4.9.85+2017-11-01-4 i noticed this error when turning on SAE. everything still seems to be working fine though... Mon Apr 16 01:45:21 2018 kern.warn kernel: [ 7173.575772] [ cut here ] Mon Apr 16 01:45:21 2018 kern.warn ke

[LEDE-DEV] [RFC] brcm63xx: Add NAND flash support

2018-04-13 Thread Daniel Gonzalez Cabanelas
Hi, since the adoption of the Linux kernel 4.9 there are available drivers for NAND flash in the brcm63xx target. However these drivers only support brcm NAND versions 4.0 and and up, giving support only for BCM6362 and BCM63268 SoCs I've made a patch for including the versions present in BCM63

[LEDE-DEV] [PATCH] mac80211: pass hostapd control socket to mesh-mode supplicant

2018-04-12 Thread Daniel Golle
Unlike when operating in Ad-Hoc mode, we apparently need to pass the hostapd control socket interface to wpa_supplicant when using 802.11s mesh mode. There also seems to still be something wrong with the logic setting channel and (v)htmode parameters when using AP + mesh... Signed-off-by: Daniel

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH] brcm2708: add squashfs rootfs image

2018-04-12 Thread Daniel Golle
On Thu, Mar 29, 2018 at 02:22:48AM +0200, Daniel Golle wrote: > On Tue, Mar 27, 2018 at 07:42:18PM +0200, Christian Lamparter wrote: > > This patch adds a image with squashfs as the root filesystem. > > A rootfs_data partition will be generated on the first boot > > and pla

[LEDE-DEV] [PATCH] hostapd: update to git snapshot of 2018-04-08

2018-04-12 Thread Daniel Golle
And import patch to allow 802.11s mesh on DFS channels, see also http://lists.infradead.org/pipermail/hostap/2018-April/038418.html Signed-off-by: Daniel Golle --- package/network/services/hostapd/Makefile | 6 +- ...1-mesh-factor-out-mesh-join-function.patch | 219

Re: [LEDE-DEV] [PATCH] brcm2708: add squashfs rootfs image

2018-03-28 Thread Daniel Golle
image... Otherwise the new -squashfs image will > boot of a ram-overlay and won't keep the configurations after a reboot. > > Cc: Álvaro Fernández Rojas > Cc: Paul Spooren > Cc: Daniel Golle > Signed-off-by: Christian Lamparter Acked-by: Daniel Golle

[LEDE-DEV] [PATCH] busybox: update to version 1.28.1

2018-03-27 Thread Daniel Golle
Addresses CVE-2017-15873 and CVE-2017-15874. Patch 600-cve-2017-16544.patch replaced by upstream fix. Some smaller changes mostly related to the elimination of getops's opt_complementary were needed for other patches. Signed-off-by: Daniel Golle --- package/utils/busybox/Mak

Re: [LEDE-DEV] [PATCH] hostapd: update to git snapshot of 2018-03-13

2018-03-27 Thread Daniel Golle
Runs nice and stable since this post. Should I just push it? Tested on: ramips/mt7621, ar71xx/generic On Thu, Mar 15, 2018 at 01:29:03AM +0100, Daniel Golle wrote: > Update hostapd sources to current git snapshot to get rid of local > patches and pave the road towards using WPA3 fe

[LEDE-DEV] [PATCH] hostapd: update to git snapshot of 2018-03-13

2018-03-14 Thread Daniel Golle
d for other patches to apply which are not worth being explicitely listed here. Signed-off-by: Daniel Golle --- Compile tested: ar71xx/generic, ramips/mt7621 Run tested: ramips/mt7621 (MT7603E+MT7612E) package/network/services/hostapd/Makefile | 8 +- package/network/services/hostapd/

Re: [LEDE-DEV] revisited: Nanostation m5 XW ethernet patch gone

2018-03-12 Thread Daniel Golle
the device. The device is connected to another ubnt XW device (NB NBM5) which also runs OpenWrt. The logs didn't show anything suspicious. How should I debug the situation next time it occurrs? Cheers Daniel On Thu, Oct 19, 2017 at 02:03:35PM -0700, Joe Ayers wrote: > Was the fix inc

[LEDE-DEV] new buildbot slave

2018-03-07 Thread Müllers , Daniel
Hello, I am Daniel Müllers from Aachen. I like to setup two Buildbot Slave to provid the LEDE OpenWRT Project with some build power. Is this the way to setup an Buildbot Slave? Is it possible to set a timer for the build server? Best Regards Daniel Müllers

[LEDE-DEV] [PATCH] brcm63xx: Tune the network configuration for several routers

2018-02-21 Thread Daniel Gonzalez Cabanelas
- DGND3700v1: fix port numbers, they're in reverse order - FaST2704n: there is no WAN port identified as such, only 4 LAN - AD1018: configure the "FIBRE" port as WAN Signed-off-by: Daniel Gonzalez Cabanelas --- target/linux/brcm63xx/base-files/etc/board.d/02_network | 10 +++

Re: [LEDE-DEV] [PATCH v1 1/1] openssh: disable passwords for openssh server

2018-02-15 Thread Daniel Golle
And the debate about anonymous config sections still causes pts for many of us... These and many other reasons made people talk about replacing UCI with something more modern for almost a decade -- it's simplicity and popularity with users, however, made UCI survive up to now. Maybe we shoul

[LEDE-DEV] [PATCH] ar71xx: add support for Gainstrong Oolite V5.2

2018-02-13 Thread Daniel Golle
The Oolite V5.2 is a dual-radio system-on-a-module. Specs: - QCA9531 @ 550MHz with integrated 2T2R 802.11bgn - 64 MB DDR2 RAM - 16 MB SPI NOR Flash (W25Q128FV) - 1+4x 10/100 Mbps Ethernet - QCA9887 1T1R 802.11ac Signed-off-by: Daniel Golle --- .../linux/ar71xx/base-files/etc/board.d

[LEDE-DEV] CONFIG_ALL_NONSHARED=y leads to build failures on four targets

2018-02-06 Thread Daniel Gimpelevich
I am sending this to the list at Hauke's request. I had edited the following script to abort on error: https://gist.github.com/mkresin/64aca8673dd5452a1b5ab93dbf77b2d4 In total, it aborted 4 times, on ath25, malta, mediatek, and uml. On ath25, the build error was in the "wrt55agv2-spidevs" package

[LEDE-DEV] [PATCH] base-files: quote values when evaluating uevent

2018-02-01 Thread Daniel Golle
When sourcing /sys/class/block/*/uevent values have to be quoted as they may contain spaces (e.g. in PARTNAME). Fix this by pre-processing with sed before sourcing. Signed-off-by: Daniel Golle --- package/base-files/files/lib/upgrade/common.sh | 5 ++--- 1 file changed, 2 insertions(+), 3

[LEDE-DEV] [PATCH/RFC] hostapd: update to git snapshot of 2017-12-21

2018-01-22 Thread Daniel Golle
t SAE keys which would fail the checks applied on the psk field (ie. length and such). Signed-off-by: Daniel Golle --- package/network/services/hostapd/Makefile | 8 +- package/network/services/hostapd/files/hostapd.sh | 6 +- ...-Avoid-key-reinstallation-in-FT-handshake.p

Re: [LEDE-DEV] new RBM33G board

2017-12-25 Thread Daniel Golle
;t be very hard, I estimate that to be one hack-evening for it to be running somehow, two days to include support for a non-intrusive initial flash method (support vendors web-ui firmware format, tftp/recovery or find a backdoor). I'd be up to do that for getting

Re: [LEDE-DEV] [PATCH] netifd: always send DHCPv4 hostname

2017-12-08 Thread Daniel Golle
izing the amount of identifyable bits being sent, e.g. when connecting to public networks Cheers Daniel > > Signed-off-by: Mathias Kresin > --- > package/network/config/netifd/files/lib/netifd/proto/dhcp.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/pa

Re: [LEDE-DEV] [PATCH] base-files: config_generate: keep ipv6 interface in sync

2017-12-06 Thread Daniel Golle
e > aliased interface (so aliases are mostly useful for interfaces that > actually depend on each other, like a interface depending on a lower > interface. > > If you want two configurations not to depend on each other, as we usually > w

Re: [LEDE-DEV] fixing of image file names

2017-12-01 Thread Daniel Golle
On Wed, Nov 29, 2017 at 09:33:39AM +0100, Mathias Kresin wrote: > 28.11.2017 19:24, Daniel Golle: > > Hi Moritz, > > > > thanks for stepping forward and adressing this issue. > > It'd be good to include the two assertions added to your list beelow. > >

Re: [LEDE-DEV] fixing of image file names

2017-11-28 Thread Daniel Golle
On Tue, Nov 28, 2017 at 08:16:33PM +0100, Moritz Warning wrote: > Ok, > > looks like I should make a patch. :P > > On 11/28/2017 07:24 PM, Daniel Golle wrote: > > Hi Moritz, > > > > thanks for stepping forward and adressing this issue. > > It'd be

Re: [LEDE-DEV] fixing of image file names

2017-11-28 Thread Daniel Golle
lename == ${distro}-${target}-${subtarget}-${board_name}-${fstype}-${imgtype} that would make identifying sysupgrade images much more straight forward (and hence automatizable). See also https://github.com/aparcar/attendedsysupgrade-server/issues/80 Cheers Daniel ___

Re: [LEDE-DEV] [PATCH rpcd v2] sys: fix passwd path

2017-11-26 Thread Daniel Golle
Hi Roman, On Sun, Nov 26, 2017 at 12:02:14PM +0200, Roman Yeryomin wrote: > Changes from v1: > - use pointer to reduce compile size > > Signed-off-by: Roman Yeryomin > --- > sys.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/sys.c b/sys.c > index 40f49ca..12219

Re: [LEDE-DEV] merge: add OpenWrt branding

2017-10-24 Thread Daniel Golle
g this AS over to the SPI as well? Or at least have several admin-c registered? (I'm aware that this might not be the best moment to discuss this, we all could have thought about that a bit earlier...) [daniel@box ~]$ host -t MX openwrt.org openwrt.org mail is handled by 10 mail.openwrt.

[LEDE-DEV] revisited: Nanostation m5 XW ethernet patch gone

2017-10-19 Thread Daniel Golle
7;ve also had a lot of problems with that bug on XW hardware and have since simply tried to avoid it (the hardware). Now that also non-loco NanoStations are only available in their XW-version I'd be happy to finally have a reliable work-around for that hardware problem. Cheers Daniel ---

Re: [LEDE-DEV] Severe dnsmasq vulnerabilities affecting LEDE

2017-10-03 Thread Daniel Engberg
dated. Best regards, Daniel Engberg ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Update to util-linux 2.30.1 breaks x86_64 squashfs-combined

2017-09-29 Thread Daniel Golle
On Fri, Sep 29, 2017 at 12:20:08PM +0200, Felix Fietkau wrote: > On 2017-09-11 02:33, Philip Prindeville wrote: > > Changing the subject from the previous thread as it turned out to not have > > to do with sysupgrade at all. > > > > What I can tell is this, having added some tracing to fstools. >

Re: [LEDE-DEV] Updating Perl to 5.26.1

2017-09-29 Thread Daniel Engberg
Hi, Sorry for for not including the history (not subscribed). Perhaps taking a peek at https://github.com/buildroot/buildroot/tree/master/package/perl might help as they seem to have it working? Best regards, Daniel ___ Lede-dev mailing list Lede

Re: [LEDE-DEV] [PATCH] rt2x00: port remaining patches for mac80211 from 4.13-rc6

2017-09-13 Thread Daniel Golle
Hi Hauke, On Thu, Sep 14, 2017 at 12:02:21AM +0200, Hauke Mehrtens wrote: > On 08/25/2017 12:02 AM, Daniel Golle wrote: > > Convert patches for RT3883 and RT3663 as well as support for > > external PA on MT7620 to use the changed calling convention for > > rt2.

[LEDE-DEV] [PATCH] ar71xx: WNDR4300: use the switch LED trigger on the WAN port

2017-09-03 Thread Daniel Gonzalez Cabanelas
The WAN port on the Netgear WNDR4300 router has two LEDs, amber and green. Use the switch LED trigger to behave as the rest of the LAN HW controlled LEDs - Green: 1 Gbps - Amber: 100/10 Mbps Signed-off-by: Daniel Gonzalez Cabanelas --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 3

[LEDE-DEV] [PATCH v2] brcm63xx: Add Sercomm AD1018 support

2017-08-31 Thread Daniel Gonzalez Cabanelas
ng to let the user choose a NOR chip of any size (8, 16 or 32 MB). Signed-off-by: Daniel Gonzalez Cabanelas --- Change in v2: - rename the board at dts for indicating this is a firmware for SPI NOR flash chips, and minor changes - add USB LED --- .../linux/brcm63xx/base-files/etc/board.d/01

Re: [LEDE-DEV] RFC [PATCH] odhcpd: don't enable server mode on dhcp lan

2017-08-31 Thread Daniel Golle
Hi Karl, On Thu, Aug 31, 2017 at 05:17:38PM +, Karl Palsson wrote: > Instead of blindly enabling the odhcpd v6 server and RA server on the > lan port, only do that if the lan port isn't set to DHCP. > > This prevents the unhelpful case of a device being a dhcpv4 client and > v6 server on the

Re: [LEDE-DEV] [PATCH] brcm63xx: Add Sercomm AD1018 support

2017-08-26 Thread Daniel
2017-08-26 12:26 GMT+02:00 Jonas Gorski : > Hi, >> +}; >> + >> +&leds { >> + status = "ok"; >> + >> + pinctrl-names = "default"; >> + pinctrl-0 = <&pinctrl_led0 &pinctrl_led1 &pinctrl_serial_led >> +&pinctrl_ephy0_spd_led &pinctrl_ephy1_act_led >> +

[LEDE-DEV] [PATCH] rt2x00: port remaining patches for mac80211 from 4.13-rc6

2017-08-24 Thread Daniel Golle
Convert patches for RT3883 and RT3663 as well as support for external PA on MT7620 to use the changed calling convention for rt2.*_read(...) functions. Signed-off-by: Daniel Golle --- ...rt2800lib-add-channel-configuration-function-.patch | 18 +- ...rt2800lib-add-RFCSR

[LEDE-DEV] [PATCH] brcm63xx: Add Sercomm AD1018 support

2017-08-20 Thread Daniel Gonzalez Cabanelas
h SPI flash chips. Therefore hardware modding for soldering a new SPI flash chip is required to make the board work with LEDE (tested and working OK). Signed-off-by: Daniel Gonzalez Cabanelas --- .../linux/brcm63xx/base-files/etc/board.d/01_leds | 3 + .../brcm63xx/base-files/etc/board.d/02_ne

Re: [LEDE-DEV] [PATCH] uboot-lantiq: Enable TFTP PUT support for backups

2017-08-12 Thread Carl-Daniel Hailfinger
On 12.08.2017 22:29, John Crispin wrote: > On 12/08/17 19:04, Carl-Daniel Hailfinger wrote: >> Backing up the current firmware from U-Boot over serial can take hours. >> Booting a working Linux image for backup purposes is not always an >> option. >> Using the tftpp

[LEDE-DEV] [PATCH] uboot-lantiq: Enable TFTP PUT support for backups

2017-08-12 Thread Carl-Daniel Hailfinger
address of the server is stored in the serverip variable. Usage: tftpput Example for a complete flash backup of an o2 Box 6431 (VGV7510KW22): VGV7510KW22 # tftpput 0xB000 0x100 o2boxbackup.bin Signed-off-by: Carl-Daniel Hailfinger --- .../patches/0022-MIPS-lantiq-add-default-openwrt

[LEDE-DEV] [PATCH v3] brcm63xx: Add Comtrend AR-5315u support

2017-08-12 Thread Daniel Gonzalez Cabanelas
Add support for the Comtrend AR-5315u router This a BCM6318 based board, 64 MB RAM, 16 MB SPI flash, with an onboard BCM43217 wifi, 4 ethernet ports and 1 USB host port Signed-off-by: Daniel Gonzalez Cabanelas --- Change in v2: - add missing comtrend compatible brand for DTS Change in v3

Re: [LEDE-DEV] [PATCH] lantiq: fix missing otg_cap on danube platform

2017-08-04 Thread Daniel
esn't detect anything on the usb port. Not sure if all danube boards are affected. The patch solves the problem. Regards. 2017-08-04 18:41 GMT+02:00 Hauke Mehrtens : > > > > On 07/29/2017 02:54 PM, Daniel Gonzalez Cabanelas wrote: > > USB doesn't work in some danube board

Re: [LEDE-DEV] boot error on dwr-921 (mt7620n)

2017-07-30 Thread Daniel Golle
he wmac eeprom is located in the "config" flash partition. > What shall I search to find the proper address of the required section? Look for the word 0x7620 at an even offset, that's the start of the EEPROM. > Here the complete bootlog: > ... Y

[LEDE-DEV] [PATCH] lantiq: fix missing otg_cap on danube platform

2017-07-29 Thread Daniel Gonzalez Cabanelas
USB doesn't work in some danube boards because otg_cap is missing since previous changes made on the USB-dwc2 lantiq driver. Fix it. Tested on the ARV7518PW router. Signed-off-by: Daniel Gonzalez Cabanelas --- ...ke-the-lantiq-settings-match-vendor-drive.patch

[LEDE-DEV] [PATCH 2/2] busybox: move passwd applet to /bin

2017-07-19 Thread Daniel Golle
d at /bin/login. Signed-off-by: Daniel Golle --- .../utils/busybox/patches/510-move-passwd-applet-to-bin.patch | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 package/utils/busybox/patches/510-move-passwd-applet-to-bin.patch diff --git a/package/utils/busybox/patches/

[LEDE-DEV] [PATCH 1/2] busybox: move traceroute applets to /bin

2017-07-19 Thread Daniel Golle
p-in 'full' versions. Refresh existing patch while at it. Signed-off-by: Daniel Golle --- package/utils/busybox/patches/230-add_nslookup_lede.patch | 8 .../patches/500-move-traceroute-applets-to-bin.patch| 13 + 2 files changed, 13 insertions(+), 8 delet

Re: [LEDE-DEV] [PATCH] Opkg: add --no-configure option patch.

2017-07-16 Thread Daniel Golle
Hi everyone! On Sat, Feb 18, 2017 at 08:10:22AM +, Kevin Darbyshire-Bryant wrote: > > On 18 Feb 2017, at 00:06, daniel wrote: > > > > And I also do not want opkg to invoke the init scripts of the just upgraded > > packages until I have finished all my checks and stuf

Re: [LEDE-DEV] [PATCH] hostapd: set mcast_rate in mesh mode

2017-07-16 Thread Daniel Golle
On Thu, May 11, 2017 at 08:56:50AM +0200, Sven Eckelmann wrote: > From: Sven Eckelmann > > The wpa_supplicant code for IBSS allows to set the mcast rate. It is > recommended to increase this value from 1 or 6 Mbit/s to something higher > when using a mesh protocol on top which uses the multicast

Re: [LEDE-DEV] [PATCH 1/4] x86: Drop stray subtarget "epia"

2017-07-15 Thread Daniel Golle
y unexpected public interest in having a VIA EPIA sepecific sub-target, I think it's safe to assume there isn't). Acked-by: Daniel Golle > > Cc: Daniel Golle > Signed-off-by: Baptiste Jonglez > --- > target/linux/x86/epia/config-4.4 | 213 > --

Re: [LEDE-DEV] [PATCH] block: support /dev/xvd* nodes

2017-07-12 Thread Daniel Golle
On Wed, Jul 12, 2017 at 07:14:04AM -0400, W. Michael Petullo wrote: > From bc848f9f3d0ffb9aa114c7faa3916f059f5616b2 Mon Sep 17 00:00:00 2001 > From: "W. Michael Petullo" > Date: Wed, 12 Jul 2017 07:02:18 -0400 > Subject: [PATCH] block: support /dev/xvd* nodes > To: LEDE Development List > > Xen

[LEDE-DEV] fstools fixes backport to lede-17.01

2017-06-30 Thread Daniel Golle
which was added after the 17.01 release: 20c16fc cmake: Make blockd link against libjson-c 98bbb5a blockd: add automounting support Please comment within the next 7 days, silence will be taken as passive agreement. Cheers Daniel ___ Lede-dev mailin

Re: [LEDE-DEV] Fw: Faulty in video.mk?

2017-06-25 Thread Daniel Golle
There is nothing wrong there. Kernel modules move location from time to time and we support different kernel versions within the same build tree. Hence we got some logic to easily express whether and where a module exists. in this case "@ge4.4" means "if kernel version is _g_reater than or _e_qual

Re: [LEDE-DEV] [PATCH] update triggerhappy package to version 0.5.0

2017-06-24 Thread Daniel Engberg
ains a SHA256 HASH of the packaged downloaded source code. PKG_LICENSE should be GPL-3.0 not GPL-3.0+? Best regards, Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH] mbedtls: update to 2.5.1

2017-06-24 Thread Daniel Engberg
Hi, This is exactly why I want to add https://github.com/lede-project/source/pull/1133 so we don't need to chase around for odd mirrors. :-) Best regards, Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradea

Re: [LEDE-DEV] Need for kernel/drivers/media tree

2017-06-23 Thread Daniel Golle
Hi Erik, have a look at video.mk which already packages some V4L2 modules. Most likely you'll only have to add a couple of lines to package the modules you need (supposedly dvb-core, some dvb-frontends and a USB device). Let me know if you need more help. Cheers Daniel On Fri, Jun 23, 20

Re: [LEDE-DEV] [PATCH] uhttpd: fix PKG_BUILD_DEPENDS

2017-06-22 Thread Daniel Golle
adata.pm and probably in more places. I'm not familiar with Perl at all. Is there Anyone with more insight into those scripts willing to have a look at the issue? > > ~ Jo > > > Am 22.06.2017 um 02:07 schrieb Daniel Golle : > > > > uhttpd refered to

[LEDE-DEV] [PATCH] uhttpd: fix PKG_BUILD_DEPENDS

2017-06-21 Thread Daniel Golle
, as PKG_BUILD_DEPENDS should actually really reference source package names if you asked me. However, to fix things for now, use libustream-mbedtls to fix scripts/feeds and parallel builds which otherwise fail to build uhttpd. Reported-by: Paul Spooren Signed-off-by: Daniel Golle --- package

Re: [LEDE-DEV] procd: cherry-pick fixes into lede-17.01 branch

2017-06-20 Thread Daniel Golle
On Tue, Jun 20, 2017 at 10:04:05AM -0700, Florian Fainelli wrote: > On 06/20/2017 07:52 AM, Daniel Golle wrote: > > Hi! > > > > I've created a lede-17.01 branch for procd so fixes can be > > cherry-picked from master onto that branch. > > I suppose that work

Re: [LEDE-DEV] procd: cherry-pick fixes into lede-17.01 branch

2017-06-20 Thread Daniel Golle
Are we sure that thestaged > > sysupgrade works as intended and was it properly tested? > > Based on the list that Daniel provided it seems to me like he is > actually excluding the staged upgrade changes from his cherry-pick list > unless I read that wrong. No, you are right. I e

[LEDE-DEV] procd: cherry-pick fixes into lede-17.01 branch

2017-06-20 Thread Daniel Golle
an auto start option abedd7f procd: update modprobe path Unless someone objects within 1 week from now, I take it as a passive consensus and will update the lede-17.01 branch as well as the procd package Makefile on the lede-17.01 branch. Cheers Daniel

[LEDE-DEV] Fixing ath10k (5Ghz) on TP-Link C58, C59, C60

2017-06-20 Thread Daniel Engberg
/base-files/etc/hotplug.d/firmware/11-ath10k-caldata Any help or pointers would be helpful gettting it to work. Thanks in advance! Please CC me as I'm not subscribed to the list. Best regards, Daniel ___ Lede-dev mailing list Lede-dev@list

Re: [LEDE-DEV] [PATCH] build: Fix not altering KERNELRELEASE for external kernel

2017-06-18 Thread Daniel Golle
Not completely related, but it came to my mind a couple of days ago and maybe you can share your opinion: Shouldn't we also be setting CONFIG_LOCALVERSION if *not* using an external kernel, to indicate that this is *not* a vanilla kernel.org codebase but actually got tons of OpenWrt/LEDE patches on

Re: [LEDE-DEV] [PATCH v2 1/2] base-files: allocate uid/gid starting from 65536

2017-06-16 Thread Daniel Golle
On Fri, Jun 16, 2017 at 12:15:19PM -, Karl Palsson wrote: > > Daniel Golle wrote: > > On Fri, Jun 16, 2017 at 10:30:14AM -, Karl Palsson wrote: > > > > > > > > > I fairly strong feel that this change brings no value to the > > > table.

Re: [LEDE-DEV] [PATCH v2 1/2] base-files: allocate uid/gid starting from 65536

2017-06-16 Thread Daniel Golle
d UID/GID to be already allocated to a package using the dynamic allocation method. Shifting the dynamic allocation to the range starting from 65536 solves that problem in a convenient way. Hence I support Yousong's change. Cheers Daniel > > Sincerely, > Karl Palsson > >

[LEDE-DEV] CONFIG_BRIDGE_VLAN_FILTERING

2017-06-14 Thread Daniel Golle
space-critical platforms). Cheers Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] solar wifi AP designs

2017-06-10 Thread Daniel Golle
s recycled form old laptops rather than lead-acid Watch her talk about that: https://www.youtube.com/watch?v=NLP4MxQp8kk Cheers Daniel On Sat, Jun 10, 2017 at 01:01:00PM +, Vieno Foo wrote: > At the local hackspace we changed some WRT54GL to do PoE. Power the WRT > via a 12

Re: [LEDE-DEV] enable Banana Pi OTG

2017-06-10 Thread Daniel Golle
S variable in target/linux/sunxi/Makefile you may need to package the kernel module in charge of gadget mode on that hardware... Cheers Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] MT7688 SPI confusion

2017-06-04 Thread Daniel Golle
at the not-very-beautiful existing tooling can be replaced. Any experience with more than one SPI slave connected to MT76xx SoCs, stm32flash via SPI and general ideas/inspiration on bridging with RTOS running on MCUs next to an embedded Linux SoC is more than welcome :) Cheer

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal V3

2017-05-29 Thread Daniel Golle
On Mon, May 29, 2017 at 09:03:57AM +0200, John Crispin wrote: > (resend, this time as plain text) > > Hi, > > here is a V3 of the remerge proposal, I tried to fold all the comments > people made into it, if anything is missing let me know. Please remeber that > post remerge anything can be voted

Re: [LEDE-DEV] Planning v17.01.2

2017-05-25 Thread Daniel Golle
d62d91f4b5296a4aa883ce975d76f590ef4e910 from Nick Lowe hostapd: add legacy_rates option to disable 802.11b data rates commit 1a16cb9c67f0d2c530914aec31c721b75f03a908 from Matthias Schiffer mac80211, hostapd: always explicitly set beacon interval included as that fixes co-existence of AP+mesh i

Re: [LEDE-DEV] Problem with commit "kernel: add hwmon for W83627EHF and family"

2017-05-21 Thread Daniel Golle
atures which are available when using the nct6776 driver are missing in the w83627ehf driver on NCT677x hardware. Cheers Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] Toolchain/Buildroot requirements, testing and common lowest denominator?

2017-05-19 Thread Daniel Engberg
pointed out on irc that using different versions also irons out bugs, while this is true it also adds a lot more of complexity to debugging. Perhaps we should try to have a unified setup first and have "experimental" bots later on if there's capacity? Best regards, Daniel

[LEDE-DEV] [PATCH/RFC] rootfs: don't enable init-scripts during rootfs generation

2017-05-18 Thread Daniel Golle
Init scripts are already being enabled in default_postinst. Signed-off-by: Daniel Golle --- include/rootfs.mk | 4 1 file changed, 4 deletions(-) diff --git a/include/rootfs.mk b/include/rootfs.mk index 74785cbbd3..6167306f0c 100644 --- a/include/rootfs.mk +++ b/include/rootfs.mk

Re: [LEDE-DEV] kernel: update kernel 4.9 to 4.9.28

2017-05-16 Thread Daniel Engberg
On 2017-05-16 11:06, Koen Vandeputte wrote: On 2017-05-16 10:06, Daniel Engberg wrote: Hi, Thanks for providing a patch, however it fails when applied to master (83e4ed3497d40dc7da9d2d2c2febbf6272815c51) or maybe I'm doing something wrong (tm). :-/ . Applying /home/diizzy/t

Re: [LEDE-DEV] kernel: update kernel 4.9 to 4.9.28

2017-05-16 Thread Daniel Engberg
d_dir/toolchain-arm_cortex-a9+vfpv3_gcc-5.4.0_musl_eabi/linux-4.9.20/.prepared] Error 1 make[3]: Leaving directory '/home/diizzy/testme/source/toolchain/kernel-headers' . Marvell Armada (WRT3200ACM) Best regards, Daniel ___ Lede-

Re: [LEDE-DEV] convention on uid/gid for packages

2017-05-15 Thread Daniel Golle
On Mon, May 15, 2017 at 10:59:55PM +0800, Yousong Zhou wrote: > On 15 May 2017 at 22:41, Val Kulkov wrote: > > The auto-allocation of uid/gid emulates useradd/groupadd, picking the > > first unused uid/gid starting from 100. This works quite well on its > > own, but there are about three dozen pac

Re: [LEDE-DEV] convention on uid/gid for packages

2017-05-13 Thread Daniel Golle
y available packages very easily. Examples from elsewhere for inspiration: FreeBSD got those lists https://svnweb.freebsd.org/ports/head/UIDs?view=markup https://svnweb.freebsd.org/ports/head/GIDs?view=markup linuxfromscratch got a much smaller list for essential/system UIDs/GIDs http

Re: [LEDE-DEV] [PATCH v2] ramips: add support for GL-inet GL-MT300N-V2

2017-05-13 Thread Daniel Golle
On Fri, May 12, 2017 at 05:51:18PM -0500, L. D. Pinney wrote: > On Fri, May 12, 2017 at 5:29 PM, Mathias Kresin wrote: > > 12.05.2017 03:37, kyson lok: > >> > >> On Fri, May 12, 2017 at 6:18 AM, L. D. Pinney wrote: > > +&spi0 { > + status = "okay"; > + > + m25

Re: [LEDE-DEV] openwrt and lede - remerge proposal

2017-05-12 Thread Daniel Golle
ween the “development environment” and the "final product". I strongly agree here as well, I believe the "LEDE" project could release an "OpenWrt" product in reasonable time intervals and that should be targetting home routers and similar embedded systems. Cheers

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal

2017-05-08 Thread Daniel Golle
On Mon, May 08, 2017 at 09:19:42PM +0200, Zoltan HERPAI wrote: > Hi, > > On Mon, 8 May 2017, Daniel Engberg wrote: > > > Trac: > > Is it really worth keeping trac at all? What value does it add? Just > > display a page explaining that it's shutdown and forward

Re: [LEDE-DEV] openwrt and lede - remerge proposal

2017-05-08 Thread Daniel Engberg
tive maintainers/moderators decide which to use, freeze the old one and add a banner at the top of each page. Grace period ~1w or so Best regads, Daniel Engberg ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] RFC: files included in initramfs images (was: [PATCH] ramips: enable ramdisk for mt7621)

2017-05-04 Thread Daniel Golle
backport the commit changing the default packages from master and skip the boards which are not preset in lede-17.01 (which obviously makes future backporting of the commits adding those boards harder)? Cheers Daniel On Thu, May 04, 2017 at 05:35:59AM +0200, Daniel Golle wrote: > Hi Paul, >

[LEDE-DEV] RFC: files included in initramfs images (was: [PATCH] ramips: enable ramdisk for mt7621)

2017-05-03 Thread Daniel Golle
about that from Felix, John, Matthias, Jo-Philipp, Hauke, Yousong, et al. before I get started to implement this because it's a quite drastic change... Cheers Daniel diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index b57552a6f4..c9b2e537d4

[LEDE-DEV] [PATCH] dnsmasq: add interface-name uci list.

2017-05-02 Thread Daniel Danzberger
interface 'lan' ... list interface_name 'home.lan' ... -- Signed-off-by: Daniel Danzberger --- package/network/services/dnsmasq/files/dnsmasq.init | 6 ++ 1 file changed, 6 insertions(+) diff --git a/package/network/services/dnsmasq/files/d

Re: [LEDE-DEV] update asterisk

2017-04-19 Thread Daniel Golle
Hi! Please add add Signed-off-by: line and your real name, then I can apply the patch for you. Please also see the (cosmetic) coments below. On Thu, Apr 20, 2017 at 12:10:24AM +0300, Knall Kopf wrote: > Hello, > can everybody update the feed/telephony.git to the newest Asterisk and Libpri > liba

[LEDE-DEV] Using stable wireless/kernel but trunk userspace/kernel

2017-04-04 Thread Daniel Dickinson
client. I've started some WIP to try and bring ubus/netfid etc to OpenEmbedded without using it as just an alternate build system for LEDE but I'm debating the value of the effort. It seems to me that if LEDE continues to support small devices, it's still t

Re: [LEDE-DEV] [AD] support me hacking on OpenWrt/LEDE

2017-04-03 Thread Daniel Golle
Hi Benni, On Mon, Apr 03, 2017 at 11:30:45AM +0200, lede-proj...@bepo.de wrote: > Hello Daniel, > > I have explore the patreon site becauce I do not know it before. Short: > I do not like this service at all (5% fee, only paypal/creditcard, ...) > > If you in Germany/Le

[LEDE-DEV] i386_geode packages not used

2017-04-03 Thread Daniel Haid
In the official image for i386_geode the packages referenced in /etc/opkg/distfeeds.conf come from http://downloads.lede-project.org/snapshots/packages/i386_pentium/ but there also exist packages in /snapshots/packages/i386_geode/ which are apparently not used. Strangely, the core packages in

Re: [LEDE-DEV] [PATCH] ar71xx: add Engenius ENH200EXT support

2017-03-31 Thread Daniel Golle
isize the LEDs so you can pass a string and then just have two MIPS_MACHINE lines at the bottom of the file. Take a look at various mach-tl-*.c files which usually are for several similar models each. Cheers Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Release 17.01.0 binary packages have changed and SDK inconsistency

2017-03-29 Thread Daniel Golle
On Wed, Mar 29, 2017 at 05:28:07AM +0200, Pau wrote: > On 29/03/17 02:45, Daniel Golle wrote: > > On Tue, Mar 28, 2017 at 10:55:09PM +0200, Pau wrote: > >> Hi Daniel, thanks for your reply. Find my comments in-line. > >> > >> On 28/03/17 22:37, Daniel Golle wro

Re: [LEDE-DEV] Release 17.01.0 binary packages have changed and SDK inconsistency

2017-03-28 Thread Daniel Golle
just built locally) in the ImageBuilder. Yes, you may need to build it in order to build your local packages to satisfy build dependencies. But when it comes to use the ImageBuilder, always use the upstream binary feeds and only include your hand full of local packages in a seper

  1   2   3   4   5   >