projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add preinit modularization work by Daniel Dickinson (cshore)
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
preinit
/
99_10_mount_no_mtd
1
#!/bin/sh
2
# Copyright (C) 2006-2010 OpenWrt.org
3
# Copyright (C) 2010 Vertical Communications
4
5
do_mount_no_mtd
() {
6
check_skip ||
{
7
mount_no_mtd
8
}
9
}
10
11
boot_hook_add preinit_mount_root do_mount_no_mtd
12
This page took
0.044792 seconds
and
5
git commands to generate.