mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
php: fix build error for snmp extension
PHP requires that net-snmp be built with the ability to load MIB code, so force it on when the extension is enabled. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
05d7b16f53
commit
48189d9500
@ -219,6 +219,7 @@ config BR2_PACKAGE_PHP_EXT_FTP
|
|||||||
config BR2_PACKAGE_PHP_EXT_SNMP
|
config BR2_PACKAGE_PHP_EXT_SNMP
|
||||||
bool "SNMP"
|
bool "SNMP"
|
||||||
select BR2_PACKAGE_NETSNMP
|
select BR2_PACKAGE_NETSNMP
|
||||||
|
select BR2_PACKAGE_NETSNMP_ENABLE_MIBS
|
||||||
help
|
help
|
||||||
SNMP support
|
SNMP support
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user