From 0dd6753c09a91d9046f9508f6f02c58212df8e5e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 4 Jun 2013 12:21:44 +0000 Subject: Drop legacy firewall package SVN-Revision: 36837 --- .../network/config/firewall/files/firewall.init | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100755 package/network/config/firewall/files/firewall.init (limited to 'package/network/config/firewall/files/firewall.init') diff --git a/package/network/config/firewall/files/firewall.init b/package/network/config/firewall/files/firewall.init deleted file mode 100755 index a2fd0a0e94..0000000000 --- a/package/network/config/firewall/files/firewall.init +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh /etc/rc.common -# Copyright (C) 2008-2010 OpenWrt.org - -START=45 - -FW_LIBDIR=/lib/firewall - -fw() { - . $FW_LIBDIR/core.sh - fw_$1 -} - -start() { - fw start -} - -stop() { - fw stop -} - -restart() { - fw restart -} - -reload() { - fw reload -} -- cgit v1.2.3