projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
max80211: rt2x00: load the eeprom data from a file on Ralink SoCs
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
firstboot
/
30_reset_copy_rom
1
#!/bin/sh
2
3
# Copyright (C) 2006-2010 OpenWrt.org
4
# Copyright (C) 2010 Vertical Communications
5
6
reset_copy_rom
() {
7
[
"
$reset_has_fo
"
!=
"true"
] && {
8
dupe
$jffs $rom
9
exit
0
10
}
11
}
12
13
boot_hook_add jffs2reset reset_copy_rom
This page took
0.040386 seconds
and
5
git commands to generate.