summaryrefslogtreecommitdiff
path: root/package/pppd
diff options
context:
space:
mode:
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>2016-10-21 23:15:56 +0530
committerPeter Korsgaard <peter@korsgaard.com>2016-10-22 14:56:53 +0200
commit4da424cfbe040c88f65773e0a1db58a6f396522d (patch)
treea1979d90e9bf2faa56d28a60a1bfc1b0266be4d2 /package/pppd
parent342ef8e3ca81dba8d6ea9515b9f4c74df720bedf (diff)
pppd: fix config file name
When radius plugin is enabled, we get following error: /usr/bin/install: cannot stat '/home/rahul.bedarkar/buildroot/output/build/pppd-2.4.7/pppd/plugins/radius/etc/server': No such file or directory Name of config file is 'servers' instead of 'server'. Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/pppd')
-rw-r--r--package/pppd/pppd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pppd/pppd.mk b/package/pppd/pppd.mk
index 92897be9d..3741f92c4 100644
--- a/package/pppd/pppd.mk
+++ b/package/pppd/pppd.mk
@@ -18,7 +18,7 @@ PPPD_TARGET_BINS = chat pppd pppdump pppstats
PPPD_RADIUS_CONF = \
dictionary dictionary.ascend dictionary.compat \
dictionary.merit dictionary.microsoft \
- issue port-id-map realms server radiusclient.conf
+ issue port-id-map realms servers radiusclient.conf
ifeq ($(BR2_PACKAGE_PPPD_FILTER),y)
PPPD_DEPENDENCIES += libpcap