-
404 - Page not found
-
Sorry, the page you are requesting was not found on this server.
-
-
-
-
diff --git a/firmware/fsdata/makefsdata b/firmware/fsdata/makefsdata
deleted file mode 100755
index 5361370..0000000
--- a/firmware/fsdata/makefsdata
+++ /dev/null
@@ -1,114 +0,0 @@
-#!/usr/bin/perl
-
-$incHttpHeader = 1;
-
-open(OUTPUT, "> fsdata.c");
-print(OUTPUT "#include \"httpd/fsdata.h\"\n\n");
-
-chdir("fs");
-open(FILES, "find . -type f |");
-
-while($file =