mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Revert "Merge branch 'test' into develop"
This reverts commitd071cd5c17, reversing changes made to27d4fa254e.
This commit is contained in:
parent
d071cd5c17
commit
234c9e1870
151 changed files with 561351 additions and 0 deletions
9
root/target/linux/mediatek/base-files/lib/preinit/05_set_preinit_iface
Executable file
9
root/target/linux/mediatek/base-files/lib/preinit/05_set_preinit_iface
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
set_preinit_iface() {
|
||||
ifconfig eth0 up
|
||||
ifname=lan
|
||||
}
|
||||
|
||||
boot_hook_add preinit_main set_preinit_iface
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue