[packages] strongswan: upgrade to 5.1.1
[openwrt/svn-archive/archive.git] / net / strongswan / Config.in
1 menu "Configuration"
2 depends on PACKAGE_strongswan
3
4 # --with-random-device
5 config STRONGSWAN_DEVICE_RANDOM
6 string
7 prompt "Set the device to read real random data from"
8 default "/dev/random"
9
10 # --with-urandom-device
11 config STRONGSWAN_DEVICE_URANDOM
12 string
13 prompt "Set the device to read pseudo random data from"
14 default "/dev/urandom"
15
16 # --with-routing-table
17 config STRONGSWAN_ROUTING_TABLE
18 string
19 prompt "Set the IPsec routing table ID"
20 default "220"
21
22 # --with-routing-table-prio
23 config STRONGSWAN_ROUTING_TABLE_PRIO
24 string
25 prompt "Set the IPsec routing table priority"
26 default "220"
27
28 endmenu