From 75894edf2f309a31f9f21ea1b35d42b3dec1e1ed Mon Sep 17 00:00:00 2001
From: Tim Yardley <lst@openwrt.org>
Date: Thu, 4 Jan 2007 16:51:41 +0000
Subject: [PATCH] /etc/config/* should use INSTALL_DATA

SVN-Revision: 5976
---
 package/dropbear/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile
index 26a7616e99..9dba9f4a7c 100644
--- a/package/dropbear/Makefile
+++ b/package/dropbear/Makefile
@@ -106,7 +106,7 @@ define Package/dropbear/install
 	ln -sf ../sbin/dropbear $(1)/usr/bin/dbclient
 	ln -sf ../sbin/dropbear $(1)/usr/bin/dropbearkey
 	$(INSTALL_DIR) $(1)/etc/config
-	$(INSTALL_BIN) ./files/dropbear.config $(1)/etc/config/dropbear
+	$(INSTALL_DATA) ./files/dropbear.config $(1)/etc/config/dropbear
 	$(INSTALL_DIR) $(1)/etc/init.d
 	$(INSTALL_BIN) ./files/dropbear.init $(1)/etc/init.d/dropbear
 endef
-- 
GitLab