ipv6-support: Fix typo in dhcpv6-script * thanks to KarlHegbloom for reporting

SVN-Revision: 34940
This commit is contained in:
Steven Barth 2012-12-31 09:38:59 +00:00
parent 624eb36fff
commit 4c09d5dde3
2 changed files with 2 additions and 2 deletions
package/network/ipv6/ipv6-support

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ipv6-support
PKG_VERSION:=2012-12-30
PKG_VERSION:=2012-12-31
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk

View File

@ -30,7 +30,7 @@ setup_prefix_fallback "$fallback" "$network" "$device"
# Operations in case of success
[ "$state" == "timeout" || "$state" == "unbound" ] && exit 0
[ "$state" == "timeout" -o "$state" == "unbound" ] && exit 0
local peerdns
config_get_bool peerdns "$network" peerdns 1