dropbear: fix missing directory with systemd
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Wed, 28 May 2014 07:46:20 +0000 (09:46 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 28 May 2014 08:01:44 +0000 (10:01 +0200)
commitfe823b63741ba8eca70a534207d655f5affa927c
tree5c62666a3ede0c183e0dbe5c84a024e6749c49aa
parentbf22cea53fa2af48bde3010673d3babee1ae6873
dropbear: fix missing directory with systemd

The current SysV startup script create a directory which is necessary
for dropbear to correctly work.
This creation is not done with systemd.

Instead of both init creating the directory, we add the creation of this
directory to the INSTALL_TARGET_CMDS to make sure it's present.

[Peter: use make syntax for TARGET_DIR as pointed out by Thomas]
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dropbear/S50dropbear
package/dropbear/dropbear.mk