bump Linux 3.18 trunk revision to 47027; bump Linux 3.18 kernel version to 3.18.21
[ps3openwrt_patches.git] / dropbear-no-empty-host-keys.patch
blobcc49bf9f2345f1caf178d1e42a1c599d9338b812
1 Index: package/network/services/dropbear/Makefile
2 ===================================================================
3 --- package/network/services/dropbear/Makefile (revision 33934)
4 +++ package/network/services/dropbear/Makefile (working copy)
5 @@ -103,9 +103,6 @@
6 $(INSTALL_DIR) $(1)/etc/init.d
7 $(INSTALL_BIN) ./files/dropbear.init $(1)/etc/init.d/dropbear
8 $(INSTALL_DIR) $(1)/usr/lib/opkg/info
9 - $(INSTALL_DIR) $(1)/etc/dropbear
10 - touch $(1)/etc/dropbear/dropbear_rsa_host_key
11 - touch $(1)/etc/dropbear/dropbear_dss_host_key
12 endef
14 define Package/dropbearconvert/install