Merge pull request #3868 from PolynomialDivision/feature/luci-update
luci-app-dawn: fix typos and dependencies
This commit is contained in:
commit
550a1b42e6
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for DAWN
|
||||
LUCI_DEPENDS:=+dawn
|
||||
LUCI_DEPENDS:=+dawn +luci-compat +luci-lib-json
|
||||
LUCI_PKGARCH:=all
|
||||
|
||||
include ../../luci.mk
|
||||
|
|
|
@ -11,7 +11,7 @@ s:option(Value, "chan_util", "Channel Utilization")
|
|||
s:option(Value, "max_chan_util", "Above Maximum Channel Utilization")
|
||||
|
||||
s = m:section(TypedSection, "metric", "Threshold", "Thresholds"); s.anonymous = true;
|
||||
s:option(Value, "bandwith_threshold", "Bandwidth Threshold")
|
||||
s:option(Value, "bandwidth_threshold", "Bandwidth Threshold")
|
||||
s:option(Value, "rssi_val", "RSSI Threshold")
|
||||
s:option(Value, "low_rssi_val", "Low RSSI Threshold")
|
||||
s:option(Value, "chan_util_val", "Channel Utilization Threshold")
|
||||
|
|
Loading…
Reference in a new issue