[no ci] Overlay: minor script refactoring

pull/1369/head
Viktor 2024-03-31 21:58:28 +02:00
parent ce4d759d2f
commit 499db53eff
4 changed files with 0 additions and 14 deletions

View File

@ -14,9 +14,4 @@ case "$1" in
touch /etc/network.ok
fi
;;
*)
echo "Usage: $0 {start}"
exit 1
;;
esac

View File

@ -6,11 +6,4 @@ case "$1" in
echo /sbin/mdev > /proc/sys/kernel/hotplug
/sbin/mdev -s
;;
*)
echo "Usage: $0 {start}"
exit 1
;;
esac
exit $?

View File

@ -1,6 +1,4 @@
#!/bin/sh
# load vendor specific drivers
vendor=$(ipcinfo -v)
log_vendor() {