mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
mwan3: rename tracking state from 'not enabled' to 'disabled'
The expression 'disabled' is more meaningful than 'not enabled' and can therefore be better processed in the ubus output, since it is only one word. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mwan3
|
||||
PKG_VERSION:=2.11.9
|
||||
PKG_VERSION:=2.11.10
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>, \
|
||||
Aaron Goodman <aaronjg@alumni.stanford.edu>
|
||||
|
||||
@@ -107,7 +107,7 @@ mwan3_get_mwan3track_status()
|
||||
tracking="down"
|
||||
fi
|
||||
else
|
||||
tracking="not enabled"
|
||||
tracking="disabled"
|
||||
fi
|
||||
echo "$tracking"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user