diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-28 18:20:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-28 18:20:15 +0000 |
commit | 6fa65fa9ec7a85a4fda885b385dc988cfb258dc2 (patch) | |
tree | 0da3ef1ac40ec50dcf9cfd0930430cd10cacd6d2 /applications/luci-splash/root/etc | |
parent | 21de97b23523aa365c929ce72a0fbeee7ba7b333 (diff) |
applications/luci-splash: add missing insmod for act_police, fix a crash in cli util
Diffstat (limited to 'applications/luci-splash/root/etc')
-rwxr-xr-x | applications/luci-splash/root/etc/init.d/luci_splash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-splash/root/etc/init.d/luci_splash b/applications/luci-splash/root/etc/init.d/luci_splash index d6f0a33766..5206d448cb 100755 --- a/applications/luci-splash/root/etc/init.d/luci_splash +++ b/applications/luci-splash/root/etc/init.d/luci_splash @@ -179,6 +179,7 @@ start() { ### Load required modules [ "$LIMIT_UP" -gt 0 -a "$LIMIT_DOWN" -gt 0 ] && { + silent insmod act_police silent insmod cls_fw silent insmod cls_u32 silent insmod sch_htb |