summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-11-28 18:20:41 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-11-28 18:20:41 +0100
commit4988898765c5eb25aa11242bedafaa8234f611c6 (patch)
tree23002b9e0496a2a52c4d5f04487e409a8d3c299f
parentaa6c1f7ddf512f719037d1f6bba1c56adf92777c (diff)
downloadopenwrt-personal-pkgs-4988898765c5eb25aa11242bedafaa8234f611c6.tar.gz
openwrt-personal-pkgs-4988898765c5eb25aa11242bedafaa8234f611c6.tar.bz2
openwrt-personal-pkgs-4988898765c5eb25aa11242bedafaa8234f611c6.zip
personal-pkgs-repo: Install 6to4 on turris-prague
-rw-r--r--personal-pkgs-repo/Makefile2
-rw-r--r--personal-pkgs-repo/files/updater.lua3
2 files changed, 4 insertions, 1 deletions
diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile
index 0eac30d..6b9b9c0 100644
--- a/personal-pkgs-repo/Makefile
+++ b/personal-pkgs-repo/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=personal-pkgs-repo
-PKG_VERSION:=1.4
+PKG_VERSION:=1.5
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua
index 228969d..5cf6d97 100644
--- a/personal-pkgs-repo/files/updater.lua
+++ b/personal-pkgs-repo/files/updater.lua
@@ -31,8 +31,11 @@ Install("grep", "coreutils-sha256sum")
Install("iperf", "iperf3")
Install("sysstat", "strace", "gdbserver")
+-- Device specific
if hostname == "turris-home" then
Install("transmission-daemon-openssl")
+elseif hostname == "turris-prague" then
+ Install("6to4")
end
-- Sentinel!