mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
2 lines
87 B
Bash
Executable file
2 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
[ "$ACTION" = ifup ] && /usr/lib/qos/generate.sh interface "$INTERFACE" | sh
|