Skip to content
Snippets Groups Projects
Commit 1968fb8d authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

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

SVN-Revision: 20176
parent 32be7f76
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment