Skip to content

Commit

Permalink
fix(pine64/star64): resolve conflicting definition for Linux 5.15
Browse files Browse the repository at this point in the history
Signed-off-by: Raito Bezarius <[email protected]>
  • Loading branch information
RaitoBezarius committed Apr 5, 2024
1 parent 400688f commit cac934b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pine64/star64/linux-5.15.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let
# brute force disable drm
CEC_CORE = no;
CEC_NOTIFIER = no;
DRM = no;
DRM = lib.mkForce no;
DRM_MIPI_DBI = no;
DRM_MIPI_DSI = no;
DRM_DP_AUX_BUS = no;
Expand Down

0 comments on commit cac934b

Please sign in to comment.