From: Rod Whitby Date: Sun, 26 Nov 2006 12:07:37 +0000 (+0000) Subject: slugos-init: Added initial support for FSG-3 X-Git-Tag: Release-2010-05/1~9453^2~287 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e299499a2deb56cb691f9f6348a4021856b906;p=openembedded.git slugos-init: Added initial support for FSG-3 --- diff --git a/packages/slugos-init/files/functions b/packages/slugos-init/files/functions index cf931288cc..c329171128 100644 --- a/packages/slugos-init/files/functions +++ b/packages/slugos-init/files/functions @@ -23,6 +23,7 @@ machine(){ *NAS?100d*) echo nas100d;; *DSM?G600*) echo dsmg600;; *NSLU2*) echo nslu2;; + *FSG?3*) echo fsg3;; *) echo unknown;; esac }