1
1
Files
zyxel-vmg8825_b50b-cfw/package/base-files/files/etc/hotplug.d/usb/10-usb
T
2026-04-17 18:33:03 +02:00

14 lines
129 B
Bash

#!/bin/sh
# Copyright (C) 2009 OpenWrt.org
case "$ACTION" in
add)
# update LEDs
;;
remove)
# update LEDs
;;
esac