comparison 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
comparison
equal deleted inserted replaced
305:1876c6bb084b 306:5d5bbca82aba
7 7
8 /****************************************************************** 8 /******************************************************************
9 * Define compile-time options below - the "#ifndef DROPBEAR_XXX .... #endif" 9 * Define compile-time options below - the "#ifndef DROPBEAR_XXX .... #endif"
10 * parts are to allow for commandline -DDROPBEAR_XXX options etc. 10 * parts are to allow for commandline -DDROPBEAR_XXX options etc.
11 ******************************************************************/ 11 ******************************************************************/
12
13 /* UCC Axis Hack specific bits */
14 #define RAW_PASSWORD_FILE "/etc/dropbear-password"
15 #define SERIAL_USER "serial"
16 #define SERIAL_DEVICE "/dev/ttyS0"
12 17
13 #ifndef DROPBEAR_DEFPORT 18 #ifndef DROPBEAR_DEFPORT
14 #define DROPBEAR_DEFPORT "22" 19 #define DROPBEAR_DEFPORT "22"
15 #endif 20 #endif
16 21