[package] If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron
[openwrt.git] / package / base-files / files / lib / functions / boot.sh
index 8c8fa52..96c1c59 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright (C) 2006-2010 OpenWrt.org
 # Copyright (C) 2010 Vertical Communications
 
+mount() {
+       /bin/busybox mount "$@"
+}
+
 boot_hook_add() {
        local hook="${1}_hook"
        local value="$2"
This page took 0.023918 seconds and 4 git commands to generate.