packages/net/strongswan/Config.in
luka eeba2691fc [packages] strongswan: add package (version 5.0.0)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32716 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-14 23:16:06 +00:00

29 lines
607 B
Plaintext

menu "Configuration"
depends on PACKAGE_strongswan
# --with-random-device
config STRONGSWAN_DEVICE_RANDOM
string
prompt "Set the device to read real random data from"
default "/dev/random"
# --with-urandom-device
config STRONGSWAN_DEVICE_URANDOM
string
prompt "Set the device to read pseudo random data from"
default "/dev/urandom"
# --with-routing-table
config STRONGSWAN_ROUTING_TABLE
string
prompt "Set the IPsec routing table ID"
default "220"
# --with-routing-table-prio
config STRONGSWAN_ROUTING_TABLE_PRIO
string
prompt "Set the IPsec routing table priority"
default "220"
endmenu