blob: 41183ec278b6fb9cd4c49fd7d452c3e1c4a831f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# add the net and the net drivers, and the SNMP parts
pkgconf -disable-uitron -enable-net -enable-net_drivers -enable-snmplib -enable-snmpagent -enable-autotest
# larger heap for SNMP to run? Not needed any more.
# asserts on
header infra.h {
enable CYGPKG_INFRA_DEBUG
}
|