base-files: force preinit to use busybox mount (#6797)

SVN-Revision: 20176
lede-17.01
Jo-Philipp Wich 2010-03-13 02:59:05 +00:00
parent 32be7f7605
commit 1968fb8da3
1 changed files with 4 additions and 0 deletions

View 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"