-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I Change The Default Kernel? #52
Comments
If you want to use openwrt's built-in kernel, you can just compile openwrt directly, |
but how can change the kernel of existing rockchip in script/sd-fuse? please give me an example of the script to change |
for example, switch to kernel 5.10 for rk3568/rk3588:
|
like this for kernel 5.15? |
No, the rk3568/rk3588 platforms have never offered kernel 5.15, so it doesn't exist, and there are only two options at the moment: 5.10 and 6.1. |
is it also for soc rk3288? only change 5.10 and 6.1? |
i try your script not working for r2s |
rk3328 kernel 5.15:
|
|
i think it should work :)
|
i just copied your script, added bottom 2 lines but it doesn't work, check my image |
friendlywrt official script that I changed a little, please how can I change the default kernel? name: FriendlyWrt
build_friendlywrt:
build_img:
|
Notice if there is a "-" in front of the line, you need to delete the following two lines
|
I'll trying, it's compiling now |
not working, kernel 5.10 and 5.15
|
I found that I missed the symbolic link to the out directory, the last lines should be:
I've tested it:
|
I tried kernel 5.15 and it could compile but didn't get internet, didn't get ip dhcp, the wan and lan led indicators didn't light up then kernel 5.10 couldn't compile in the same way or changed from 5.15 to 5.10 |
What is your hardware model, older kernels usually lack support for newer model |
my device is nanopi r2s but when I compile it using the latest 6.1 kernel it runs normally, I use a kernel other than 6.1 to use qos limit, does it work or not |
any updates solution? how downgrade kernel from 6.x.x to 5.15 or 5.10 |
Can I change the default kernel from 5.4-6.6? for openwrt 21-23? what scripts need to be changed or added?
The text was updated successfully, but these errors were encountered: