projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
preinit
/
80_mount_root
1
#!/bin/sh
2
# Copyright (C) 2006 OpenWrt.org
3
# Copyright (C) 2010 Vertical Communications
4
5
do_mount_root
() {
6
boot_run_hook preinit_mount_root
7
}
8
9
boot_hook_add preinit_main do_mount_root
10
This page took
0.038588 seconds
and
5
git commands to generate.