1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:38:54 +03:00
openwrt-xburst/package/trelay/files/trelay.hotplug
nbd 751ddce336 add trelay, a trivial ethernet relay which allows pseudo-bridging ad-hoc or client mode devices over vlans to other hosts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-28 11:02:38 +00:00

6 lines
102 B
Plaintext

case "$ACTION" in
add|register)
[ -f /var/run/trelay.active ] && /etc/init.d/trelay start
;;
esac