From 8f655c0756e1583ff6c6cf92a2ed0787c55aa1f6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 24 Mar 2005 17:49:11 +0000 Subject: [PATCH] move passwd from dropbear package to target_skeleton SVN-Revision: 441 --- openwrt/package/dropbear/Makefile | 1 - .../dropbear/files => target/default/target_skeleton/etc}/passwd | 0 2 files changed, 1 deletion(-) rename openwrt/{package/dropbear/files => target/default/target_skeleton/etc}/passwd (100%) diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index 48d0068c4f..9820354971 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) diff --git a/openwrt/package/dropbear/files/passwd b/openwrt/target/default/target_skeleton/etc/passwd similarity index 100% rename from openwrt/package/dropbear/files/passwd rename to openwrt/target/default/target_skeleton/etc/passwd