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
/
ramips
/
base-files
/
lib
/
preinit
/
03_preinit_do_ramips.sh
03_preinit_do_ramips.sh
105 B
History
Raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
do_ramips() {
. /lib/ramips.sh
ramips_board_detect
}
boot_hook_add preinit_main do_ramips