From 4a53a14af5f2de72dfb791a927cfab48b8f49c83 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/olsrd@13562 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 2 +- files/olsrd.config | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01e597c..889ff62 100644 --- a/Makefile +++ b/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/files/olsrd.config b/files/olsrd.config index 78c5a22..793c4f6 100644 --- a/files/olsrd.config +++ b/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.35.1