X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-splash%2Froot%2Fetc%2Finit.d%2Fluci_splash;h=2ca565189f22cd5163383f51b8b86b05c9219c35;hp=582c2e2f95c3974aa123efe626ac639fedcadc13;hb=05db82eba9a680a4272544a465a02d45a7417d89;hpb=06001d99b1f6e9f70d3e5e1c0e01c76573bf7d39 diff --git a/applications/luci-splash/root/etc/init.d/luci_splash b/applications/luci-splash/root/etc/init.d/luci_splash index 582c2e2f9..2ca565189 100755 --- a/applications/luci-splash/root/etc/init.d/luci_splash +++ b/applications/luci-splash/root/etc/init.d/luci_splash @@ -108,7 +108,7 @@ qos_iface_add() { # 78 -> upload root qdisc # 79 -> fwmark - tc qdisc del dev "$iface" root handle 77: + silent tc qdisc del dev "$iface" root handle 77: if [ "$LIMIT_UP" -gt 0 -a "$LIMIT_DOWN" -gt 0 ]; then tc qdisc add dev "$iface" root handle 77: htb @@ -134,9 +134,9 @@ qos_iface_add() { qos_iface_del() { local iface="$1" - tc qdisc del dev "$iface" root handle 77: - tc qdisc del dev "$iface" root handle 78: - tc filter del dev "$iface" parent ffff: protocol ip prio 1 handle 79 fw + silent tc qdisc del dev "$iface" root handle 77: + silent tc qdisc del dev "$iface" root handle 78: + silent tc filter del dev "$iface" parent ffff: protocol ip prio 1 handle 79 fw } boot() {