diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-01-26 20:41:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-01-26 20:41:43 +0000 |
commit | 7be967e954ad5d602a0bc8616f129be7a999ebce (patch) | |
tree | ddcb14d00b846b94ebd7e80094cc7cc3166f68f8 /target/linux/mvebu/base-files/etc/crontabs | |
parent | 3483c76084c8fe08020f22cafccfc3cf7ef82d28 (diff) | |
download | mtk-20170518-7be967e954ad5d602a0bc8616f129be7a999ebce.zip mtk-20170518-7be967e954ad5d602a0bc8616f129be7a999ebce.tar.gz mtk-20170518-7be967e954ad5d602a0bc8616f129be7a999ebce.tar.bz2 |
mvebu: temporary el cheapo' fan control script
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44153
Diffstat (limited to 'target/linux/mvebu/base-files/etc/crontabs')
-rw-r--r-- | target/linux/mvebu/base-files/etc/crontabs/root | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/base-files/etc/crontabs/root b/target/linux/mvebu/base-files/etc/crontabs/root new file mode 100644 index 0000000..e692f57 --- /dev/null +++ b/target/linux/mvebu/base-files/etc/crontabs/root @@ -0,0 +1 @@ +*/5 * * * * /sbin/fan_ctrl.sh |