Skip to content

Commit

Permalink
Fix package build config vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Aug 7, 2023
1 parent 4867cf3 commit 514c947
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion roles/build-config/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ lan_ip: "192.168.10.1"
# should default to sae-mixed (WPA3/2), which depends on wpad-basic-wolfssl and is enabled by default in openwrt-21.02
# due to high rate of incompatible devices default remains wpa2 only, this should be changed back in the future
wifi_encryption: "psk2+tkip+ccmp"
wifi_disabled: false
wifi_ssid_two_ghz: "altheahome-2"
wifi_ssid_five_ghz: "altheahome-5"
default_exit: "us-west"
release_feed: ""

hardcoded_interfaces:
- "mesh"
Expand Down Expand Up @@ -115,4 +120,4 @@ phone: false
# send_number: "+15555555555"
# twillio_account_id: ""
# twillio_auth_token: ""
# balance_notification_body: "Your Althea router has a low balance! Your service will be slow until more funds are added. Visit althea.net/top-up"
# balance_notification_body: "Your Althea router has a low balance! Your service will be slow until more funds are added. Visit althea.net/top-up"

0 comments on commit 514c947

Please sign in to comment.