Read PRETTY_NAME from /etc/os-release via /bin/sh for distro output.
Bump PKG_RELEASE to account for the package configuration change.
Signed-off-by: Kamil Bienkiewicz <redacted>
PKG_NAME:=net-snmp
PKG_VERSION:=5.9.4
-PKG_RELEASE:=7
+PKG_RELEASE:=9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/net-snmp
option args /proc/sys/fs/file-nr
# option miboid 1.2.3.4
+config extend
+ option name distro
+ option prog /bin/sh
+ option args "-c '. /etc/os-release; echo \"$PRETTY_NAME\"'"
+
config engineid
# option engineid 'LEDE'
option engineidtype '3'