diff options
| author | John Hay <jhay@FreeBSD.org> | 2008-10-11 06:18:20 +0000 |
|---|---|---|
| committer | John Hay <jhay@FreeBSD.org> | 2008-10-11 06:18:20 +0000 |
| commit | db316ad2ea13dfe03a41debc04fe643c12743d09 (patch) | |
| tree | ca7afd4ce6c116add2ee19f9c01322aa302a61b8 /net/olsrd/files/patch-Makefile | |
| parent | Build USB and FTDI dongle support by default. (diff) | |
Update to olsrd 0.5.6-r2. Take over maintainership.
Diffstat (limited to 'net/olsrd/files/patch-Makefile')
| -rw-r--r-- | net/olsrd/files/patch-Makefile | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/net/olsrd/files/patch-Makefile b/net/olsrd/files/patch-Makefile index 68a6defcff5b..688f69fb3eb8 100644 --- a/net/olsrd/files/patch-Makefile +++ b/net/olsrd/files/patch-Makefile @@ -1,19 +1,22 @@ ---- Makefile.orig 2007-10-20 13:27:59.000000000 +0200 -+++ Makefile 2007-10-20 18:58:02.000000000 +0200 -@@ -107,12 +107,14 @@ +--- Makefile.orig 2008-01-02 16:00:15.000000000 +0200 ++++ Makefile 2008-01-04 12:23:05.000000000 +0200 +@@ -102,15 +102,15 @@ install_olsrd: install_bin @echo ========= C O N F I G U R A T I O N - F I L E ============ @echo $(EXENAME) uses the configfile $(CFGFILE) - @echo a default configfile. A sample RFC-compliance aimed -- @echo configfile can be installed. Note that a LQ-based configfile +- @echo configfile can be found in olsrd.conf.default.rfc. +- @echo However none of the larger OLSRD using networks use that +- @echo so install a configfile with activated link quality exstensions +- @echo per default. - @echo can be found at files/olsrd.conf.default.lq -+ @echo an RFC compliant version is installed as $(CFGFILE).rfc -+ @echo an LQ version is installed as $(CFGFILE).lq -+ @echo an LQ fisheye version is installed as $(CFGFILE).lq-fisheye ++ @echo a default configfile. Sample config files are ++ @echo installed as $(CFGFILE).rfc, $(CFGFILE).lq and ++ @echo $(CFGFILE).lq-fishey + @echo copy and edit one of these to $(CFGFILE) @echo ========================================================== -- mkdir -p $(ETCDIR) -- -cp -i files/olsrd.conf.default.rfc $(CFGFILE) + mkdir -p $(ETCDIR) +- -cp -i files/olsrd.conf.default.lq $(CFGFILE) + -cp files/olsrd.conf.default.rfc $(CFGFILE).rfc + -cp files/olsrd.conf.default.lq $(CFGFILE).lq + -cp files/olsrd.conf.default.lq-fisheye $(CFGFILE).lq-fisheye |
