aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/hotplug.d/ieee1394/10-ieee1394
blob: 7e142a2113e3f044771c05d3be6ddee1486218a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# Copyright (C) 2009 OpenWrt.org

case "$ACTION" in
	add)
		# update LEDs
		;;
	remove)
		# update LEDs
		;;
esac