diff options
Diffstat (limited to 'main/iproute2-qos/qos.initd')
-rw-r--r-- | main/iproute2-qos/qos.initd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/iproute2-qos/qos.initd b/main/iproute2-qos/qos.initd index 825ef07cfd..b2d33f0437 100644 --- a/main/iproute2-qos/qos.initd +++ b/main/iproute2-qos/qos.initd @@ -20,6 +20,7 @@ opts="describe compile" depend() { need net + after firewall } ########################################################################################################### @@ -445,4 +446,4 @@ describe() checkconfig || return 1 get_stats -}
\ No newline at end of file +} |