summaryrefslogtreecommitdiffstats
path: root/package/dropbear/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-29 05:53:13 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-29 05:53:13 +0000
commitb0e1edba81e9169e270c03fc6a6c6eb8987c1b84 (patch)
tree5e9f17ed007f489e45abadc78bc367fb63f05545 /package/dropbear/Makefile
parentfbaefdbf9de2fc01f684260562c0edc8912ceb22 (diff)
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
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r--package/dropbear/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile
index 18e4a4570..546facf92 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