This website requires JavaScript.
Explore
Help
Sign In
OpenIPC
/
firmware
mirror of
https://github.com/OpenIPC/firmware.git
Watch
1
Star
0
Fork
You've already forked firmware
0
Code
Activity
aec1c89b60
firmware
/
general
/
overlay
/
etc
/
init.d
/
S70vendor
9 lines
103 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
case
"
$1
"
in
start
)
echo
"Loading vendor modules..."
load_
"
$(
ipcinfo -v
)
"
-i
;
;
esac
View Git Blame
Copy Permalink