mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
27 lines
489 B
Text
27 lines
489 B
Text
if PACKAGE_netmngr
|
|
|
|
config NETMNGR_GRE_OBJ
|
|
bool "Enable Device.GRE. Object"
|
|
default y
|
|
|
|
config NETMNGR_IP_OBJ
|
|
bool "Enable Device.IP. Object"
|
|
default y
|
|
|
|
config NETMNGR_ROUTING_OBJ
|
|
bool "Enable Device.Routing. Object"
|
|
default y
|
|
|
|
config NETMNGR_PPP_OBJ
|
|
bool "Enable Device.PPP. Object"
|
|
default y
|
|
|
|
config NETMNGR_ROUTER_ADVERTISEMENT_OBJ
|
|
bool "Enable Device.RouterAdvertisement. Object"
|
|
default y
|
|
|
|
config NETMNGR_IPV6RD_OBJ
|
|
bool "Enable Device.IPv6rd. Object"
|
|
default y
|
|
|
|
endif
|