projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[adm5120] add support for generic eb214a, thanks cezary (#7027)
[openwrt.git]
/
target
/
linux
/
adm5120
/
base-files
/
lib
/
preinit
/
05_set_preinit_iface_adm5120
1
#!/bin/sh
2
3
set_preinit_ifname
() {
4
ifname
=
eth0
5
}
6
7
boot_hook_add preinit_main set_preinit_ifname
8
9
This page took
0.039642 seconds
and
5
git commands to generate.