summaryrefslogtreecommitdiff
path: root/updater.lua
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-12-02 09:51:02 +0100
committerKarel Kočí <karel.koci@nic.cz>2019-12-02 09:51:02 +0100
commit659a302c2c9f4c9a7f0c192f06db53f91a19f92a (patch)
treeadc11166a1c37504b14a452e20a6210d2f364db4 /updater.lua
parent82694ab19cd1a350e40febdfb91d428664fca47d (diff)
downloadopenwrt-personal-pkgs-659a302c2c9f4c9a7f0c192f06db53f91a19f92a.tar.gz
openwrt-personal-pkgs-659a302c2c9f4c9a7f0c192f06db53f91a19f92a.tar.bz2
openwrt-personal-pkgs-659a302c2c9f4c9a7f0c192f06db53f91a19f92a.zip
updater.lua: add HBL to one of branches
Diffstat (limited to 'updater.lua')
-rw-r--r--updater.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater.lua b/updater.lua
index 9939f60..16193f8 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 ~= "hbk" then
+if animal ~= "hbd" and animal ~= "hbl" and animal ~= "hbk" then
WARN("Unsupported branch for personal-pkgs: " .. tostring(animal))
return
end