This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
wareck
/
openwrt-archive
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
openwrt-archive
/
target
/
linux
/
at91
/
base-files
/
lib
/
preinit
/
03_preinit_do_at91.sh
03_preinit_do_at91.sh
97 B
Lien permanent
Historique
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