diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 17:49:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 17:49:11 +0000 |
commit | 8f655c0756e1583ff6c6cf92a2ed0787c55aa1f6 (patch) | |
tree | 00017a593a674f0ef716deb65fe713c45701daf4 /openwrt/package/dropbear/Makefile | |
parent | 585d8f385b078aa2c500e64e4cd94627ce29e24a (diff) | |
download | mtk-20170518-8f655c0756e1583ff6c6cf92a2ed0787c55aa1f6.zip mtk-20170518-8f655c0756e1583ff6c6cf92a2ed0787c55aa1f6.tar.gz mtk-20170518-8f655c0756e1583ff6c6cf92a2ed0787c55aa1f6.tar.bz2 |
move passwd from dropbear package to target_skeleton
SVN-Revision: 441
Diffstat (limited to 'openwrt/package/dropbear/Makefile')
-rw-r--r-- | openwrt/package/dropbear/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index 48d0068..9820354 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/package/dropbear/Makefile @@ -65,7 +65,6 @@ $(PACKAGE_DIR)/$(DROPBEAR_IPK): $(DROPBEAR_DIR)/$(DROPBEAR_BINARY) ln -sf ../sbin/dropbear $(DROPBEAR_IPK_DIR)/usr/bin/dropbearkey ln -sf ../sbin/dropbear $(DROPBEAR_IPK_DIR)/usr/bin/dropbearconvert mkdir -p $(DROPBEAR_IPK_DIR)/etc/init.d - cp ./files/passwd $(DROPBEAR_IPK_DIR)/etc cp ./files/S50dropbear $(DROPBEAR_IPK_DIR)/etc/init.d/ chmod a+x $(DROPBEAR_IPK_DIR)/etc/init.d/S50dropbear $(IPKG_BUILD) $(DROPBEAR_IPK_DIR) $(PACKAGE_DIR) |