diff --git a/build-image/openhabian.conf b/build-image/openhabian.conf index 7ffab902a..0199b36e1 100644 --- a/build-image/openhabian.conf +++ b/build-image/openhabian.conf @@ -27,7 +27,7 @@ wifi_country="" # Eventually disable all IPv6 e.g. on installation problems # values: "enable", "disable" -ipv6=disable +ipv6=enable # repo and branch to clone from repositoryurl=https://github.com/openhab/openhabian.git diff --git a/build-image/openhabian.pi-raspbian.conf b/build-image/openhabian.pi-raspbian.conf index e2fd17e84..a016565f7 100644 --- a/build-image/openhabian.pi-raspbian.conf +++ b/build-image/openhabian.pi-raspbian.conf @@ -25,6 +25,10 @@ wifi_psk="" # See https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 or /usr/share/zoneinfo/zone.tab wifi_country="" +# Eventually disable all IPv6 e.g. on installation problems +# values: "enable", "disable" +ipv6=enable + # repo to clone from (if not master for build and test) repositoryurl=https://github.com/openhab/openhabian.git clonebranch=master diff --git a/openhabian.conf.dist b/openhabian.conf.dist index fb8447923..268fa1f4a 100644 --- a/openhabian.conf.dist +++ b/openhabian.conf.dist @@ -26,7 +26,7 @@ wifi_psk="" # Eventually disable all IPv6 e.g. on installation problems # values: "enable", "disable" -ipv6=disable +ipv6=enable # repo and branch to clone from repositoryurl=https://github.com/openhab/openhabian.git