##// END OF EJS Templates
a
Unknown -
r442:f1cd0339639d
parent child
Show More
@@ -67,9 +67,9 if [ "$ENABLE_CRYPTFS" = true ] ; then
67 67 fi
68 68
69 69 # Add serial console support
70 if [ "$ENABLE_CONSOLE" = true ] ; then
71 CMDLINE="${CMDLINE} console=ttyAMA0,115200 kgdboc=ttyAMA0,115200"
72 fi
70 #if [ "$ENABLE_CONSOLE" = true ] ; then
71 # CMDLINE="${CMDLINE} console=ttyAMA0,115200 kgdboc=ttyAMA0,115200"
72 #fi
73 73
74 74 # Remove IPv6 networking support
75 75 if [ "$ENABLE_IPV6" = false ] ; then
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant