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] [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 >> +

Re: [LEDE-DEV] [PATCH] brcm63xx: fix internal phy registers

2016-12-18 Thread Daniel
On 18 December 2016 at 02:19, Daniel Gonzalez Cabanelas > wrote: >> The internal phy is using wrong registers for the config interrupt function, >> causing incorrect behavior when detecting the link activity. Fix it. >> >> We cannot use the bcm_phy_config_intr fun

Re: [LEDE-DEV] [PATCH v2] brcm63xx: fix internal net phy interrupt config

2016-12-18 Thread Daniel
Yes, better if I included that info. I was lazy to look for the specific commit which caused the breakage. If Jonas makes the upstream, it can be made there. Anyway I can resend again the patch if needed. Regards 2016-12-18 19:28 GMT+01:00 Florian Fainelli : > > > On 12/18/2016 05:11 A

[LEDE-DEV] ar71xx: tl-wr940n v4: invalid default switch config

2017-02-06 Thread daniel
me 'switch0' option reset '1' option enable_vlan '1' config switch_vlan option device 'switch0' option vlan '1' option ports '0 1 2 3 4' ... --- Somebody here has the same router and can verify this ? -- Regards Daniel Danzberger embeDD GmbH, Breitenweg 10, CH-6370 Stans ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] ar71xx: tl-wr940n v4: invalid default switch config

2017-02-06 Thread daniel
PU eth link tagged as > the > LAN/WAN to the switch. You want to be sure you dont bridge LAN/WAN and defeat > your firewall. > - Eric > > Original message > From: daniel > Date: 2/6/17 16:29 (GMT-05:00) > To: lede-dev@lists.infradead.org >

Re: [LEDE-DEV] [PATCH 1/4] brcm63xx: CPVA642+: fix LEDs and buttons at DTS

2017-02-17 Thread Daniel
2017-02-17 15:06 GMT+01:00 Jonas Gorski : > Hi, > > On 14 February 2017 at 16:36, Daniel Gonzalez Cabanelas > wrote: >> Leds are wrong and a button is missing, fix them. >> >> Signed-off-by: Daniel Gonzalez Cabanelas >> diff --git a/target/linux/brcm63xx/dt

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

2017-02-17 Thread daniel
: > Hi, > > On 16 February 2017 at 02:14, Daniel Danzberger wrote: >> Calling opkg with --no-configure prevents opkg >> from running the configuration of the package (postinstall scripts ..etc) >> >> This way opkg will only install the package, without resta

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

2017-02-17 Thread daniel
, Jonas Gorski wrote: > Hi, > > On 16 February 2017 at 02:14, Daniel Danzberger wrote: >> Calling opkg with --no-configure prevents opkg >> from running the configuration of the package (postinstall scripts ..etc) >> >> This way opkg will only install the packag

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

2017-03-01 Thread Daniel
2017-03-01 19:46 GMT+01:00 Florian Fainelli : > On 03/01/2017 10:37 AM, Daniel Gonzalez Cabanelas wrote: >> 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 p

Re: [LEDE-DEV] [PATCH 1/2] Octeon: Use ext4 on mmcblk0p3 per default for ER.

2016-08-23 Thread daniel
On 08/23/2016 09:35 AM, Felix Fietkau wrote: > On 2016-08-22 14:06, Daniel Danzberger wrote: >> This patch defaults the rootfs to ext4 on the Ubnt Edgerouter. >> The Edgerouter Lite is not affacted by this patch. >> >> Why EX

Re: [LEDE-DEV] [PATCH 1/2] Octeon: Use ext4 on mmcblk0p3 per default for ER.

2016-08-23 Thread daniel
On 08/23/2016 02:50 PM, Germano Massullo wrote: > I have some EdgeRouter Pro, in case you need to retrieve any useful > infos for your development process, feel free to ask > Can you please send me information about the mmc flash layout on a factory ER-PRO device. Maybe an output from 'fdisk -l' on

Re: [LEDE-DEV] [PATCH 1/2] Octeon: Use ext4 on mmcblk0p3 per default for ER.

2016-08-25 Thread daniel
ss/irw mask: [0x0ffc, 0x0ffb] > isa...: mips2 mips3 mips4 mips5 mips64r2 > ASEs implemented.: > shadow register sets.: 1 > kscratch registers.: 3 > package...: 0 > core...: 0 > VCED exceptions..: not available > VCEI exceptions..: not available > === > -- Regards Daniel Danzberger embeDD GmbH, Breitenweg 10, CH-6370 Stans ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

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] Kodi

2017-03-15 Thread Daniel Engberg
maintainable, adding very niche packages certainly won't help. Whether we like or not about 90% or so of all efforts goes into something network related, I don't think we in a foreseeable future want LEDE to turn into a swiss army knife and/or

Re: [LEDE-DEV] Kodi

2017-03-15 Thread Daniel Engberg
On 03/15/2017 11:57 AM, Daniel Engberg wrote: > Hi, Huhu, > > While I applaud your achievement I'd don't see such projects viable in > terms of maintainability and longevity. Applauds from me as well! I started doing so with XBMC a couple of years ago and eventually gav

[LEDE-DEV] missing debugging stuff for 17.01.0 release binaries

2017-03-19 Thread Daniel Golle
http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/kernel-debug.tar.bz2 Cheers Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

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

2017-03-22 Thread Daniel Golle
hings. It'd be great if you spread the word and also give me feedback (off-list!) so I can improve my patreon page. https://www.patreon.com/dangowrt Cheers Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.o

Re: [LEDE-DEV] missing debugging stuff for 17.01.0 release binaries

2017-03-23 Thread Daniel Golle
Hi! On Sun, Mar 19, 2017 at 12:46:37PM +0100, Daniel Golle wrote: > Hi! > > I just realized that debugging symbols have not been published along > with the (stripped) release binaries for 17.01.0. > This is bad because this is needed to understand e.g. the call trace > d

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

2017-03-28 Thread Daniel Golle
m/openwrt/packages with a branch called for-lede-17.01...) > > So my question here is: what's the point for publishing a Release if the > packages included are changing? Is this the expected behavior? Definitely not the expected behaviour, but packages may and should change, eg. for

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

2017-03-28 Thread Daniel Golle
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 wrote: > > Hi Pau, > > > > On Tue, Mar 28, 2017 at 09:28:22PM +0200, Pau wrote: > >> Hi. > >> >

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

2017-03-28 Thread Daniel Golle
On Tue, Mar 28, 2017 at 11:22:42PM +, Alberto Bursi wrote: > On 03/29/2017 12:19 AM, Gui Iribarren via Lede-dev wrote: > > all we want to do is create a firmware based on a specific LEDE release, > > and not fear that if we want to rebuild the exact same firmware in two > > months (or days!), w

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

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] [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

[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] [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] 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] 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] [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

[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

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, >

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] [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-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] [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] 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] 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] 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] 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

[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

[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

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

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] [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

[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] 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

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

[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] [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 > >

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] 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

[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

[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

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

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

[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] [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

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] 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] [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] 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

[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] [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

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] 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] 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

[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

[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/

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] 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

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] 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.

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] 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] 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

[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] 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.

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] 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] 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-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] [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] [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] 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

[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

[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] 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] 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

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] 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

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] [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] [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] 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] 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] 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

A suggestion for the 'rules'; experimental/testing branch

2016-05-04 Thread Daniel Dickinson
ould submit RFC patches, if one needs help getting patches tested. Regards, Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [OpenWrt-Devel] Introducing the LEDE project

2016-05-04 Thread Daniel Dickinson
t a full efficient compact. The problem with technology is that keeping old hardware around is not necessarily reasonable even for things like environmental reasons because the technology is consistently improving in the areas we care about over time; the ability of individuals to inno

[RFC] A change to the way packages are built

2016-05-04 Thread Daniel Dickinson
a package change is committed. 3) Decouple (where possible) packages from the core. Thoughts? Regards, Daniel ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

  1   2   3   4   5   >