diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-04-04 09:10:39 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-04-04 09:10:39 +0200 |
commit | 0aebb75c0122549fd83ecc130fa83c21a7c680da (patch) | |
tree | 99231ffb87289520a2ced0d3ac5adf55d2fdd181 /personal-pkgs-repo/Makefile | |
parent | f6ae34fe89cc7d661c8b5d4a3b4bc817dadecdb2 (diff) | |
download | openwrt-personal-pkgs-0aebb75c0122549fd83ecc130fa83c21a7c680da.tar.gz openwrt-personal-pkgs-0aebb75c0122549fd83ecc130fa83c21a7c680da.tar.bz2 openwrt-personal-pkgs-0aebb75c0122549fd83ecc130fa83c21a7c680da.zip |
personal-pkgs-repo: add sentinel to routers
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 6ec7341..a557282 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.5 +PKG_VERSION:=1.4.6 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) |