Ensure CONFIG_SELINUX is not enforced
For an unknown reason, CONFIG_SELINUX is considered by the ImageBuilder to be
enabled at cook() time. This forces procd-selinux to be installed instead of
procd (a dependency of mini_snmpd). This is possibly caused by OpenWrt commit
d355b578b7cc95c5b07fcecb217dbac4c05bd49c. Therefore, adding the mini_snmpd
package, which would normally depend on procd only, now also adds
procd-selinux. thus creating a conflict.
Fixes #483
Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net>