From 273f90ee03d919e1960e9aa749716da75a4b78f3 Mon Sep 17 00:00:00 2001 From: Yura80 Date: Sat, 12 Dec 2020 01:45:42 -0500 Subject: Support of alternative boards/SBCs (#19) * adding rock64 board * fix file permissions * disable atx gpio for rock64 (breaks ethernet); restore package url; fix install * added gpio pin definitions to config * renamed rock64 board to generic * udev rule for generic board, improved device detection * this udev fix should work for most boards: it skips video0 if it's not on USB, and doesn't select video2 * cleanup * improved usb video device selection --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 475a1375..d6fc4bda 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,6 +16,7 @@ _variants=( v2-hdmi:rpi4 v2-hdmiusb:rpi4 + v2-hdmiusb:generic ) -- cgit v1.2.3