diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 21:23:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-24 21:23:31 +0000 |
commit | 27bf75beace099fe51a8682bb2664f2150b18d22 (patch) | |
tree | 06df457f8ff4cd6e28994a99b51d8983c7f30e88 /openwrt/package/dropbear/Makefile | |
parent | 152e98f5f5c88805dc0ae12f3571926e1409161c (diff) | |
download | mtk-20170518-27bf75beace099fe51a8682bb2664f2150b18d22.zip mtk-20170518-27bf75beace099fe51a8682bb2664f2150b18d22.tar.gz mtk-20170518-27bf75beace099fe51a8682bb2664f2150b18d22.tar.bz2 |
remove conffiles for dropbear (was /etc/passwd)
SVN-Revision: 449
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 9820354..ef25b3a 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) \ |