Re: [OpenWrt-Devel] [PATCH] brcm2708: Tethering by default

2018-05-19 Thread Alberto Bursi
On 19/05/2018 12:09, Christo Nedev wrote: Why? Pi Zero and Zero W have no LAN port! For W radio is disabled by default! Pi 3 b+ has no working WIFI! So it is handy to have tethering by defult and nightmer without! usb0 interface is used by USB-to-ethernet adapters or smartphone

[OpenWrt-Devel] [PATCH] brcm2708: update brcm2708-gpu-fw

2018-05-19 Thread Christo Nedev
Why? Because old one does not boot for Pi 3 b and Pi 3 b+. It is very old as well! Signed-off-by: Christo Nedev --- package/kernel/brcm2708-gpu-fw/Makefile | 30 +- target/linux/brcm2708/image/Makefile| 2 -- 2 files changed, 5

[OpenWrt-Devel] [PATCH] brcm2708: update brcm2708-gpu-fw

2018-05-19 Thread Christo Nedev
Why? Because old one does not boot for Pi 3 b and Pi 3 b+. It is very old as well! Signed-off-by: Christo Nedev --- package/kernel/brcm2708-gpu-fw/Makefile | 30 +- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git

[OpenWrt-Devel] [PATCH] brcm2708: Tethering by default

2018-05-19 Thread Christo Nedev
Why? Pi Zero and Zero W have no LAN port! For W radio is disabled by default! Pi 3 b+ has no working WIFI! So it is handy to have tethering by defult and nightmer without! Signed-off-by: Christo Nedev --- target/linux/brcm2708/Makefile | 1 +

[OpenWrt-Devel] [PATCH] brcm2708: Tethering by default

2018-05-19 Thread Christo Nedev
>usb0 interface is used by USB-to-ethernet adapters or >smartph one >tethering , and they need drivers to work. Just >adding the interface does >not have any effect. Do you mean these drivers -> kmod-usb-net kmod-usb-net-cdc-ether kmod-usb-net-rndis? >I think it makes

[OpenWrt-Devel] [PATCH] brcm2708: config files for 4.14 kernel

2018-05-19 Thread Christo Nedev
Signed-off-by: Christo Nedev --- target/linux/brcm2708/bcm2708/config-4.14 | 385 ++ target/linux/brcm2708/bcm2709/config-4.14 | 423 target/linux/brcm2708/bcm2710/config-4.14 | 446 ++ 3

Re: [OpenWrt-Devel] [PATCH] brcm2708: Tethering by default

2018-05-19 Thread Alberto Bursi
On 19/05/2018 17:38, Christo Nedev wrote: usb0 interface is used by USB-to-ethernet adapters or smartph one tethering , and they need drivers to work. Just adding the interface does not have any effect. Do you mean these drivers -> kmod-usb-net

[OpenWrt-Devel] [PATCH] download.pl: Add a space between the hash and the comma.

2018-05-19 Thread Rosen Penev
Makes it easier to copy/paste the hash manually. Signed-off-by: Rosen Penev --- scripts/download.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download.pl b/scripts/download.pl index 34fd6a6f0b..4df0224bcc 100755 --- a/scripts/download.pl +++

Re: [OpenWrt-Devel] [PATCH] libevent2: update to version 2.1.8

2018-05-19 Thread Karl Palsson
Eneas U de Queiroz via openwrt-devel wrote: > 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 >

[OpenWrt-Devel] [PATCH] brcm2708: nvram file for 43455

2018-05-19 Thread Christo Nedev
Signed-off-by: Christo Nedev --- .../lib/firmware/brcm/brcmfmac43455-sdio.txt | 92 ++ 1 file changed, 92 insertions(+) create mode 100644 target/linux/brcm2708/base-files/lib/firmware/brcm/brcmfmac43455-sdio.txt diff --git