From: Hector Espert Date: Sat, 23 May 2026 20:35:07 +0000 (+0200) Subject: boinc: resolve openwrt release X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a17068dc88e044c17ef04d41cbdf0e0cde4f54fd;p=openwrt-packages.git boinc: resolve openwrt release Allow boinc to read /etc/os-release to resolve openwrt version Signed-off-by: Hector Espert --- diff --git a/net/boinc/Makefile b/net/boinc/Makefile index 0770744f7..dc740c112 100644 --- a/net/boinc/Makefile +++ b/net/boinc/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=boinc PKG_VERSION:=8.2.11 PKG_VERSION_SHORT:=$(shell echo $(PKG_VERSION)| cut -f1,2 -d.) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/BOINC/boinc @@ -43,7 +43,7 @@ define Package/boinc/description desktop computers. The developers' web site at the University of Berkeley serves as a common portal to the otherwise independently run projects. - + This package provides the BOINC core client program that is required to participate in any project that uses BOINC to control what projects to join and to determine constraints for the computation diff --git a/net/boinc/files/boinc-client.init b/net/boinc/files/boinc-client.init index 50252d0f3..f9065a37b 100755 --- a/net/boinc/files/boinc-client.init +++ b/net/boinc/files/boinc-client.init @@ -53,6 +53,7 @@ start_service() { procd_add_jail_mount /etc/TZ procd_add_jail_mount /proc/cpuinfo /proc/meminfo procd_add_jail_mount /etc/ssl/certs/ca-certificates.crt + procd_add_jail_mount /etc/os-release procd_add_jail_mount $PRESETDIR procd_add_jail_mount_rw $BOINCDIR