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
/
at91
/
base-files
/
lib
/
preinit
/
03_preinit_do_at91.sh
03_preinit_do_at91.sh
97 B
History
Raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
do_at91() {
. /lib/at91.sh
at91_board_detect
}
boot_hook_add preinit_main do_at91