wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes #9299)
[openwrt.git] / package / qos-scripts / files / etc / hotplug.d / iface / 10-qos
index 0682db1..0ced29a 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-[ "$ACTION" = ifup ] && /usr/lib/qos.sh interface "$INTERFACE" | sh
+[ "$ACTION" = ifup ] && /etc/init.d/qos enabled && /usr/lib/qos/generate.sh interface "$INTERFACE" | sh
This page took 0.025022 seconds and 4 git commands to generate.