Compare commits

...

9 Commits

Author SHA1 Message Date
sahbot
ed53412d36 [CI] Update changelog for release master_v1.0.4
GitOrigin-RevId: e140a1f7fa873c20a701c24c365326ae53598aa7
2023-03-15 17:36:40 +00:00
sahbot
b299e3495b Integrating gmap-mod-ethernet-dev to master_v1.9.0
Issue: NET-4588 Adapt to DHCPv4Server path change
GitOrigin-RevId: f67f4b4e03855db08708b4019532941c8f27992c
2023-03-15 17:36:40 +00:00
sahbot
dc7caa9e25 [CI] Update changelog for release master_v1.0.3
GitOrigin-RevId: cfabad89f57eacc29a654545c6cdb79d60e8ab1e
2023-03-13 07:20:57 +00:00
sahbot
052ea6c4c4 Integrating libgmap-client to master_v1.1.0
Issue: NET-4029 gmap config event handling: server and client side
GitOrigin-RevId: a245539ec0c4f7b8e500423e7e842c54a10f55c3
2023-03-13 07:20:57 +00:00
sahbot
35bde605ec [CI] Update changelog for release master_v1.0.2
GitOrigin-RevId: 1385463d96af00664417956b2f613147dbc78d17
2023-03-02 12:04:37 +00:00
sahbot
4133a52b21 Integrating gmap-client to master_v1.1.1
Issue: NET-4499 [amx][gmap-client] /etc/init.d/gmap-client does nothing on non-internal build
GitOrigin-RevId: cb540d8fb6a42af8eb01a2b75b05528f23be03e8
2023-03-02 12:04:37 +00:00
sahbot
ae7dc7c2ad [CI] Update changelog for release master_v1.0.1
GitOrigin-RevId: 727e8869488f093324d71d72f80f6183eb387d8b
2023-02-24 18:32:32 +00:00
sahbot
1bccc15463 Integrating gmap-mod-ethernet-dev to master_v1.8.0
Issue: NET-4008 Provide a parameter reference to the DHCP Client Lease
GitOrigin-RevId: c277f1a1f764f89ed93d10687a352f489259490a
2023-02-24 18:32:32 +00:00
sahbot
0f724029c0 Integrating gmap-mod-self to master_v1.3.0
Issue: NET-4537 Fix no logging when running standalone
GitOrigin-RevId: 957c6ec5fe182ebb959440c1680349a4d1aea7b6
2023-02-24 18:32:32 +00:00
5 changed files with 47 additions and 21 deletions

View File

@@ -8,6 +8,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## Release v1.0.4 - 2023-03-15(17:35:51 +0000)
### Other
- [gmap-mod-ethernet-dev](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev): Adapt to DHCPv4Server path change
## Release v1.0.3 - 2023-03-13(07:19:46 +0000)
### Other
- [libgmap-client](https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client): gmap config event handling: server and client side
## Release v1.0.2 - 2023-03-02(12:03:41 +0000)
### Other
- [gmap-client](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-client): [amx][gmap-client] /etc/init.d/gmap-client does nothing on non-internal build
## Release v1.0.1 - 2023-02-24(18:31:25 +0000)
### Other
- [gmap-mod-ethernet-dev](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev): Provide a parameter reference to the DHCP Client Lease
- [gmap-mod-self](https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-self): Fix no logging when running standalone
## Release v1.0.0 - 2023-02-23(13:52:50 +0000)
### Breaking

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmap-client
PKG_VERSION:=v1.1.0
PKG_VERSION:=v1.1.1
SHORT_DESCRIPTION:=gMap client plugin
PKG_SOURCE:=gmap-client-v1.1.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-client/-/archive/v1.1.0
PKG_HASH:=43c7d12af0c6f1e171e0a29d23a315ccd34c3e96313a637d68ca171178b0ef9e
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-client-v1.1.0
PKG_SOURCE:=gmap-client-v1.1.1.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-client/-/archive/v1.1.1
PKG_HASH:=c77f3a38651ae5a848479bb682c8bf750617935e178b2ec381da22b116f614f1
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-client-v1.1.1
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
@@ -19,6 +19,7 @@ PKG_RELEASE:=1
define SAHInit/Install
install -d ${PKG_INSTALL_DIR}/etc/rc.d/
ln -sfr ${PKG_INSTALL_DIR}/etc/init.d/$(COMPONENT) ${PKG_INSTALL_DIR}/etc/rc.d/S$(CONFIG_SAH_AMX_GMAP_CLIENT_ORDER)$(COMPONENT)
ln -sfr ${PKG_INSTALL_DIR}/etc/init.d/$(COMPONENT) ${PKG_INSTALL_DIR}/etc/rc.d/K$(CONFIG_SAH_AMX_GMAP_CLIENT_ORDER)$(COMPONENT)
endef
include $(INCLUDE_DIR)/package.mk
@@ -44,7 +45,7 @@ define Package/$(PKG_NAME)/description
endef
define Build/Compile
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_AMX_GMAP_CLIENT_ORDER=$(CONFIG_SAH_AMX_GMAP_CLIENT_ORDER) CONFIG_SAH_AMX_GMAP_CLIENT_ONE_PROCESS=$(CONFIG_SAH_AMX_GMAP_CLIENT_ONE_PROCESS))
$(call Build/Compile/Default, STAGINGDIR=$(STAGING_DIR) CONFIGDIR=$(STAGING_DIR) PKG_CONFIG_PATH=$(STAGING_DIR)/usr/lib/pkgconfig LIBDIR=/usr/lib INSTALL_LIB_DIR=/lib INSTALL_BIN_DIR=/bin RAW_VERSION=$(PKG_VERSION) HARDCO_HAL_DIR=$(STAGING_DIR)/usr/include CONFIG_SAH_AMX_GMAP_CLIENT_ORDER=$(CONFIG_SAH_AMX_GMAP_CLIENT_ORDER) CONFIG_SAH_AMX_GMAP_CLIENT_ONE_PROCESS=$(CONFIG_SAH_AMX_GMAP_CLIENT_ONE_PROCESS))
endef
define Build/Install

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmap-mod-ethernet-dev
PKG_VERSION:=v1.7.3
PKG_VERSION:=v1.9.0
SHORT_DESCRIPTION:=gMap component that adds discovered devices to the gmap datamodel and links them to the correct interface
PKG_SOURCE:=gmap-mod-ethernet-dev-v1.7.3.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev/-/archive/v1.7.3
PKG_HASH:=ccac45277aa000fdc54e9a44c5b0bb9582ea53a21360d4766714579ae5ffd5c5
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-ethernet-dev-v1.7.3
PKG_SOURCE:=gmap-mod-ethernet-dev-v1.9.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-ethernet-dev/-/archive/v1.9.0
PKG_HASH:=59b8fbf55a0b5bc5045b91f548f1a9328b75b32f28d9a9398a96a462602c3637
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-ethernet-dev-v1.9.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gmap-mod-self
PKG_VERSION:=v1.2.3
PKG_VERSION:=v1.3.0
SHORT_DESCRIPTION:=gmap module to fetch information about the hgw/repeater itself and the layer 2 'devices' on it
PKG_SOURCE:=gmap-mod-self-v1.2.3.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-self/-/archive/v1.2.3
PKG_HASH:=731b61090a60a3c1c9e3fce4c9144787edb2ea760bf1913734e0660a62403d38
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-self-v1.2.3
PKG_SOURCE:=gmap-mod-self-v1.3.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/applications/gmap-mod-self/-/archive/v1.3.0
PKG_HASH:=3ccf312d90ffac695c6d3e391ffea75983ff1b3427fbc18311f92dc6ea441a38
PKG_BUILD_DIR:=$(BUILD_DIR)/gmap-mod-self-v1.3.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE

View File

@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libgmap-client
PKG_VERSION:=v1.0.0
PKG_VERSION:=v1.1.0
SHORT_DESCRIPTION:=Client library for gmap modules
PKG_SOURCE:=libgmap-client-v1.0.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client/-/archive/v1.0.0
PKG_HASH:=069cf01f1bf21b660674fcdf830b9795c21c8a841e6e38049016083d32549596
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-client-v1.0.0
PKG_SOURCE:=libgmap-client-v1.1.0.tar.gz
PKG_SOURCE_URL:=https://gitlab.com/prpl-foundation/components/gmap/libraries/libgmap-client/-/archive/v1.1.0
PKG_HASH:=faf1fafaf477559a4e6d0d5b4d3a052ecf138886b82d9d05213554a8f51bfa4f
PKG_BUILD_DIR:=$(BUILD_DIR)/libgmap-client-v1.1.0
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE