* luci/contrib/olsr: remove "option latlon_file /dev/null" from default config, will...
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 19 Sep 2008 10:36:57 +0000 (10:36 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 19 Sep 2008 10:36:57 +0000 (10:36 +0000)
contrib/package/olsrd-luci/Makefile
contrib/package/olsrd-luci/files/etc/config/olsrd

index c437dce..6b83cb5 100644 (file)
@@ -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
index 4ce5bda..117a93e 100644 (file)
@@ -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'