Mieczyslaw Nalewaj

Results 224 comments of Mieczyslaw Nalewaj

This is just a warning which you can ignore completely or change the code by adding two lines so it doesn't appear: ``` &spi0 { status = "okay"; flash@0 {...

Paste "lsmod" from kernel 6.1 and kernel 6.6"

Can you revert https://github.com/openwrt/openwrt/commit/f6c27b22f6f84b13ad230dcf3afa7f11efe7a8bc and test?

Kernel 6.1 looks like a kernel for a future release. Most platforms already support it.

I'm also in favor of 6.6. I've implemented both, so there's a choice.

Due to other commits (https://github.com/openwrt/openwrt/commit/8583a97c06fc1684150fb9744ca90bc16aa7d084 and https://github.com/openwrt/openwrt/commit/eb370ebc5f2ec8286f251833acc91ccad7f1d467) adding support for the 6.1 kernel, a new PR was created with only the addition of support for the 6.6 kernel PR https://github.com/openwrt/openwrt/pull/15010

Maybe add a change from patches-6.1 to patches-6.6 in this version? ``` find "${_target_dir}" -iname "patches-${source_version}" | sort -u | while read -r _patches; do _path="${_patches%%"/patches-${source_version}"}" git mv "${_patches}" "${_path}/patches-${target_version}"...

change while IFS=',' read -r to while read -d, -r

I have three comments: -The script does not work (err: Cannot find target linux directory.) if the name of the folder in which the branch is equal to the name...

"-t 6.6" should be "-t v6.6" But in fact the script should ignore this "v" because it is an unnecessary syntax complication.