diff options
author | Karel Kočí <cynerd@email.cz> | 2019-02-09 17:21:48 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-02-09 17:21:48 +0100 |
commit | 0103e62bed6a118f9b8935c126790160fe55b02c (patch) | |
tree | 06f2b27ab1baa09088c8dc6dfb8a59fcd20f7af5 /personal-pkgs-repo/Makefile | |
parent | ee1de2a3d1376e1aa19cc4deaaece86b32ab14aa (diff) | |
download | openwrt-personal-pkgs-0103e62bed6a118f9b8935c126790160fe55b02c.tar.gz openwrt-personal-pkgs-0103e62bed6a118f9b8935c126790160fe55b02c.tar.bz2 openwrt-personal-pkgs-0103e62bed6a118f9b8935c126790160fe55b02c.zip |
personal-pkgs-repo: add support for mox and home 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 32bc990..4e1038b 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.2 +PKG_VERSION:=1.3 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) |