mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
------------------------------------------------------------------------------- * 1fa7794 broadcom: proper flag parsing for VHT capabilities * a75e33a system: show hardware name instead of hardwaremodel in router.system * 5c1edef network: test connection of client via arping if bridge timer aging reached 30 * 5b1324d network: do not work on client array directly * 78c4d67 broadcom: show correct maxrate for 80MHz * bb65654 network: give ipaddr and network for disconnect clients * 945be06 port: change to a quicker port validation function ref #13044 * 1e2b4d3 port: TEMPORARY fix for eg300 wan slowing down port calls * 8cfa617 port: fix incorrect string comparison * 0b3e3b4 port: fixe typo and redirect stderr to stdout ref #13044 * abad9c8 port: update logic for getting port-speed ref #13044 * 9d4cb92 change strcpy to strncpy ------------------------------------------------------------------------------- commit 1fa7794590ca938f1dffc77048610f68e5386a68 Author: Robin Stjerndorff <robin.stjerndorff@inteno.se> Date: 2017-11-06 10:35:28 +0100 broadcom: proper flag parsing for VHT capabilities Base directory -> / broadcom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit a75e33ae0f0b3abad6cdc6086c4feb9d5feb58a8 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2017-11-02 15:29:47 +0100 system: show hardware name instead of hardwaremodel in router.system Base directory -> / dumper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 5c1edef2de5bf95b0e3468a5aa9c2d5cfc14d485 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2017-11-02 14:20:57 +0100 network: test connection of client via arping if bridge timer aging reached 30 Base directory -> / network.c | 46 ++++++++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 18 deletions(-) ------------------------------------------------------------------------------- commit 5b1324d5650edaf2a82acaa71d568dd6586a24cc Author: Sukru Senli <sukru.senli@inteno.se> Date: 2017-11-02 10:47:02 +0100 network: do not work on client array directly Base directory -> / network.c | 203 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 101 insertions(+), 102 deletions(-) ------------------------------------------------------------------------------- commit 78c4d67209287f40fd8bc78dbcea662dafd04050 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2017-11-01 18:22:17 +0100 broadcom: show correct maxrate for 80MHz Base directory -> / broadcom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit bb656543d0775057247c8b1e3048157121e0f399 Author: Sukru Senli <sukru.senli@inteno.se> Date: 2017-10-18 14:58:05 +0200 network: give ipaddr and network for disconnect clients Base directory -> / network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 945be064408d5c6c1f1dfd34453d81657b8e1b87 Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2017-10-12 11:15:33 +0200 port: change to a quicker port validation function ref #13044 and made default up to true for non eth devidces in ports call Base directory -> / port.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) ------------------------------------------------------------------------------- commit 1e2b4d3bb447f0249e81e4df36e8ad0b5c6195c6 Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2017-10-12 11:13:48 +0200 port: TEMPORARY fix for eg300 wan slowing down port calls Base directory -> / port.c | 40 +++++++++++++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 7 deletions(-) ------------------------------------------------------------------------------- commit 8cfa6179b00e5a1278271cd48559d6bcd5829d46 Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2017-10-11 17:09:55 +0200 port: fix incorrect string comparison Base directory -> / port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 0b3e3b4350d9c7d5250eff7e52a22dcb2aef514a Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2017-10-11 14:32:50 +0200 port: fixe typo and redirect stderr to stdout ref #13044 Base directory -> / port.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- commit abad9c874b47e366384f2751a9ab846223bf7b5e Author: Reidar Cederqvist <reidar.cederqvist@gmail.com> Date: 2017-10-11 13:24:15 +0200 port: update logic for getting port-speed ref #13044 Base directory -> / port.c | 133 ++++++++++++++++++++++++++++------------------------------------- 1 file changed, 57 insertions(+), 76 deletions(-) ------------------------------------------------------------------------------- commit 9d4cb9218fa75b4d4c091449fcd65c60d50e6caf Author: Ionut-Alex Oprea <ionutalexoprea@gmail.com> Date: 2017-10-02 12:19:32 +0200 change strcpy to strncpy Base directory -> / network.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
65 lines
1.8 KiB
Makefile
65 lines
1.8 KiB
Makefile
#
|
|
# Copyright (C) 2013 Inteno
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
include $(INCLUDE_DIR)/kernel.mk
|
|
|
|
PKG_NAME:=questd
|
|
PKG_VERSION:=3.1.38
|
|
|
|
PKG_SOURCE_VERSION:=1fa7794590ca938f1dffc77048610f68e5386a68
|
|
PKG_SOURCE_PROTO:=git
|
|
PKG_SOURCE_URL:=http://public.inteno.se:/questd
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
ifeq ($(CONFIG_TARGET_iopsys_brcm63xx_mips),y)
|
|
QUESTD_TARGET:=-DIOPSYS_BROADCOM
|
|
KERNEL_DIR:=$(BUILD_DIR)/bcmkernel/bcm963xx
|
|
else ifeq ($(CONFIG_TARGET_iopsys_brcm63xx_arm),y)
|
|
QUESTD_TARGET:=-DIOPSYS_BROADCOM
|
|
else ifeq ($(CONFIG_TARGET_iopsys_linksys),y)
|
|
QUESTD_TARGET:=-DIOPSYS_MARVELL
|
|
else ifeq ($(CONFIG_TARGET_lantiq_xrx500),y)
|
|
QUESTD_TARGET:=-DIOPSYS_LANTIQ
|
|
else ifeq ($(CONFIG_TARGET_iopsys_ramips_ex400),y)
|
|
QUESTD_TARGET:=-DIOPSYS_MEDIATEK
|
|
QUESTD_CFLAGS:=\
|
|
-I$(STAGING_DIR)/usr/include \
|
|
-I$(STAGING_DIR)/usr/include/libnl-tiny
|
|
else
|
|
$(info (UNEXPECTED CONFIG TARGET))
|
|
endif
|
|
QUESTD_CFLAGS:=$(QUESTD_CFLAGS) $(QUESTD_TARGET)
|
|
|
|
export QUESTD_TARGET
|
|
export KERNEL_DIR
|
|
export QUESTD_CFLAGS
|
|
|
|
define Package/questd
|
|
CATEGORY:=Utilities
|
|
DEPENDS:=+libuci +libubox +ubus +libpthread +(TARGET_iopsys_ramips_ex400):swconfig +(TARGET_iopsys_ramips_ex400):libnl-tiny +libopenssl
|
|
TITLE:=router info daemon
|
|
endef
|
|
|
|
define Package/questd/description
|
|
questd collects system and network information and presents
|
|
this information via ubus
|
|
endef
|
|
|
|
define Package/questd/install
|
|
$(CP) ./files/* $(1)/
|
|
$(INSTALL_DIR) $(1)/sbin
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/questd $(1)/sbin/
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/wificontrol $(1)/sbin/
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/graphd $(1)/sbin/
|
|
$(INSTALL_DIR) $(1)/usr/bin
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/netcheck $(1)/usr/bin/
|
|
endef
|
|
|
|
$(eval $(call BuildPackage,questd))
|