aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/gpio-cdev/nu801/files/nu801.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/system/gpio-cdev/nu801/files/nu801.init')
-rwxr-xr-xpackage/system/gpio-cdev/nu801/files/nu801.init14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/system/gpio-cdev/nu801/files/nu801.init b/package/system/gpio-cdev/nu801/files/nu801.init
new file mode 100755
index 0000000000..a29554ae30
--- /dev/null
+++ b/package/system/gpio-cdev/nu801/files/nu801.init
@@ -0,0 +1,14 @@
+#!/bin/sh /etc/rc.common
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+START=11
+
+boot() {
+ . /lib/functions.sh
+ /usr/sbin/nu801 "$(board_name)"
+
+ # Because this is a userspace driver, we need to trigger diag.sh after
+ # we start the driver, but before boot is complete so we blink.
+ . /etc/diag.sh
+ set_state preinit_regular
+}