diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-11-28 18:20:41 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-11-28 18:20:41 +0100 |
commit | 4988898765c5eb25aa11242bedafaa8234f611c6 (patch) | |
tree | 23002b9e0496a2a52c4d5f04487e409a8d3c299f /personal-pkgs-repo/Makefile | |
parent | aa6c1f7ddf512f719037d1f6bba1c56adf92777c (diff) | |
download | openwrt-personal-pkgs-4988898765c5eb25aa11242bedafaa8234f611c6.tar.gz openwrt-personal-pkgs-4988898765c5eb25aa11242bedafaa8234f611c6.tar.bz2 openwrt-personal-pkgs-4988898765c5eb25aa11242bedafaa8234f611c6.zip |
personal-pkgs-repo: Install 6to4 on 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 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) |