From: Jo-Philipp Wich Date: Tue, 9 Jun 2009 12:48:58 +0000 (+0000) Subject: applications/luci-splash: only load required modules X-Git-Tag: 0.9.0~217 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=0193ffd4df7dd3ec2e4433c32de8fbc338fe2273 applications/luci-splash: only load required modules --- 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