diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-29 05:53:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-29 05:53:13 +0000 |
commit | fda36c539acf3e0161e576baf18a5c7b9e686b21 (patch) | |
tree | f6ce38d9490f54fa776f8fa059390a0262172e92 /package/dropbear/Makefile | |
parent | 12ccb1ed734641f5a31c992a4cded3c7016f96fd (diff) | |
download | upstream-fda36c539acf3e0161e576baf18a5c7b9e686b21.tar.gz upstream-fda36c539acf3e0161e576baf18a5c7b9e686b21.tar.bz2 upstream-fda36c539acf3e0161e576baf18a5c7b9e686b21.zip |
sync dropbear init script with whiterussian, fix locking and add config integration by Carlos Sobrinho
SVN-Revision: 5331
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r-- | package/dropbear/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |