Mieczyslaw Nalewaj

Results 224 comments of Mieczyslaw Nalewaj

@oliv3r I downloaded the branch oliv3r:kernel_bump

Strange compilation errors for x86_64: ``` Run make target/compile -j$(nproc) BUILD_LOG=1 || ret=$? .github/workflows/scripts/show_build_failures.sh make[2]: Entering directory '/__w/openwrt/openwrt/openwrt/scripts/config' make[2]: 'conf' is up to date. make[2]: Leaving directory '/__w/openwrt/openwrt/openwrt/scripts/config' make[1] target/compile...

@xiaoshengshuohua I think everything is done and ready to merge.

@graysky2 I think there is no point in duplicating patches. Let's wait until this PR is approved and then yours.

@trippleflux Paste the log fragment containing these errors here or indicate the branch on which you are compiling and the applied corrections along with the config. I will try to...

[trippleflux](https://github.com/trippleflux) Try copy file 729-09-v6.2-net-ethernet-mtk_wed-add-wcid-overwritten-support-fo.patch from folder target/linux/generic/backport-6.1 to backport-6.6

Edit patch leaving only: ``` --- a/drivers/net/ethernet/mediatek/mtk_wed_regs.h +++ b/drivers/net/ethernet/mediatek/mtk_wed_regs.h @@ -20,6 +20,8 @@ struct mtk_wdma_desc { __le32 info; } __packed __aligned(4); +#define MTK_WED_REV_ID 0x004 + #define MTK_WED_RESET 0x008 #define MTK_WED_RESET_TX_BM...

> Alas, I'll agree with changing option order to match ASCII (alas, '_' is after numbers). A few of the configuration changes don't really seem appropriate for a _refresh_. They...

The commit author's name in the Signed-off-by (radito) field must be your real name 'firstname lastname'

Compilation goes smoothly but unfortunately the compiled system does not start and this requires a more detailed investigation. I only have: ``` [ 0.000000] Linux 6.6.20 (builder@buildhost) (mipsel-openwrt-linux-musl-gcc (OpenWrt GCC...