From c577e1827f78a8c538fe59e1dfc075d6f3802d62 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 9 Dec 2008 10:32:28 +0000 Subject: [PATCH] packages/net/olsrd: add example to use custom configs instead of uci SVN-Revision: 13562 --- net/olsrd/Makefile | 2 +- net/olsrd/files/olsrd.config | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net/olsrd/Makefile b/net/olsrd/Makefile index 01e597c2c..889ff626b 100644 --- a/net/olsrd/Makefile +++ b/net/olsrd/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=olsrd PKG_VERSION:=0.5.6-r3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 diff --git a/net/olsrd/files/olsrd.config b/net/olsrd/files/olsrd.config index 78c5a22dc..793c4f609 100644 --- a/net/olsrd/files/olsrd.config +++ b/net/olsrd/files/olsrd.config @@ -1,4 +1,7 @@ config olsrd + # uncomment the following line to use a custom config file instead: + #option config_file '/etc/olsrd.conf' + option IpVersion '4' config LoadPlugin -- 2.30.2