From efeebb25e0e0e707d17aa7bf68458b048ab96672 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 24 Mar 2005 17:49:11 +0000 Subject: move passwd from dropbear package to target_skeleton git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@441 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/dropbear/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'package/dropbear/Makefile') diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 48d0068c4f..9820354971 100644 --- a/package/dropbear/Makefile +++ b/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) -- cgit v1.2.3