diff options.h @ 306:5d5bbca82aba ucc-axis-hack

Use password file, add serial option
author Matt Johnston <matt@ucc.asn.au>
date Sat, 25 Mar 2006 17:12:50 +0000
parents 973fccb59ea4
children 474c1a700b67
line wrap: on
line diff
--- a/options.h	Sat Mar 25 17:10:27 2006 +0000
+++ b/options.h	Sat Mar 25 17:12:50 2006 +0000
@@ -10,6 +10,11 @@
  * parts are to allow for commandline -DDROPBEAR_XXX options etc.
  ******************************************************************/
 
+/* UCC Axis Hack specific bits */
+#define RAW_PASSWORD_FILE "/etc/dropbear-password"
+#define SERIAL_USER "serial"
+#define SERIAL_DEVICE "/dev/ttyS0"
+
 #ifndef DROPBEAR_DEFPORT
 #define DROPBEAR_DEFPORT "22"
 #endif