diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-09 12:48:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-09 12:48:58 +0000 |
commit | 0193ffd4df7dd3ec2e4433c32de8fbc338fe2273 (patch) | |
tree | f7dc737fe0c2bdfbfe63b6d57be3fb3f7b1c3018 /applications | |
parent | 97eb513e0ea724b5bde3ffa2bd17c581796ac05a (diff) |
applications/luci-splash: only load required modules
Diffstat (limited to 'applications')
-rwxr-xr-x | applications/luci-splash/root/etc/init.d/luci_splash | 12 |
1 files changed, 0 insertions, 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 |