base-files: do not generate ULA prefix

This commit is contained in:
LGA1150 2019-01-02 01:04:39 +08:00 committed by CN_SZTL
parent c893f42164
commit 9f853eb850
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

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