Skip to content

Commit

Permalink
Add NanoPi NEO Plus2
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Apr 30, 2019
1 parent 1ed4ef1 commit d7b7c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nems-cleanup.sh
Expand Up @@ -209,9 +209,10 @@ nameserver 2001:4860:4860::8844

# Make it so filesystem resizes at first boot
# 32 = Orange Pi Zero
# 69 = NanoPi NEO Plus2
# 100 = Tinker Board
# 101 = Tinker Board S
if (( $platform == 32 )) || (( $platform == 100 )) || (( $platform == 101 )); then
if (( $platform == 32 )) || (( $platform == 69 )) || (( $platform == 100 )) || (( $platform == 101 )); then
# NEMS Universal Filesystem Restore
addition="/root/nems/nems-admin/resize_rootfs/nems-fs-resize\n"
if grep -q "exit" /etc/rc.local; then
Expand Down

0 comments on commit d7b7c32

Please sign in to comment.