mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-0.8: merge r4474
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -69,7 +69,7 @@ static int iw_get_channel(int iwfd, const char *ifname, int *channel)
|
||||
}
|
||||
|
||||
for(i = 0; i < range->num_frequency; i++)
|
||||
{
|
||||
{
|
||||
cmp_freq = ((double)range->freq[i].m) * pow(10, range->freq[i].e);
|
||||
if( cmp_freq == cur_freq )
|
||||
{
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user