From: florian Date: Fri, 5 Jan 2007 15:34:48 +0000 (+0000) Subject: Also use INSTALL_CONF for ppp X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=bbec1c7f78307b9ba021aecccc8f5bc34e9110cc;p=openwrt.git Also use INSTALL_CONF for ppp git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5994 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 7f11f65c8c..2938b915ef 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -117,7 +117,7 @@ define Package/ppp/install $(INSTALL_DIR) $(1)/lib/network $(INSTALL_BIN) ./files/ppp.sh $(1)/lib/network/ $(INSTALL_DIR) $(1)/etc/ppp - install -m0600 ./files/etc/ppp/chap-secrets $(1)/etc/ppp/ + $(INSTALL_CONF) ./files/etc/ppp/chap-secrets $(1)/etc/ppp/ $(INSTALL_DATA) ./files/etc/ppp/filter $(1)/etc/ppp/ $(INSTALL_BIN) ./files/etc/ppp/ip-up $(1)/etc/ppp/ $(INSTALL_DIR) $(1)/etc/ppp/ip-up.d @@ -152,7 +152,7 @@ define Package/ppp-mod-radius/install $(INSTALL_DIR) $(1)/etc/ppp/radius $(INSTALL_DATA) ./files/etc/ppp/radius/dictionary* \ $(1)/etc/ppp/radius/ - install -m0600 ./files/etc/ppp/radius/servers \ + $(INSTALL_CONF) ./files/etc/ppp/radius/servers \ $(1)/etc/ppp/radius/ endef