ipv6-support: Fix typo in dhcpv6-script * thanks to KarlHegbloom for reporting
SVN-Revision: 34940
This commit is contained in:
parent
624eb36fff
commit
4c09d5dde3
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ipv6-support
|
PKG_NAME:=ipv6-support
|
||||||
PKG_VERSION:=2012-12-30
|
PKG_VERSION:=2012-12-31
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
|
@ -30,7 +30,7 @@ setup_prefix_fallback "$fallback" "$network" "$device"
|
||||||
|
|
||||||
|
|
||||||
# Operations in case of success
|
# Operations in case of success
|
||||||
[ "$state" == "timeout" || "$state" == "unbound" ] && exit 0
|
[ "$state" == "timeout" -o "$state" == "unbound" ] && exit 0
|
||||||
|
|
||||||
local peerdns
|
local peerdns
|
||||||
config_get_bool peerdns "$network" peerdns 1
|
config_get_bool peerdns "$network" peerdns 1
|
||||||
|
|
Loading…
Reference in a new issue