X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/61b361248337b622b560ce1116eca4af7d5322a2..20a23b5226b4cdd768f3487b6cfcbc844db2adf5:/package/base-files/files/lib/functions/boot.sh?ds=inline diff --git a/package/base-files/files/lib/functions/boot.sh b/package/base-files/files/lib/functions/boot.sh index 8c8fa52d7..96c1c59db 100644 --- a/package/base-files/files/lib/functions/boot.sh +++ b/package/base-files/files/lib/functions/boot.sh @@ -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"