diff options
Diffstat (limited to 'data/templates/wifi/crda.tmpl')
-rw-r--r-- | data/templates/wifi/crda.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/templates/wifi/crda.tmpl b/data/templates/wifi/crda.tmpl index 750ad86ee..6cd125e37 100644 --- a/data/templates/wifi/crda.tmpl +++ b/data/templates/wifi/crda.tmpl @@ -1,3 +1 @@ -{%- if regdom -%} -REGDOMAIN={{ regdom }} -{% endif %} +{{ 'REGDOMAIN=' + regdom if regdom is defined }} |