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

SVN-Revision: 34940
master
Steven Barth 12 years ago
parent 624eb36fff
commit 4c09d5dde3
  1. 2
      package/network/ipv6/ipv6-support/Makefile
  2. 2
      package/network/ipv6/ipv6-support/files/dhcpv6.sh

@ -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

@ -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

Loading…
Cancel
Save