Skip to content

Commit

Permalink
Update orangepi5 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Dec 22, 2024
1 parent ac797dd commit 210a04e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions pkgs/orangepi5-kernel/config
Original file line number Diff line number Diff line change
Expand Up @@ -5866,6 +5866,7 @@ CONFIG_MALI_REAL_HW=y
# end of Platform specific options

CONFIG_MALI_CSF_SUPPORT=y
CONFIG_MALI_CSF_INCLUDE_FW=n
CONFIG_MALI_BIFROST_DEVFREQ=y
CONFIG_MALI_BIFROST_GATOR_SUPPORT=y
CONFIG_MALI_BIFROST_ENABLE_TRACE=y
Expand Down
10 changes: 5 additions & 5 deletions pkgs/orangepi5-kernel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
, ...
}: (linuxManualConfig {
src = fetchFromGitHub {
owner = "Joshua-Riek";
owner = "armbian";
repo = "linux-rockchip";
rev = "4867586ad5ce60969452edd36c236915a01ea260";
hash = "sha256-ZafiFIe+Droahgjkluq5VMZh6W8wwAdgtTU3UU01OtM=";
rev = "cd13061a07d985e883fae4e0a597fd9bdc112817";
hash = "sha256-y8D3lnbu4mQ5237kdAI6jciQLmEGIZUH4qQKWZlgQ48=";
};
version = "6.1.75";
modDirVersion = "6.1.75";
version = "6.1.84";
modDirVersion = "6.1.84";
extraMeta.branch = "6.1";
# this is from https://raw.githubusercontent.com/Joshua-Riek/linux-rockchip/ffa29fd4b815ff04b78e9f850ac42c6b7011ad17/debian.rockchip/config/config.common.ubuntu
# then a docker container is used to make oldconfig
Expand Down

0 comments on commit 210a04e

Please sign in to comment.