packages/net/olsrd: add example to use custom configs instead of uci
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13562 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1aa49d3cb8
commit
f628431df6
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=olsrd
|
PKG_NAME:=olsrd
|
||||||
PKG_VERSION:=0.5.6-r3
|
PKG_VERSION:=0.5.6-r3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
config olsrd
|
config olsrd
|
||||||
|
# uncomment the following line to use a custom config file instead:
|
||||||
|
#option config_file '/etc/olsrd.conf'
|
||||||
|
|
||||||
option IpVersion '4'
|
option IpVersion '4'
|
||||||
|
|
||||||
config LoadPlugin
|
config LoadPlugin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user