openwrt/target/linux/brcm2708/patches-4.19/950-0503-.gitignore-Add-.dtbo-explicitly.patch
Álvaro Fernández Rojas 4295485719 brcm2708: add linux 4.19 support
Boot tested on Raspberry Pi B+ (BCM2708) and Raspberry Pi 2 (BCM2709)

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2019-07-14 12:44:14 +02:00

23 lines
457 B
Diff

From 44cadbedb79dbbae0cea7dd008bcf2583570e883 Mon Sep 17 00:00:00 2001
From: popcornmix <popcornmix@gmail.com>
Date: Tue, 21 May 2019 15:17:33 +0100
Subject: [PATCH 503/703] .gitignore: Add *.dtbo explicitly
Signed-off-by: popcornmix <popcornmix@gmail.com>
---
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/.gitignore
+++ b/.gitignore
@@ -15,7 +15,8 @@
*.bin
*.bz2
*.c.[012]*.*
-*.dtb*
+*.dtb
+*.dtbo
*.dtb.S
*.dwo
*.elf