* luci/contrib/olsr: remove "option latlon_file /dev/null" from default config, will destroy system /dev/null
This commit is contained in:
parent
a54b1945c4
commit
7d0ebeb7d0
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue