Imporved modules start script
This commit is contained in:
parent
62446bf1af
commit
bea0ab6925
@ -1,4 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
/sbin/modprobe qca6174
|
||||
/sbin/modprobe wireguard
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {start}"
|
||||
exit 1
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user