summaryrefslogtreecommitdiffstats
path: root/package/qos-scripts/files/etc/init.d/qos
diff options
context:
space:
mode:
Diffstat (limited to 'package/qos-scripts/files/etc/init.d/qos')
-rwxr-xr-xpackage/qos-scripts/files/etc/init.d/qos16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/qos-scripts/files/etc/init.d/qos b/package/qos-scripts/files/etc/init.d/qos
deleted file mode 100755
index 3f711155e..000000000
--- a/package/qos-scripts/files/etc/init.d/qos
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
-
-START=50
-
-boot() {
- /usr/lib/qos/generate.sh firewall | sh
-}
-
-start() {
- qos-start
-}
-
-stop() {
- qos-stop
-}