makeversion: report Fuzix not UZI+
authorAlan Cox <alan@linux.intel.com>
Sun, 28 Dec 2014 23:01:58 +0000 (23:01 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 28 Dec 2014 23:01:58 +0000 (23:01 +0000)
Kernel/makeversion

index 18b0895..2a1bc59 100755 (executable)
@@ -19,7 +19,7 @@ struct sysinfoblk sysinfo = {
 };
 /* Must follow immediately afterwards */
 /* Quoting to work around cc65 bug */
-const char uname_str[] = "$1\0""UZI+\0""$2\0""$3";
+const char uname_str[] = "$1\0""Fuzix\0""$2\0""$3";
 EOF
 X=$(echo "$1XFuzix$2X$3X"|wc -c)
 echo "const uint8_t uname_len = "$X";" >>version.c