mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Merge pull request #839 from damianoognissanti/patch-3
Make so that kernel configs are actually read when compiling for microsoft surface devices.
This commit is contained in:
		@@ -23,6 +23,7 @@ let
 | 
			
		||||
      url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
 | 
			
		||||
      sha256 = "sha256-iLiefdQerU46seQRyLuNWSV1rPgVzx3zwNxX4uiCwLw=";
 | 
			
		||||
    };
 | 
			
		||||
    ignoreConfigErrors=true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,8 +7,8 @@
 | 
			
		||||
  {
 | 
			
		||||
    name = "microsoft-surface-patches-linux-${version}";
 | 
			
		||||
    patch = null;
 | 
			
		||||
    structuredExtraConfig = with kernel; {
 | 
			
		||||
      STREAMING_MEDIA = yes;
 | 
			
		||||
    extraStructuredConfig = with kernel; {
 | 
			
		||||
      STAGING_MEDIA = yes;
 | 
			
		||||
 | 
			
		||||
      #
 | 
			
		||||
      # Surface Aggregator Module
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user