projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] base-files: update sysctl.conf for modern kernels
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
firstboot
/
20_has_mini_fo
1
#!/bin/sh
2
3
# Copyright (C) 2006-2010 OpenWrt.org
4
# Copyright (C) 2010 Vertical Communications
5
6
check_for_mini_fo
() {
7
if
!
grep
-q
mini_fo
/
proc
/
filesystems
;
then
8
boot_run_hook no_fo
9
exit
1
10
fi
11
}
12
13
boot_hook_add switch2jffs check_for_mini_fo
This page took
0.046582 seconds
and
5
git commands to generate.