X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f52d66ff00b24111f87c274d3d7085ef2e1d27b1..5be70dfb578c8793084aa8b4526fad08d68a6155:/package/dropbear/Makefile diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index b28b44ef9..1f4e47d4e 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -29,7 +29,6 @@ define Package/dropbear $(call Package/dropbear/Default) SECTION:=net CATEGORY:=Base system - DEFAULT:=y TITLE:=Small SSH2 client/server DESCRIPTION:=\ A small SSH2 server/client designed for small memory environments. @@ -106,8 +105,10 @@ 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/S50dropbear + install -m0755 ./files/dropbear.init $(1)/etc/init.d/dropbear endef define Package/dropbearconvert/install