projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8702808
)
[package] base-files: force preinit to use busybox mount (#6797)
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 13 Mar 2010 02:59:05 +0000
(
02:59
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 13 Mar 2010 02:59:05 +0000
(
02:59
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20176
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/lib/functions/boot.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/functions/boot.sh
b/package/base-files/files/lib/functions/boot.sh
index
8c8fa52
..
96c1c59
100644
(file)
--- 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"