diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-19 10:36:57 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-19 10:36:57 +0000 |
commit | 7d0ebeb7d008e49de31ce825be79371ba394a874 (patch) | |
tree | ee5fdbd09d10f1d5620593e71b243e88828c3dea | |
parent | a54b1945c407b7fecaae8aac57fa3338eb11a3bc (diff) |
* luci/contrib/olsr: remove "option latlon_file /dev/null" from default config, will destroy system /dev/null
-rw-r--r-- | contrib/package/olsrd-luci/Makefile | 2 | ||||
-rw-r--r-- | contrib/package/olsrd-luci/files/etc/config/olsrd | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/contrib/package/olsrd-luci/Makefile b/contrib/package/olsrd-luci/Makefile index c437dceb7..6b83cb590 100644 --- a/contrib/package/olsrd-luci/Makefile +++ b/contrib/package/olsrd-luci/Makefile @@ -12,7 +12,7 @@ include $(TOPDIR)/rules.mk PKG_BASENAME:=olsrd PKG_NAME:=$(PKG_BASENAME)-luci PKG_VERSION:=0.5.6 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_BASENAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_BASENAME)-$(PKG_VERSION).tar.bz2 diff --git a/contrib/package/olsrd-luci/files/etc/config/olsrd b/contrib/package/olsrd-luci/files/etc/config/olsrd index 4ce5bdac1..117a93e4b 100644 --- a/contrib/package/olsrd-luci/files/etc/config/olsrd +++ b/contrib/package/olsrd-luci/files/etc/config/olsrd @@ -17,7 +17,6 @@ config 'LoadPlugin' option 'name' 'luci-node' option 'suffix' '.olsr' option 'hosts_file' '/var/etc/hosts.olsr' - option 'latlon_file' '/dev/null' config 'LoadPlugin' option 'library' 'olsrd_txtinfo.so.0.1' |