base-files: do not generate ULA prefix

(cherry picked from commit 9f853eb850)
This commit is contained in:
LGA1150 2019-01-02 01:04:39 +08:00 committed by Tianling Shen
parent 85a15a1093
commit ee76f4feb2
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -49,7 +49,6 @@ generate_static_network() {
uci -q batch <<-EOF
delete network.globals
set network.globals='globals'
set network.globals.ula_prefix='auto'
EOF
}