diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-02-12 13:10:07 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-02-12 13:10:07 +0100 |
commit | 24d002be53425e71f9cb1fd616f87516298dc4dd (patch) | |
tree | d4af8863f3e1cc5ec6263c3216f303ad5af75e94 /personal-pkgs-repo/Makefile | |
parent | 973aa798d5ea24befbf6b4dc3a8b4441dda5b4fa (diff) | |
download | openwrt-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/Makefile')
-rw-r--r-- | personal-pkgs-repo/Makefile | 2 |
1 files changed, 1 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) |