Re: [OpenWrt-Devel] [RFC PATCH] kirkwood: use real model names for Linksys devices

2020-06-14 Thread Stan Grishin
> -- Forwarded message -- > From: "Paweł Dembicki" > To: Adrian Schmutzler > Cc: OpenWrt Development List > Bcc: > Date: Sun, 14 Jun 2020 21:52:11 +0200 > Subject: Re: [OpenWrt-Devel] [RFC PATCH] kirkwood: use real model names for > Linksys devices > sob., 13 cze 2020 o 22:09 Ad

Re: [OpenWrt-Devel] [PATCH][RFC] build: disable target name in image filename

2020-06-14 Thread mail
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Paul Spooren > Sent: Sonntag, 14. Juni 2020 22:22 > To: m...@adrianschmutzler.de; openwrt-devel@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] [PATCH][RFC] build: disable target

[OpenWrt-Devel] [RFT PATCH v2] kirkwood: use real model names for Linksys devices

2020-06-14 Thread Adrian Schmutzler
This replaces the internal device names "Audi" and "Viper" with the real model names, which a user would look for. This makes the Linksys devices on this target consistent with the names recently changed for mvebu based on the same idea. After the recent switch from swconfig to DSA, this also drop

[OpenWrt-Devel] [sdwalker/sdwalker.github.io] f336f8: This week's update

2020-06-14 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: f336f8e076dee2483b9a8840d03b9273b890d0a3 https://github.com/sdwalker/sdwalker.github.io/commit/f336f8e076dee2483b9a8840d03b9273b890d0a3 Author: Stephen Walker Date: 2020-06-14 (Sun, 14 Jun 2

Re: [OpenWrt-Devel] [RFC PATCH] kirkwood: use real model names for Linksys devices

2020-06-14 Thread Paweł Dembicki
niedz., 14 cze 2020 o 22:12 napisał(a): > > Hi, > > > > + SUPPORTED_DEVICES += linksys,audi > > > > You didn't add "SUPPORTED_DEVICES" in mvebu. After movement to DSA, > > images have broken config after sysupgrade. Maybe at this moment drop > > this line? > > Hmm, adding support for DSA has been

Re: [OpenWrt-Devel] [PATCH][RFC] build: disable target name in image filename

2020-06-14 Thread Paul Spooren
Hi, On 6/14/20 10:00 AM, m...@adrianschmutzler.de wrote: -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Paul Spooren Sent: Sonntag, 14. Juni 2020 11:34 To: openwrt-devel@lists.openwrt.org Subject: [OpenWrt-Devel] [PATCH][RFC] build: d

Re: [OpenWrt-Devel] [RFC PATCH] kirkwood: use real model names for Linksys devices

2020-06-14 Thread mail
Hi, > > + SUPPORTED_DEVICES += linksys,audi > > You didn't add "SUPPORTED_DEVICES" in mvebu. After movement to DSA, > images have broken config after sysupgrade. Maybe at this moment drop > this line? Hmm, adding support for DSA has been already 45 days ago. So there will be at least a few DSA

Re: [OpenWrt-Devel] [PATCH][RFC] build: disable target name in image filename

2020-06-14 Thread mail
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Paul Spooren > Sent: Sonntag, 14. Juni 2020 11:34 > To: openwrt-devel@lists.openwrt.org > Subject: [OpenWrt-Devel] [PATCH][RFC] build: disable target name in image > filename > >

Re: [OpenWrt-Devel] [RFC PATCH] kirkwood: use real model names for Linksys devices

2020-06-14 Thread Paweł Dembicki
sob., 13 cze 2020 o 22:09 Adrian Schmutzler napisał(a): > Hi Adrian, > This replaces the internal device names "Audi" and "Viper" with the > real model names, which a user would look for. This makes the > Linksys devices on this target consistent with the names recently > changed for mvebu based

Re: [OpenWrt-Devel] newer mikrotik boards not booting?

2020-06-14 Thread Joe Ayers
> > Anyone else seeing this on recently purchased Mikrotik models? > > Installing openwrt 19.07.03 on a Mikrotik LHG 5 boots, initfs and > > appears to succeed with sysupgrade. Then the device is in an infinite > > boot loop. It appears there's no console configured in routerboot to > > see wha

Re: [OpenWrt-Devel] [PATCH][RFC] build: disable target name in image filename

2020-06-14 Thread Daniel Golle
On Sat, Jun 13, 2020 at 11:33:31PM -1000, Paul Spooren wrote: > The target/subtarget information in image filenames is barely of any use > for developers or end users. > > A developer reads the profile name and the target is either obvious due > to previous work or `cd targets/ && grep -r ` tells

Re: [OpenWrt-Devel] newer mikrotik boards not booting?

2020-06-14 Thread mail
> > Sending TERM to remaining processes ... crond uhttpd xinetd sh dnsmasq > > sh ntpd netifd hostapd [ 146.589174] device wlan0 left promiscuouse [ > > 146.593957] br-lan: port 2(wlan0) entered disabled state sleep sleep > > ubusd urngd logd rpcd Sending KILL to remaining processes ... > > /lib/u

[OpenWrt-Devel] [PATCH] firmware-utils/ptgen: allow explicit placement of partitions

2020-06-14 Thread David Woodhouse
For Banana Pi R2 we need to place the U-Boot partition at precisely 0x5. Signed-off-by: David Woodhouse --- This is part of the Banana Pi R2 support in https://github.com/openwrt/openwrt/pull/3101 but I'll send it under separate cover for review too. tools/firmware-utils/src/ptgen.c | 30

Re: [OpenWrt-Devel] newer mikrotik boards not booting?

2020-06-14 Thread Roger Pueyo Centelles | Guifi.net 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 Joe, El 13/6/20 a les 21:00, J

[OpenWrt-Devel] [PATCH][RFC] build: disable target name in image filename

2020-06-14 Thread Paul Spooren
The target/subtarget information in image filenames is barely of any use for developers or end users. A developer reads the profile name and the target is either obvious due to previous work or `cd targets/ && grep -r ` tells the target within 3ms. If no buildroot is available `cat | tail -c 200`

[OpenWrt-Devel] Website and Mobile App Development

2020-06-14 Thread HW Infotech
We have ✅ 500+ clone ScriptHi, I am Waseem From HW Infotech.   Please share your phone number or Skype id, Whatsapp if you are looking to develop a clone of any website. Work in the following area : ✅ Clone Script for any Website and Mobile APP -Development and Digital Marketing for App, Web, Softw