mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-08 00:30:14 +02:00
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
[ "$ACTION" = ifup ] && /usr/lib/qos.sh interface "$INTERFACE" | sh
|