wifipineapple-openwrt/package/base-files/files/etc/hotplug.d/usb/10-usb

14 lines
129 B
Bash

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