Skip to content

Commit d66e30b

Browse files
committed
antennine: owut change default server
1 parent 68e68e8 commit d66e30b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Supported hacks:
2525

2626
Warn: Usable safely with imagebuilder-docker.
2727
Warn: To use it with asu, the server must support this hack.
28-
Currently the asu server https://sysupgrade.antennine.org supports it:
28+
Currently the asu server https://sysupgrade-01.antennine.org supports it:
2929
- do not returning errors if the main build was killed after the second build completes
3030
- prepending packages that starts with 'profile-' at the beginning of the packages list (to use it with the firmware-selector)
3131
- checking the manifest from a file printed in BIN_DIR/manifest instead from STDOUT

antennine.org/an-lime-owut/root/etc/uci-defaults/99_lime-owut

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
feed_host="http://feed.libremesh.org"
4-
sysupgrade_server="https://sysupgrade.antennine.org"
4+
sysupgrade_server="https://sysupgrade-01.antennine.org"
55
openwrt_branch_ref="$(grep -m 1 "openwrt.org/" /etc/*/distfeeds* | sed 's|.*openwrt.org/\(.*\)|\1|' )"
66
arch="$(grep OPENWRT_ARCH /etc/os-release | sed 's|OPENWRT_ARCH="\(.*\)"|\1|')"
77

0 commit comments

Comments
 (0)