We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a4d66 commit 62c9badCopy full SHA for 62c9bad
1 file changed
www/index.js
@@ -125,8 +125,8 @@ MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdFJZ2qVti49Ol8LJZYuxgOCLowBS\n\
125
126
if (current_openwrt != "SNAPSHOT") {
127
openwrt_branch = "openwrt-" + current_openwrt.substring(0, 5);
128
- repo_keys = ["RWSnGzyChavSiyQ+vLk3x7F0NqcLa4kKyXCdriThMhO78ldHgxGljM/8"];
129
if (current_openwrt.substring(0, 2) < 25) {
+ repo_keys = ["RWSnGzyChavSiyQ+vLk3x7F0NqcLa4kKyXCdriThMhO78ldHgxGljM/8"];
130
packages_ref = "";
131
}
132
0 commit comments