projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
kernel: fix cryptodev with kernel >= 2.6.35
[openwrt.git]
/
target
/
linux
/
ar71xx
/
base-files
/
etc
/
uci-defaults
/
wrt160nl
1
#!/bin/sh
2
#
3
# Copyright (C) 2010 OpenWrt.org
4
#
5
6
.
/
lib
/
ar71xx.sh
7
8
board
=
$
(
ar71xx_board_name
)
9
10
wrt160nl_fixtrx
() {
11
mtd
-o
32
fixtrx firmware
12
}
13
14
if
[
"
${board}
"
==
"wrt160nl"
];
then
15
wrt160nl_fixtrx
16
fi
This page took
0.049391 seconds
and
5
git commands to generate.