The unified diff between revisions [55710caa..] and [51506e62..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'options.h'

#
#
# patch "options.h"
#  from [145033e8f050d39f92965d954947806c7a6d66be]
#    to [e726629b21f69e4150e5fe82bb1fd8a41e999a7a]
#
============================================================
--- options.h	145033e8f050d39f92965d954947806c7a6d66be
+++ options.h	e726629b21f69e4150e5fe82bb1fd8a41e999a7a
@@ -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