slugos-init: improve the handling of the ready led for the nas100d (i.e. stop it...
authorRod Whitby <rod@whitby.id.au>
Fri, 16 Mar 2007 15:57:41 +0000 (15:57 +0000)
committerRod Whitby <rod@whitby.id.au>
Fri, 16 Mar 2007 15:57:41 +0000 (15:57 +0000)
packages/slugos-init/files/leds
packages/slugos-init/slugos-init_0.10.bb

index f5011f8..8043dae 100644 (file)
@@ -18,8 +18,9 @@ esac
 #  handle the 'user' setting.
 led_user_default(){
        case "$(machine)" in
-       nslu2)  echo -n "cpu-idle";;
-       *)      echo -n "cpu";;
+           nslu2)      echo -n "cpu-idle";;
+           nas100d)    echo -n "on";;
+           *)          echo -n "cpu";;
        esac
 }
 #
index 55fea3e..56f3c72 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS = "busybox devio"
-PR = "r79"
+PR = "r80"
 
 SRC_URI = "file://boot/flash \
           file://boot/disk \