mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-11-05 15:34:27 -05:00
3 lines
78 B
Bash
Executable File
3 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
[ "$ACTION" = ifup ] && /usr/lib/qos.sh interface "$INTERFACE" | sh
|