From fda36c539acf3e0161e576baf18a5c7b9e686b21 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 29 Oct 2006 05:53:13 +0000 Subject: sync dropbear init script with whiterussian, fix locking and add config integration by Carlos Sobrinho SVN-Revision: 5331 --- package/dropbear/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/dropbear/Makefile') diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 18e4a45708..546facf923 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -106,6 +106,8 @@ define Package/dropbear/install ln -sf ../sbin/dropbear $(1)/usr/bin/ssh ln -sf ../sbin/dropbear $(1)/usr/bin/dbclient ln -sf ../sbin/dropbear $(1)/usr/bin/dropbearkey + install -d -m0755 $(1)/etc/config + install -m0755 ./files/dropbear.config $(1)/etc/config/dropbear install -d -m0755 $(1)/etc/init.d install -m0755 ./files/dropbear.init $(1)/etc/init.d/dropbear endef -- cgit v1.2.3