瀏覽代碼

base-files: gpio_switch: start before boot state done is set

Start gpio_switch before the boot state is set to up/initialised/done.
This way the exported GPIOs are available at the time rc.local is started.

Signed-off-by: Mathias Kresin <[email protected]>
Mathias Kresin 8 年之前
父節點
當前提交
ff874b656b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/base-files/files/etc/init.d/gpio_switch

+ 1 - 1
package/base-files/files/etc/init.d/gpio_switch

@@ -1,7 +1,7 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2015 OpenWrt.org
 
-START=98
+START=94
 STOP=10
 USE_PROCD=1