From 6e9d3a9a8aeec6e2c0154ab5303910e185492b27 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 6 Apr 2021 20:51:35 +0800 Subject: [PATCH] build: enable DRM driver for orangepi r1 plus --- patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches.sh b/patches.sh index 8604014..073b76a 100644 --- a/patches.sh +++ b/patches.sh @@ -25,7 +25,7 @@ if [ $DEVICE = 'r4s' ]; then sed -i 's/r8169/r8168/' target/linux/rockchip/image/armv8.mk fi -if [[ $DEVICE =~ ('r2s'|'r4s') ]]; then +if [[ $DEVICE =~ ('r2s'|'r4s'|'r1p') ]]; then wget https://github.com/coolsnowwolf/lede/raw/757e42d70727fe6b937bb31794a9ad4f5ce98081/target/linux/rockchip/config-default -NP target/linux/rockchip/ wget https://github.com/coolsnowwolf/lede/commit/f341ef96fe4b509a728ba1281281da96bac23673.patch git apply f341ef96fe4b509a728ba1281281da96bac23673.patch