Skip to content

Commit

Permalink
chilli: fix log spam when coova is not used
Browse files Browse the repository at this point in the history
Fixes: WIFI-4471
Signed-off-by: John Crispin <[email protected]>
  • Loading branch information
blogic committed Oct 1, 2021
1 parent b31b236 commit 406dad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ config chilli
option kname 'chilli'
option debug 0
EOF
/etc/init.d/chilli disable
2 changes: 1 addition & 1 deletion feeds/third-party/coova-chilli/files/chilli.hotplug
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[ "$ACTION" == "ifup" ] || exit 0

[ "$INTERFACE" = "wan" ] && {
[ "$INTERFACE" = "wan" -a "$(uci get chilli.@chilli[-1].disabled)" -neq 0 ] && {
/etc/init.d/chilli restart
}

0 comments on commit 406dad6

Please sign in to comment.