summaryrefslogtreecommitdiffstats
path: root/package/dropbear/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-24 21:23:31 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-24 21:23:31 +0000
commit33748edbf2d3a18dd49f74032faf0f8e5f06d7fd (patch)
treeea7ed4451a29c67cc99e419aa34ff67f3c4ba27c /package/dropbear/Makefile
parentebd5c1149c669197c10b77faca935226f6e30347 (diff)
remove conffiles for dropbear (was /etc/passwd)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@449 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r--package/dropbear/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile
index 982035497..ef25b3ade 100644
--- a/package/dropbear/Makefile
+++ b/package/dropbear/Makefile
@@ -54,7 +54,6 @@ $(DROPBEAR_DIR)/$(DROPBEAR_BINARY): $(DROPBEAR_DIR)/.configured
$(PACKAGE_DIR)/$(DROPBEAR_IPK): $(DROPBEAR_DIR)/$(DROPBEAR_BINARY)
$(SCRIPT_DIR)/make-ipkg-dir.sh $(DROPBEAR_IPK_DIR) dropbear.control $(DROPBEAR_VERSION)-1 $(ARCH)
- cp dropbear.conffiles $(DROPBEAR_IPK_DIR)/CONTROL/conffiles
mkdir -p $(DROPBEAR_IPK_DIR)/usr/bin
mkdir -p $(DROPBEAR_IPK_DIR)/usr/sbin
install -m 755 $(DROPBEAR_DIR)/$(DROPBEAR_BINARY) \