packages_14.07: strongswan: moved to github
[14.07/packages.git] / net / strongswan / Config.in
diff --git a/net/strongswan/Config.in b/net/strongswan/Config.in
deleted file mode 100644 (file)
index 10b4ec6..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-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