mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 20:34:05 +02:00
4e5d6449f6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27501 3c298f89-4303-0410-b956-a3cf2f4a3e73
8 lines
111 B
Bash
8 lines
111 B
Bash
#!/bin/sh
|
|
|
|
define_default_set_state() {
|
|
. /etc/diag.sh
|
|
}
|
|
|
|
boot_hook_add preinit_main define_default_set_state
|