[PATCH 1/2] firmware-utils: new package replacing otrx

2023-05-22 Thread Rafał Miłecki
From: Rafał Miłecki Some of firmware utils may be required on target devices. It's useful e.g. for dealing with some firmware formats. That is often required (supporting specific format) to provide an option to revert to original firmware. So far we had packaged "otrx" util only for use on Broad

[PATCH 2/2] firmware-utils: package oseama

2023-05-22 Thread Rafał Miłecki
From: Rafał Miłecki It's required by bcm53xx. This allows dropping separated oseama package and avoids some code duplication. Signed-off-by: Rafał Miłecki --- package/utils/firmware-utils/Makefile | 8 + package/utils/oseama/Makefile | 40 -- package/utils/oseama/src/Makefile |

[PATCH] [iwinfo] devices: add device id for Atheros AR9287 and AR9380

2023-05-22 Thread yangshiji66
From: Shiji Yang Atheros AR9287 is a 2*2 PCI wireless chip used in TP-Link TL-WR841N v7. Atheros AR9380 is a 3*3 PCI wireless chip used in TP-Link TL-WR2543N v1. Signed-off-by: Shiji Yang --- devices.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devices.txt b/devices.txt index 5f0b