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
/
lib
/
preinit
/
05_set_preinit_iface_ar71xx
1
#!/bin/sh
2
3
#
4
# Copyright (C) 2009 OpenWrt.org
5
#
6
7
.
/
lib
/
ar71xx.sh
8
9
set_preinit_iface
() {
10
ifname
=
eth0
11
}
12
13
boot_hook_add preinit_main set_preinit_iface
14
15
16
This page took
0.042687 seconds
and
5
git commands to generate.