From d4275b23ebe331e2e5de874c80b47068607b616e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Dec 2013 22:51:01 -0400 Subject: [PATCH] close; fixed! --- doc/todo/Build_for_Synology_DSM.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/todo/Build_for_Synology_DSM.mdwn b/doc/todo/Build_for_Synology_DSM.mdwn index be45ea6316..6505007564 100644 --- a/doc/todo/Build_for_Synology_DSM.mdwn +++ b/doc/todo/Build_for_Synology_DSM.mdwn @@ -1 +1,4 @@ It would be wonderful if a pre-built package would be available for Synology NAS. Basically, this is an ARM-based Linux. It has most of the required shell commands either out of the box or easily available (through ipkg). But I think it would be difficult to install the Haskell compiler and all the required modules, so it would probably be better to cross-compile targeting ARM. + +> [[done]]; the standalone armel tarball has now been tested working on +> Synology. --[[Joey]]