gnu: Add linux-libre-arm64-generic at version 5.8.
* gnu/packages/linux (linux-libre-arm64-generic-5.8): New variable.
This commit is contained in:
		
							parent
							
								
									554b13f35a
								
							
						
					
					
						commit
						2d4c25f016
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -967,6 +967,18 @@ It has been modified to remove all non-free binary blobs.")
 | 
			
		|||
                        ("CONFIG_RTC_DRV_RK808" . #t))
 | 
			
		||||
                      %default-extra-linux-options)))
 | 
			
		||||
 | 
			
		||||
(define-public linux-libre-arm64-generic-5.8
 | 
			
		||||
  (make-linux-libre* linux-libre-5.8-version
 | 
			
		||||
                     linux-libre-5.8-source
 | 
			
		||||
                     '("aarch64-linux")
 | 
			
		||||
                     #:defconfig "defconfig"
 | 
			
		||||
                     #:extra-version "arm64-generic"
 | 
			
		||||
                     #:extra-options
 | 
			
		||||
                     (append
 | 
			
		||||
                      `(;; needed to fix the RTC on rockchip platforms
 | 
			
		||||
                        ("CONFIG_RTC_DRV_RK808" . #t))
 | 
			
		||||
                      %default-extra-linux-options)))
 | 
			
		||||
 | 
			
		||||
(define-public linux-libre-riscv64-generic
 | 
			
		||||
  (make-linux-libre* linux-libre-version
 | 
			
		||||
                     linux-libre-source
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue