mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2025-09-05 09:35:56 +02:00
Misc
This commit is contained in:
parent
1ef117c0ad
commit
48b2901da4
10 changed files with 99 additions and 14 deletions
|
@ -125,6 +125,10 @@ restart:
|
|||
ssh -F sshconf principal true
|
||||
ssh -F sshconf principal /etc/init.d/S50chef restart
|
||||
|
||||
getlogs:
|
||||
ssh -F sshconf principal true
|
||||
rsync --rsh 'ssh -F sshconf' --archive principal:/opt/chef/log/* ../log/
|
||||
|
||||
gdbcommands:
|
||||
echo "set sysroot $(TARGET_DIR)" > "$@"
|
||||
echo "exec-file $(TARGET_DIR)$(EXECDIR)$(EXECPATH)" >> "$@"
|
||||
|
|
|
@ -7,6 +7,7 @@ start() {
|
|||
printf "Starting Wi-Fi connection: "
|
||||
# modprobe brcmfmac
|
||||
modprobe r8188eu
|
||||
modprobe 8192cu
|
||||
ifup wlan0
|
||||
echo "OK"
|
||||
}
|
||||
|
@ -14,8 +15,6 @@ start() {
|
|||
stop() {
|
||||
printf "Stopping Wi-Fi connection: "
|
||||
ifdown wlan0
|
||||
# rmmod brcmfmac
|
||||
rmmod r8188eu
|
||||
echo "OK"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue