From: Nicolas Thill Date: Fri, 4 Jun 2010 00:39:14 +0000 (+0000) Subject: babel: fix typo in initscript, bump release number X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5a88799bd9d8910d4d40c38aeb985b9c476a8240;p=openwrt%2Fsvn-archive%2Fpackages.git babel: fix typo in initscript, bump release number SVN-Revision: 21667 --- diff --git a/net/babel/Makefile b/net/babel/Makefile index c83a6b329..b99e3d947 100644 --- a/net/babel/Makefile +++ b/net/babel/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=babeld PKG_VERSION:=1.0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/ diff --git a/net/babel/files/babeld.init b/net/babel/files/babeld.init index dfcf70098..c938248e9 100755 --- a/net/babel/files/babeld.init +++ b/net/babel/files/babeld.init @@ -20,7 +20,7 @@ append_ifname() { local switch="$3" local _name config_get _name "$section" "$option" - [ -z "$name" ] && return 0 + [ -z "$_name" ] && return 0 local _uciname=`uci get -q -P /var/state network.$_name.ifname` append args "$switch ${_uciname:-$_name}" }