Skip to content

Commit

Permalink
Update hostnames in UCI defaults for PENALTE devices: replace undersc…
Browse files Browse the repository at this point in the history
…ores with hyphens
  • Loading branch information
penalte committed Feb 16, 2025
1 parent 53ef1d9 commit 75ca778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PENALTE-devices/openwrt_AP_uci_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wifi_country="PT" # Set country code (e.g., "US", "PT", "FR")
exec >/tmp/setup.log 2>&1

# Set hostname and timezone for the AP.
uci set system.@system[0].hostname='PENALTE_AP'
uci set system.@system[0].hostname='PENALTE-AP'
uci set system.@system[0].description='PENALTE AP'
uci set system.@system[0].notes='PENALTE OPENWRT AP'
uci set system.@system[0].zonename='Europe/Lisbon'
Expand Down
2 changes: 1 addition & 1 deletion dev-env/openwrt_dev_x86-64_uci_defaults
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ disable_services="1"
exec >/tmp/setup.log 2>&1

# Set hostname and timezone for the dev environment.
uci set system.@system[0].hostname='PENALTE_DEV_ENV'
uci set system.@system[0].hostname='PENALTE-DEV'
uci set system.@system[0].description='PENALTE DEV ENVIRONMENT'
uci set system.@system[0].notes='PENALTE OPENWRT DEV ENVIRONMENT'
uci set system.@system[0].zonename='Europe/Lisbon'
Expand Down

0 comments on commit 75ca778

Please sign in to comment.