base-files: port init.d/led to new config_get
[openwrt.git] / package / base-files / files / etc / hotplug.d / ieee1394 / 10-ieee1394
1 #!/bin/sh
2
3 # Copyright (C) 2009 OpenWrt.org
4
5 case "$ACTION" in
6 add)
7 # update LEDs
8 ;;
9 remove)
10 # update LEDs
11 ;;
12 esac
13
This page took 0.046005 seconds and 5 git commands to generate.