summaryrefslogtreecommitdiffstats
path: root/package/qos-scripts/files/etc/init.d/S50qos
diff options
context:
space:
mode:
Diffstat (limited to 'package/qos-scripts/files/etc/init.d/S50qos')
-rwxr-xr-xpackage/qos-scripts/files/etc/init.d/S50qos18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/qos-scripts/files/etc/init.d/S50qos b/package/qos-scripts/files/etc/init.d/S50qos
deleted file mode 100755
index 87e18fb28..000000000
--- a/package/qos-scripts/files/etc/init.d/S50qos
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org
-
-boot() {
- /usr/lib/qos.sh firewall | sh
-}
-
-start() {
-# FIXME: after init script migration
-# qos-start
-#
-
- boot
-}
-
-stop() {
- qos-stop
-}