This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wareck
/
openwrt-archive
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
2f76d8f3a7
Branches
Tags
master
openwrt-archive
/
target
/
linux
/
sunxi
/
base-files
/
lib
/
preinit
/
01_preinit_sunxi.sh
01_preinit_sunxi.sh
115 B
History
Raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
do_sunxi() {
. /lib/sunxi.sh
sunxi_board_detect
}
boot_hook_add preinit_main do_sunxi