Skip to content
Snippets Groups Projects
Commit 34abaa05 authored by sandeep sharma's avatar sandeep sharma Committed by Rahul Thakur
Browse files

Fixed: QoS statistics for Eagle LAN ports end up on the wrong queue

parent d4948072
No related branches found
No related tags found
1 merge request!339Fixed: QoS statistics for Eagle LAN ports end up on the wrong queue
......@@ -15,6 +15,10 @@ boot() {
if [ -n "$ethwan" ]; then
ethswctl -c wan -i $ethwan -o enable
fi
if grep -qE '[0-9]+ archer$' /proc/devices; then
ethswctl -c quemap -v 0x0f -q 0x33333210
fi
fi
if [ -n "$(which tmctl)" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment