mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
qosmngr: correct cpu_model check
This commit is contained in:
parent
6f15e7ff27
commit
c9b2973ac8
1 changed files with 2 additions and 2 deletions
|
|
@ -743,10 +743,10 @@ configure_qos() {
|
|||
|
||||
reload_qos() {
|
||||
local service_name="$1"
|
||||
local cpu_model="$(grep Hardware /proc/cpuinfo | awk '{print$NF}')"
|
||||
local cpu_model="$(brcm_fw_tool -k info)"
|
||||
|
||||
case $cpu_model in
|
||||
BCM968*) POLICER_SKIP=1 ;;
|
||||
68*|6755) POLICER_SKIP=1 ;;
|
||||
esac
|
||||
|
||||
if [ -z "$service_name" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue