projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[x86] GZip only ext4 and padded images
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
base-files
/
etc
/
uci-defaults
/
brcm63xx_fixcrc.sh
1
#!/bin/sh
2
#
3
# Copyright (C) 2007 OpenWrt.org
4
#
5
#
6
7
.
/
lib
/
brcm63xx.sh
8
9
do_fixcrc
() {
10
mtd fixtrx linux
11
}
12
13
brcm63xx_detect
14
15
case
"
$board_name
"
in
16
"bcm63xx/CPVA642 "
*
|
"bcm63xx/MAGIC "
*
|
"bcm63xx/V2500V_BB "
*
|
"bcm63xx/V2110 "
*)
17
do_fixcrc
18
;;
19
esac
20
This page took
0.047981 seconds
and
5
git commands to generate.