mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 18:20:37 +02:00
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
|
||
|
|