Skip to content

Instantly share code, notes, and snippets.

View RDS5's full-sized avatar

RDS5

View GitHub Profile
@RDS5
RDS5 / emg2926_VTR.patch
Created July 21, 2024 20:31
UBoot on Videotron routers requires DEVICE_MODEL header to be EMG2926 rather than AAVK-EM
diff --git a/target/linux/ath79/image/nand.mk b/target/linux/ath79/image/nand.mk
index 1a7eebc..1afe182 100644
--- a/target/linux/ath79/image/nand.mk
+++ b/target/linux/ath79/image/nand.mk
@@ -517,3 +517,10 @@ define Device/zyxel_emg2926_q10a
RAS_BOARD := AAVK-EMG2926Q10A
endef
TARGET_DEVICES += zyxel_emg2926_q10a
+
+define Device/zyxel_emg2926_q10a_VTR
From 786d196cf7ac3c644aa5dc32f882f0b956485b22 Mon Sep 17 00:00:00 2001
From: RDS5 <placeholder@example.com>
Date: Mon, 23 Jan 2023 20:22:03 -0500
Subject: [PATCH] add backlight
---
.../dts/qcom/apq8016-samsung-gtelwifiue.dts | 40 +++
drivers/video/backlight/Kconfig | 9 +
drivers/video/backlight/Makefile | 1 +
drivers/video/backlight/rt8555-backlight.c | 265 ++++++++++++++++++