summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-11-23 19:01:48 +0100
committerKarel Kočí <cynerd@email.cz>2020-11-23 19:01:48 +0100
commit11b35ecb269c5fca73608f9c5f992330ce33194f (patch)
treec1a26565faebdceee9c1fbdb95d2169a26caee29
parentc5fe7b2908c2bff3223c9f1288a6f1445f88cce4 (diff)
downloadopenwrt-personal-pkgs-11b35ecb269c5fca73608f9c5f992330ce33194f.tar.gz
openwrt-personal-pkgs-11b35ecb269c5fca73608f9c5f992330ce33194f.tar.bz2
openwrt-personal-pkgs-11b35ecb269c5fca73608f9c5f992330ce33194f.zip
updater.lua: add support for hbt
-rw-r--r--updater.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater.lua b/updater.lua
index 602abe9..ffd4b60 100644
--- a/updater.lua
+++ b/updater.lua
@@ -18,7 +18,7 @@ if mode and mode ~= "branch" then
WARN("Only branch mode allowed for personal-pkgs, used: " .. tostring(mode))
return
end
-if animal ~= "hbd" and animal ~= "hbl" and animal ~= "hbk" then
+if animal ~= "hbd" and animal ~= "hbl" and animal ~= "hbk" and animal ~= "hbt" then
WARN("Unsupported branch for personal-pkgs: " .. tostring(animal))
return
end