mirror of
https://github.com/openwrt/packages.git
synced 2025-12-15 23:21:19 +00:00
Compare commits
5 Commits
dfe2967675
...
d83488b077
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d83488b077 | ||
|
|
afd2ef4f3a | ||
|
|
aecb53a8f7 | ||
|
|
10febdb24a | ||
|
|
83f3e116b1 |
@@ -1,13 +1,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=qbee-agent
|
||||
PKG_VERSION:=2025.34
|
||||
PKG_VERSION:=2025.49
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/qbee-io/qbee-agent.git
|
||||
PKG_SOURCE_VERSION:=e1c6ced58a7d5714ba413695a105177da0d5dd3a
|
||||
PKG_MIRROR_HASH:=c27f89de3456d63af575e234d919cea916f892779e56f34b6a80659d5daa7d7e
|
||||
PKG_SOURCE_VERSION:=9493a57f7f4f2cb4c0db3dfd1812042b96479fc2
|
||||
PKG_MIRROR_HASH:=b07c3c51447da45d6139c305a0f92bcd85b502ab3cc2af0b8afb99f73ae43288
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=modemmanager
|
||||
PKG_VERSION:=1.24.0
|
||||
PKG_RELEASE:=7
|
||||
PKG_RELEASE:=8
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git
|
||||
|
||||
@@ -526,13 +526,6 @@ modemmanager_init_epsbearer() {
|
||||
local connectargs="$3"
|
||||
local apn="$4"
|
||||
|
||||
[ "$eps" != 'none' ] && [ -z "${apn}" ] && {
|
||||
echo "No '$eps' init eps bearer apn configured"
|
||||
proto_notify_error "${interface}" MM_INIT_EPS_BEARER_APN_NOT_CONFIGURED
|
||||
proto_block_restart "${interface}"
|
||||
return 1
|
||||
}
|
||||
|
||||
if [ "$eps" = "none" ]; then
|
||||
echo "Deleting inital EPS bearer..."
|
||||
else
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=telegraf
|
||||
PKG_VERSION:=1.36.4
|
||||
PKG_VERSION:=1.37.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/influxdata/telegraf/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=d4f647b3ff995698e4490cf9f156ec6d53552cd16287782a196c937ff8d748c3
|
||||
PKG_HASH:=1f05448f5026bff30f8a2b7ec04936c7967b7bb28d86d09f15a617c02071bb77
|
||||
|
||||
PKG_MAINTAINER:=Niklas Thorild <niklas@thorild.se>
|
||||
PKG_LICENSE:=MIT
|
||||
@@ -23,7 +23,7 @@ GO_PKG_BUILD_PKG:=github.com/influxdata/telegraf/cmd/telegraf
|
||||
GO_PKG_LDFLAGS_X := \
|
||||
github.com/influxdata/telegraf/internal.Version=$(PKG_VERSION) \
|
||||
github.com/influxdata/telegraf/internal.Branch=HEAD \
|
||||
github.com/influxdata/telegraf/internal.Commit=467473bd
|
||||
github.com/influxdata/telegraf/internal.Commit=f80cc596
|
||||
|
||||
ifeq ($(CONFIG_mips)$(CONFIG_mipsel),y)
|
||||
TARGET_LDFLAGS += -static
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
|
||||
[ -f /etc/telegraf.conf ] && exit 0
|
||||
|
||||
/usr/bin/telegraf config create > /etc/telegraf.conf
|
||||
HOME=/root /usr/bin/telegraf config create > /etc/telegraf.conf
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user