pandora-state.bb: Changed boot order so that it starts AFTER LED-Config
authorMichael Mrozek <EvilDragon@openpandora.org>
Thu, 14 Mar 2013 01:42:57 +0000 (02:42 +0100)
committerMichael Mrozek <EvilDragon@openpandora.org>
Thu, 14 Mar 2013 01:42:57 +0000 (02:42 +0100)
recipes/pandora-system/pandora-state.bb

index 986505d..d1939b7 100755 (executable)
@@ -5,11 +5,11 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 
 RDEPENDS = "pandora-scripts"
 
-PR = "r16"
+PR = "r17"
 inherit update-rc.d
 
 INITSCRIPT_NAME = "pandora-state"
-INITSCRIPT_PARAMS = "start 39 S . stop 31 0 1 6 ."
+INITSCRIPT_PARAMS = "start 10 5 3 . stop 31 0 1 6 ."
 
 SRC_URI = " \
          file://rc.pandora-state \