Re: opkg fails to install manually downloaded packages

2021-04-30 Thread Hannu Nyman
Sven Roederer kirjoitti 30.4.2021 klo 1.44: Am Donnerstag, 29. April 2021, 01:54:34 CEST schrieb Sven Roederer: Using a freshly installed OpenWrt 21.02 fails to install a package that has been downloaded manually. I had seen this initially when using my own image where a package was missing. To

[PATCH] netifd: interface-ip: don't set fib6 policies if ipv6 disabled

2021-04-30 Thread Julian Squires
If IPv6 is disabled on a device, netifd still creates rules for it: 0: from all lookup local 32766: from all lookup main 420001: from all iif lo lookup unspec 12 420002: from all iif eth0 lookup unspec 12 420003: from all iif eth1 lookup unspec 12 When logread is ask

[21.02] cherry-pick "ath79: force SGMII SerDes mode to MAC operation"

2021-04-30 Thread Sven Roederer
Hi, there are reports about unstable ethernet-links for TPLink EAP2x5 devices in the forum [1]. I can confirm that cherry-picking fbbad9a9a629b388626b477e6cd692c160f63fb3 to 21.02 fixes it. Can somebody cherry-pick? Best Sven 1 - https://forum.openwrt.org/t/eap225-v1-lan-port-link-speed-100m

Re: opkg fails to install manually downloaded packages

2021-04-30 Thread Sven Roederer
Am Freitag, 30. April 2021, 14:23:12 CEST schrieb Hannu Nyman: > Sven Roederer kirjoitti 30.4.2021 klo 1.44: > > Am Donnerstag, 29. April 2021, 01:54:34 CEST schrieb Sven Roederer: > >> Using a freshly installed OpenWrt 21.02 fails to install a package that > >> has > >> been downloaded manually. I

Re: Installing OpenWrt 21.02 on the TP-Link AD7200

2021-04-30 Thread Sven Roederer
Am Freitag, 30. April 2021, 04:49:09 CEST schrieb Alex Henrie: > I haven't gotten a serial cable hooked up yet, but I tried with > another AD7200 router that is running stock firmware version 1.0.10 > and was not able to upload OpenWrt to it either. Its web interface > gives the error "Invalid file

routerbootpart: hard_config partition can be larger than a single block on MikroTik devices

2021-04-30 Thread Baptiste Jonglez
Hi Thibault, I was debugging why OpenWrt could not find the radio calibration data on one of my hAP-ac2 devices: the /sys/firmware/mikrotik/hard_config/wlan_data/ directory is created but stays empty. It turns out that the compressed data does not fit in a single block (i.e. 4 KB), and the hard_c

Re: routerbootpart: hard_config partition can be larger than a single block on MikroTik devices

2021-04-30 Thread Thibaut
Hi Baptiste, > Le 30 avr. 2021 à 23:05, Baptiste Jonglez a > écrit : > > Hi Thibault, > > I was debugging why OpenWrt could not find the radio calibration data on > one of my hAP-ac2 devices: the /sys/firmware/mikrotik/hard_config/wlan_data/ > directory is created but stays empty. > > It turn

[PATCH] linux-firmware: update to version 20210315 and trim down broadcom FW

2021-04-30 Thread Josef Schlehofer
In there linux-firmware repository located in kernel, there were removed old broadcom firmware [1] as they seem to be likely vulnerable to KrØØk vulnerability (CVE-2019-15126), because Cypress released new versions and superseded by it. In OpenWrt, there is Makefile for cypress-firmware, which al