From c2086acd305bd0e37e3c1a11b03ce74bab128432 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5331 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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