summaryrefslogtreecommitdiff
path: root/personal-pkgs-repo
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-02-12 13:10:07 +0100
committerKarel Kočí <karel.koci@nic.cz>2019-02-12 13:10:07 +0100
commit24d002be53425e71f9cb1fd616f87516298dc4dd (patch)
treed4af8863f3e1cc5ec6263c3216f303ad5af75e94 /personal-pkgs-repo
parent973aa798d5ea24befbf6b4dc3a8b4441dda5b4fa (diff)
downloadopenwrt-personal-pkgs-24d002be53425e71f9cb1fd616f87516298dc4dd.tar.gz
openwrt-personal-pkgs-24d002be53425e71f9cb1fd616f87516298dc4dd.tar.bz2
openwrt-personal-pkgs-24d002be53425e71f9cb1fd616f87516298dc4dd.zip
personal-pkgs-repo: add etherwake to turris-prague
Diffstat (limited to 'personal-pkgs-repo')
-rw-r--r--personal-pkgs-repo/Makefile2
-rw-r--r--personal-pkgs-repo/files/updater.lua1
2 files changed, 2 insertions, 1 deletions
diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile
index d885bdb..6b2b7c7 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.4.1
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 1b274e7..046ed9f 100644
--- a/personal-pkgs-repo/files/updater.lua
+++ b/personal-pkgs-repo/files/updater.lua
@@ -39,6 +39,7 @@ if hostname == "turris-prague" then
vpn = true
bigclown = true
Install("6to4")
+ Install("etherwake")
elseif hostname == "turris-home" then
tools = true
vpn = true