ipq806x: chromium: Enable kmod-ramoops by default
Chromium devices (like OnHub) have ramoops memory reserved by the bootloader. Let's enable the ramoops kernel module by default, so we get better crash logging. Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
		 Brian Norris
					Brian Norris
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							a3adbec370
						
					
				
				
					commit
					a79abd813d
				
			| @@ -35,10 +35,14 @@ define Device/OnhubImage | ||||
| 	IMAGES := factory.bin sysupgrade.bin | ||||
| 	IMAGE/factory.bin := cros-gpt | append-kernel-part | append-rootfs | ||||
| 	IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata | ||||
| 	# Note: Chromium/Depthcharge-based bootloaders insert a reserved-memory | ||||
| 	# ramoops node into the Device Tree automatically, so we can use | ||||
| 	# kmod-ramoops. | ||||
| 	DEVICE_PACKAGES := ath10k-firmware-qca988x-ct e2fsprogs kmod-fs-ext4 losetup \ | ||||
| 			   partx-utils mkf2fs kmod-fs-f2fs \ | ||||
| 			   ucode kmod-google-firmware kmod-tpm-i2c-infineon \ | ||||
| 			   kmod-sound-soc-ipq8064-storm kmod-usb-storage | ||||
| 			   kmod-sound-soc-ipq8064-storm kmod-usb-storage \ | ||||
| 			   kmod-ramoops | ||||
| endef | ||||
|  | ||||
| define Device/asus_onhub | ||||
|   | ||||
		Reference in New Issue
	
	Block a user