Skip to content

Commit

Permalink
Fix Rock64 number
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat5TV committed Aug 21, 2018
1 parent 8b5af30 commit b5f4b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nems-build.sh
Expand Up @@ -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
Expand Down

0 comments on commit b5f4b41

Please sign in to comment.