diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-12-02 09:51:02 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-12-02 09:51:02 +0100 |
commit | 659a302c2c9f4c9a7f0c192f06db53f91a19f92a (patch) | |
tree | adc11166a1c37504b14a452e20a6210d2f364db4 | |
parent | 82694ab19cd1a350e40febdfb91d428664fca47d (diff) | |
download | openwrt-personal-pkgs-659a302c2c9f4c9a7f0c192f06db53f91a19f92a.tar.gz openwrt-personal-pkgs-659a302c2c9f4c9a7f0c192f06db53f91a19f92a.tar.bz2 openwrt-personal-pkgs-659a302c2c9f4c9a7f0c192f06db53f91a19f92a.zip |
updater.lua: add HBL to one of branches
-rw-r--r-- | updater.lua | 2 |
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 |