[oe-commits] org.oe.dev slugos-init: improve the handling of the ready led for the nas100d (i.e. stop it blinking when everything is up)

rwhitby commit openembedded-commits at lists.openembedded.org
Mon Mar 19 05:16:25 UTC 2007


slugos-init: improve the handling of the ready led for the nas100d (i.e. stop it blinking when everything is up)

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 19c613da071b81eb9a8cfa3827ef66a439c4848d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=19c613da071b81eb9a8cfa3827ef66a439c4848d
Files:
1
packages/slugos-init/files/leds
packages/slugos-init/slugos-init_0.10.bb
Diffs:

#
# mt diff -r4657aa1d7f504b72dd4d75e3ffc5a1067390a4d1 -r19c613da071b81eb9a8cfa3827ef66a439c4848d
#
# 
# 
# patch "packages/slugos-init/files/leds"
#  from [726a703a268aef2de3e94265ad28ac625a6eaff6]
#    to [63b01ecea3103c9684caafa354921e6049dd7c3e]
# 
# patch "packages/slugos-init/slugos-init_0.10.bb"
#  from [25cf16441617cdb375a950791a4b42a3aa5bfa82]
#    to [825bc85afe042411a2962260db8efde6387bbfd9]
# 
============================================================
--- packages/slugos-init/files/leds	726a703a268aef2de3e94265ad28ac625a6eaff6
+++ packages/slugos-init/files/leds	63b01ecea3103c9684caafa354921e6049dd7c3e
@@ -18,8 +18,9 @@ led_user_default(){
 #  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
 }
 #
============================================================
--- packages/slugos-init/slugos-init_0.10.bb	25cf16441617cdb375a950791a4b42a3aa5bfa82
+++ packages/slugos-init/slugos-init_0.10.bb	825bc85afe042411a2962260db8efde6387bbfd9
@@ -1,10 +1,10 @@ RDEPENDS = "busybox devio"
 DESCRIPTION = "SlugOS initial network config via sysconf"
 SECTION = "base"
 PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS = "busybox devio"
-PR = "r79"
+PR = "r80"
 
 SRC_URI = "file://boot/flash \
 	   file://boot/disk \






More information about the Openembedded-commits mailing list