Skip to content

Commit

Permalink
v6.18
Browse files Browse the repository at this point in the history
+ Minor
  • Loading branch information
Daniel Knight committed Nov 8, 2018
1 parent c5a9b99 commit 8cbded0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PREP_SYSTEM_FOR_DIETPI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,8 @@ _EOF_
# - must be enabled for the following:
# XU4: https://github.com/Fourdee/DietPi/issues/2038#issuecomment-416089875
# RockPro64: Fails to boot into kernel without serial enabled
if (( $G_HW_MODEL == 11 || $G_HW_MODEL == 42 )); then
# NanoPi Neo Air: Required for end users/debugging/setting up WiFi without automation
if (( $G_HW_MODEL == 11 || $G_HW_MODEL == 42 || $G_HW_MODEL == 64 )); then

sed -i '/^[[:blank:]]*CONFIG_SERIAL_CONSOLE_ENABLE=/c\CONFIG_SERIAL_CONSOLE_ENABLE=1' /DietPi/dietpi.txt

Expand Down

0 comments on commit 8cbded0

Please sign in to comment.