aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/base-files/lib
diff options
context:
space:
mode:
authorAndreas Eberlein <foodeas@aeberlein.de>2020-06-23 22:59:26 +0200
committerPaul Spooren <mail@aparcar.org>2021-02-20 00:29:18 -1000
commita3e6521c1a7d4c78d825833e224272ec89a38bf2 (patch)
tree2bfbf9baf5438634193d3801642944bb3ac34697 /target/linux/x86/base-files/lib
parent09e66112f1ea9f5838ce80533f3850523dc30230 (diff)
downloadupstream-a3e6521c1a7d4c78d825833e224272ec89a38bf2.tar.gz
upstream-a3e6521c1a7d4c78d825833e224272ec89a38bf2.tar.bz2
upstream-a3e6521c1a7d4c78d825833e224272ec89a38bf2.zip
x86: add led driver for PC Engines APU1
This driver adds the LED support for the PC Engines APU1. This integrates the Linux kernel driver and includes a patch to support newer firmware versions. Also the default LED configuration is updated to use the correct devices. Signed-off-by: Andreas Eberlein <foodeas@aeberlein.de>
Diffstat (limited to 'target/linux/x86/base-files/lib')
-rw-r--r--target/linux/x86/base-files/lib/preinit/01_sysinfo4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/x86/base-files/lib/preinit/01_sysinfo b/target/linux/x86/base-files/lib/preinit/01_sysinfo
index 466c831e7e..b608d4edab 100644
--- a/target/linux/x86/base-files/lib/preinit/01_sysinfo
+++ b/target/linux/x86/base-files/lib/preinit/01_sysinfo
@@ -18,6 +18,10 @@ do_sysinfo_x86() {
for file in product_name board_name; do
product="$(cat /sys/devices/virtual/dmi/id/$file 2>/dev/null)"
case "$vendor:$product" in
+ "PC Engines:APU")
+ product="apu1"
+ break
+ ;;
"Supermicro:Super Server")
continue
;;