diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-05 15:34:48 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-05 15:34:48 +0000 |
commit | bbec1c7f78307b9ba021aecccc8f5bc34e9110cc (patch) | |
tree | 62bd06fd38180ff008a6bd5030dad2e806a22c27 | |
parent | 6d327c7a6bda0c13f3bb2f54773c9fc796914966 (diff) |
Also use INSTALL_CONF for ppp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5994 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/ppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 7f11f65c8..2938b915e 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 |