mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ipv6-support: don't overwrite existing setting across reflashs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35302 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user