From 156f8d5e122fc718366e38afbc57485b8e32478b Mon Sep 17 00:00:00 2001 From: Geaaru Date: Sat, 1 Oct 2016 00:13:53 +0200 Subject: [PATCH] [bananapi] Add evbug kernel module on blacklist. --- bananapi/scripts/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bananapi/scripts/setup.sh b/bananapi/scripts/setup.sh index 98e1c3d..d7a7534 100755 --- a/bananapi/scripts/setup.sh +++ b/bananapi/scripts/setup.sh @@ -31,6 +31,9 @@ EOF systemctl enable systemd-networkd +# Insert in blacklist evbug kernel module +echo "blacklist evbug" >> /etc/modprobe.d/blacklist + # Cleanup equo cleanup