1
1
Files
2026-04-17 18:33:03 +02:00

14 lines
129 B
Bash

#!/bin/sh
# Copyright (C) 2009 OpenWrt.org
case "$ACTION" in
add)
# update LEDs
;;
remove)
# update LEDs
;;
esac