strongswan: run sleep with integer argument
authorStijn Tintel <redacted>
Mon, 29 Feb 2016 04:21:16 +0000 (05:21 +0100)
committerStijn Tintel <redacted>
Wed, 6 Jul 2016 17:54:40 +0000 (19:54 +0200)
commit064d166efd1860e52f186b5584fe236da88505e9
treebdc6236553f217920cc90f420fec6b4408e73e51
parentb5a33121001420ccc7ec63273539e6b5dc684ad6
strongswan: run sleep with integer argument

The default busybox config used by OpenWrt does not enable floating
point number support for the sleep applet. This can cause an error when
stopping or restarting strongswan:

sleep: invalid number '0.1'

Replace the float with an integer to fix this.

Signed-off-by: Stijn Tintel <redacted>
net/strongswan/Makefile
net/strongswan/patches/210-sleep.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT