This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 ++++++++++++++++++ |