firmware/src/packages/fff/fff-support/files/etc/init.d/fff-userconfig

13 lines
234 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=96
boot() {
LOCALCONFIGSCRIPT="/etc/rc.local.fff_userconfig"
# process user commands
[ -f "${LOCALCONFIGSCRIPT}" ] && {
sh /etc/rc.local.fff_userconfig
}
}