ipv6-support: don't overwrite existing setting across reflashs
SVN-Revision: 35302
This commit is contained in:
parent
231f8c2969
commit
a81c76617e
2 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ipv6-support
|
||||
PKG_VERSION:=2013-01-18
|
||||
PKG_VERSION:=2013-01-23
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Don't override existing settings
|
||||
uci get network.globals && exit 0
|
||||
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
set network.globals=globals
|
||||
set network.globals.ula_prefix=auto
|
||||
|
|
Loading…
Reference in a new issue