This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wareck
/
openwrt_lede
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
488fc98adf
Branches
Tags
master
openwrt_lede
/
target
/
linux
/
arc770
/
base-files
/
lib
/
preinit
/
01_preinit_arc.sh
01_preinit_arc.sh
107 B
History
Raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
do_arc() {
. /lib/arc.sh
arc_board_detect
}
boot_hook_add preinit_main do_arc