luci-0.8: merge r4474
This commit is contained in:
parent
84f0d1bf02
commit
c2aada24ac
2 changed files with 4 additions and 2 deletions
|
@ -11,6 +11,7 @@ PKG_NAME:=freifunk-watchdog
|
|||
PKG_RELEASE:=1
|
||||
|
||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||
PKG_BUILD_DEPENDS := uci
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -18,6 +19,7 @@ define Package/freifunk-watchdog
|
|||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Freifunk Ad-Hoc watchdog daemon
|
||||
DEPENDS:=libuci
|
||||
endef
|
||||
|
||||
define Package/freifunk-watchdog/description
|
||||
|
|
|
@ -302,7 +302,7 @@ static int do_daemon(void)
|
|||
}
|
||||
|
||||
/* Check channel */
|
||||
if( channel != curif->channel )
|
||||
else if( channel != curif->channel )
|
||||
{
|
||||
syslog(LOG_WARNING, "Channel mismatch on %s: current=%d wanted=%d",
|
||||
curif->ifname, channel, curif->channel);
|
||||
|
|
Loading…
Reference in a new issue