projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bcm63xx: add driver for the internal hw trng on bcm6368
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
base-files
/
etc
/
uci-defaults
/
brcm63xx_fixcrc.sh
diff --git
a/target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh
b/target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh
index
aea4d5b
..
965ddba
100755
(executable)
--- a/
target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh
+++ b/
target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh
@@
-13,7
+13,8
@@
do_fixcrc() {
brcm63xx_detect
case "$board_name" in
- "bcm63xx/CPVA642 "* | "bcm63xx/MAGIC "*)
+ "bcm63xx/CPVA642 "* | "bcm63xx/MAGIC "* | "bcm63xx/V2500V_BB "* | \
+ "bcm63xx/V2110 "* | "bcm63xx/CPVA502+ "*)
do_fixcrc
;;
esac
This page took
0.026169 seconds
and
4
git commands to generate.