mirror of https://github.com/hak5/openwrt.git
14 lines
129 B
Plaintext
14 lines
129 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Copyright (C) 2009 OpenWrt.org
|
||
|
|
||
|
case "$ACTION" in
|
||
|
add)
|
||
|
# update LEDs
|
||
|
;;
|
||
|
remove)
|
||
|
# update LEDs
|
||
|
;;
|
||
|
esac
|
||
|
|