[OpenWrt-Devel] [PATCH v4 3/4] ath79: add support for ubnt_bullet-m-ar7240 variant

2020-03-10 Thread Russell Senior
This adds support for the Ubiquiti Bullet M (AR7240). Specifications: - AR7240 SoC @ 400 MHz - 32 MB RAM - 8 MB SPI flash - 1x 10/100 Mbps Ethernet, 24 Vdc PoE-in - External antenna - POWER/LAN green LEDs - 4x RSSI LEDs (red, orange, green, green) - UART (115200 8N1) on PCB Flashing via WebUI:

[OpenWrt-Devel] [PATCH v4 0/4] ath79: add support for the ar7240 version of the ubiquiti bullet

2020-03-10 Thread Russell Senior
This series aims to support the AR7240 version of the ubiquiti bullet m. First it reorganizes the associated dtsi files by making them generic and usable for both variants. Second, it renames the existing bullet support to be the existing AR7241 variant, along with supporting changes. Third,

[OpenWrt-Devel] [PATCH v4 2/4] ath79: rename ubnt_bullet-m to ubnt_bullet-m-ar7241

2020-03-10 Thread Russell Senior
Signed-off-by: Russell Senior --- ...1_ubnt_bullet-m.dts => ar7241_ubnt_bullet-m-ar7241.dts} | 4 ++-- target/linux/ath79/generic/base-files/etc/board.d/01_leds | 2 +- .../linux/ath79/generic/base-files/etc/board.d/02_network | 2 +- .../base-files/etc/hotplug.d/firmware/10-ath9k-eeprom

[OpenWrt-Devel] [PATCH v4 4/4] ath79: add DEVICE_VARIANT for ubnt_bullet-m-xw

2020-03-10 Thread Russell Senior
Signed-off-by: Russell Senior --- target/linux/ath79/image/generic-ubnt.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index 5808d8f424..e8c8ebf30b 100644 --- a/target/linux/ath79/image/generic-ubnt.mk

Re: [OpenWrt-Devel] [PATCH v4 4/4] ath79: add DEVICE_VARIANT for ubnt_bullet-m-xw

2020-03-10 Thread Yousong Zhou
On Wed, 11 Mar 2020 at 09:07, Russell Senior wrote: > > Signed-off-by: Russell Senior > --- > target/linux/ath79/image/generic-ubnt.mk | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/target/linux/ath79/image/generic-ubnt.mk > b/target/linux/ath79/image/generic-ubnt.mk > index

[OpenWrt-Devel] [PATCH v5] build: refactor JSON info files to `profiles.json`

2020-03-10 Thread Paul Spooren
JSON info files contain machine readable information of built profiles and resulting images. These files where added via 881ed09ee6e2. They are useful for firmware wizards and script checking for reproducibility. Currently all JSON files are stored next to the built images, resulting in up to 168

[OpenWrt-Devel] [PATCH v4 1/4] ath79: generify ubnt_xm dtsi for ar7240 and ar7241

2020-03-10 Thread Russell Senior
* Prepare to support the AR7240 variant of ubiquiti bullet m, by reorganizing the related dtsi files. * Distribute SOC variable across ubnt-xm devices. Signed-off-by: Russell Senior --- target/linux/ath79/dts/ar7241_ubnt_airrouter.dts | 3 ++-

[OpenWrt-Devel] plastic mould component making service

2020-03-10 Thread Sophi
RECOMMEND

Re: [OpenWrt-Devel] [PATCH v4 4/4] ath79: add DEVICE_VARIANT for ubnt_bullet-m-xw

2020-03-10 Thread Russell Senior
Argh. That added line should be DEVICE_VARIANT, not DEVICE_MODEL. I'll hold off sending a v5 until I hear back other feedback. On Tue, Mar 10, 2020 at 6:06 PM Russell Senior wrote: > Signed-off-by: Russell Senior > --- > target/linux/ath79/image/generic-ubnt.mk | 1 + > 1 file changed, 1

Re: [OpenWrt-Devel] [PATCH] .gitignore: ignore all .config* files

2020-03-10 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of c...@80211.de > Sent: Dienstag, 10. März 2020 13:02 > To: openwrt-devel@lists.openwrt.org > Cc: Catrinel Catrinescu > Subject: [OpenWrt-Devel] [PATCH] .gitignore: ignore all .config*

Re: [OpenWrt-Devel] [PATCH RFC v3] ath79: add support for the ar7240 version of the ubiquiti bullet

2020-03-10 Thread Russell Senior
> "Adrian" == Adrian Schmutzler writes: Adrian> Ah, and please use git format-patch, your v2/v3 didn't even make Adrian> it into patchwork. Fwiw. I did use git format-patch. I have no idea how patchwork functions to extract and link patches. Perhaps you can provide guidance on that? --

Re: [OpenWrt-Devel] [PATCH] .gitignore: ignore all .config* files

2020-03-10 Thread Catrinel Catrinescu
Hi Adrian After successful testing, I always save the .config files, attaching the revision number, like .config_r12345. And it is a cosmetic replacement too. Thanks Catrinel -Original Message- From: Adrian Schmutzler Sent: Tuesday, 10 March 2020 13:26 To: Catrinel Catrinescu ;

Re: [OpenWrt-Devel] [PATCH RFC v3] ath79: add support for the ar7240 version of the ubiquiti bullet

2020-03-10 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Russell Senior > Sent: Dienstag, 10. März 2020 12:10 > To: Adrian Schmutzler > Cc: openwrt-devel@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] [PATCH RFC v3] ath79: add support

[OpenWrt-Devel] [PATCH] .gitignore: ignore all .config* files

2020-03-10 Thread cc
From: Catrinel Catrinescu Signed-off-by: Catrinel Catrinescu --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6549af83be..edffba9c05 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,7 @@ .*.swp /env /dl -/.config

Re: [OpenWrt-Devel] [PATCH 06/12] malta: Remove kernel 4.14 support

2020-03-10 Thread Yousong Zhou
On Sun, 1 Mar 2020 at 20:14, Hauke Mehrtens wrote: > > This target was switched to kernel 4.19 more than 6 months ago in commit > f342ffd300da ("treewide: kernel: bump some targets to 4.19") and now > with kernel 5.4 support being added it gets harder to support kernel > 4.14 in addition to

Re: [OpenWrt-Devel] [PATCH 01/12] armvirt: Remove kernel 4.14 support

2020-03-10 Thread Yousong Zhou
On Sun, 1 Mar 2020 at 20:13, Hauke Mehrtens wrote: > > This target was switched to kernel 4.19 more than 6 months ago in commit > f342ffd300da ("treewide: kernel: bump some targets to 4.19") and now > with kernel 5.4 support being added it gets harder to support kernel > 4.14 in addition to

[OpenWrt-Devel] [PATCH] imx6: remove unnecessary wildcard from board name matching

2020-03-10 Thread Tim Harvey
The wildcard used in the network config matching is not necessary given the board names returned by imx6_board_detect() in lib/imx6.sh. Signed-off-by: Tim Harvey --- v2: - fixed typo in commit log - rebase on current master --- target/linux/imx6/base-files/etc/board.d/02_network | 14

[OpenWrt-Devel] Target kernel version overview

2020-03-10 Thread Adrian Schmutzler
Since I've created it for myself anyway, this is the current state of target kernel versions: 5.4 armvirt kirkwood ipq807x malta mpc85xx mxs 4.19, testing 5.4 apm821xx ath79 bcm27xx bcm47xx bcm53xx imx6 ipq40xx ipq806x mediatek x86 4.14, testing 5.4 octeontx oxnas 4.19 cns3xxx gemini lantiq

Re: [OpenWrt-Devel] [PATCH] kernel: can: add MCP251x CAN controller module support

2020-03-10 Thread Tim Harvey
On Tue, Mar 3, 2020 at 2:49 AM Stijn Tintel wrote: > > On 28/02/2020 18:56, Tim Harvey wrote: > > Signed-off-by: Tim Harvey > > --- > > package/kernel/linux/modules/can.mk | 17 + > > 1 file changed, 17 insertions(+) > > > > diff --git a/package/kernel/linux/modules/can.mk > >