mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 19:36:15 +02:00
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
[ "$ACTION" = ifup ] && /usr/lib/qos.sh interface "$INTERFACE" | sh
|