From 0193ffd4df7dd3ec2e4433c32de8fbc338fe2273 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 9 Jun 2009 12:48:58 +0000 Subject: [PATCH 1/1] applications/luci-splash: only load required modules --- applications/luci-splash/root/etc/init.d/luci_splash | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/applications/luci-splash/root/etc/init.d/luci_splash b/applications/luci-splash/root/etc/init.d/luci_splash index f05668f62..b96a62d2d 100755 --- a/applications/luci-splash/root/etc/init.d/luci_splash +++ b/applications/luci-splash/root/etc/init.d/luci_splash @@ -180,21 +180,9 @@ start() { ### Load required modules [ "$LIMIT_UP" -gt 0 -a "$LIMIT_DOWN" -gt 0 ] && { silent insmod cls_fw - silent insmod cls_route - silent insmod cls_rsvp - silent insmod cls_rsvp6 - silent insmod cls_tcindex silent insmod cls_u32 - silent insmod sch_cbq - silent insmod sch_csz - silent insmod sch_dsmark - silent insmod sch_gred - silent insmod sch_hfsc silent insmod sch_htb silent insmod sch_ingress - silent insmod sch_red - silent insmod sch_tbf - silent insmod sch_teql } ### Create subchains -- 2.11.0