1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-15 14:41:06 +02:00

14 lines
191 B
Plaintext
Raw Normal View History

#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
case "$ACTION" in
add)
[ -n "${INTERFACE}" ] &&
[ "$(expr substr ${INTERFACE} 1 2)" == "8/" ] && {
/sbin/usb-storage &
}
;;
esac