diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-11-22 10:08:54 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-11-22 10:08:54 +0100 |
commit | 4e4e2982d5a574ed8cfb0897ecfea327493d98f0 (patch) | |
tree | 93db793276b2377078de7202a39b88b136642207 /personal-pkgs-repo/files/updater.lua | |
parent | 320996dbf113df5113f9dfab17dfd389a83d4742 (diff) | |
download | openwrt-personal-pkgs-4e4e2982d5a574ed8cfb0897ecfea327493d98f0.tar.gz openwrt-personal-pkgs-4e4e2982d5a574ed8cfb0897ecfea327493d98f0.tar.bz2 openwrt-personal-pkgs-4e4e2982d5a574ed8cfb0897ecfea327493d98f0.zip |
personal-pkgs-repo: change back to turris4x
Diffstat (limited to 'personal-pkgs-repo/files/updater.lua')
-rw-r--r-- | personal-pkgs-repo/files/updater.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index 859c780..a102956 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -7,7 +7,7 @@ else DIE("Unsupported board!") end -Repository("personal-pkgs", "https://cynerd.cz/repo/openwrt/" .. board, { +Repository("personal-pkgs", "https://cynerd.cz/repo/turris4x/" .. board, { pubkey = "file:///etc/updater/keys/personal-pkgs.pub", ocsp = false }) |