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 /contrib/package/olsrd-luci/Makefile | |
parent | a54b1945c407b7fecaae8aac57fa3338eb11a3bc (diff) |
* luci/contrib/olsr: remove "option latlon_file /dev/null" from default config, will destroy system /dev/null
Diffstat (limited to 'contrib/package/olsrd-luci/Makefile')
-rw-r--r-- | contrib/package/olsrd-luci/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |