mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 12:34:19 +00:00
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
[ "$ACTION" = ifup ] && /usr/lib/qos.sh interface "$INTERFACE" | sh
|