From b5f4b4119aad474f5406b0a2e86b1bce0f9f5a9f Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Mon, 20 Aug 2018 20:19:30 -0400 Subject: [PATCH] Fix Rock64 number --- nems-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nems-build.sh b/nems-build.sh index 556e264..9f9603b 100755 --- a/nems-build.sh +++ b/nems-build.sh @@ -137,7 +137,7 @@ echo "------------------------------" echo "" # Rock64 NIC -if [[ "$2" = "42" ]]; then +if [[ "$2" = "43" ]]; then echo "allow-hotplug eth0 iface eth0 inet dhcp" > /etc/network/interfaces.d/eth0 fi