X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Flib%2Ffunctions%2Fboot.sh;h=96c1c59db2e779c47dfbf887855c6bbeb56f49fa;hb=a1c8970a2f8d44b72bb7aaf20db2336ffb6e5dcc;hp=8c8fa52d79d92c6706e1c98f8aa376304b0239e6;hpb=86a0b33fa12b8325d670b193bf5378bf73b9c571;p=openwrt-10.03%2F.git 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"