diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-24 21:23:31 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-24 21:23:31 +0000 |
commit | e3b19a88713ff0219e0976681846372fee8ed255 (patch) | |
tree | 06df457f8ff4cd6e28994a99b51d8983c7f30e88 /openwrt/package/dropbear/Makefile | |
parent | fa8017e083e7e08ea792c3936a2f3f6e2f7dd4fb (diff) |
remove conffiles for dropbear (was /etc/passwd)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@449 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 9820354971..ef25b3ade5 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/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) \ |