diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-04-25 10:17:01 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-04-25 10:17:01 +0200 |
commit | 473867df15acc740007e8340a72f565ff6e16f7d (patch) | |
tree | d51f086d4b56038769b501569a75def904163b03 /personal-pkgs-repo/Makefile | |
parent | 342bb236f6da7547848b74d8b1367fd9b1442616 (diff) | |
download | openwrt-personal-pkgs-473867df15acc740007e8340a72f565ff6e16f7d.tar.gz openwrt-personal-pkgs-473867df15acc740007e8340a72f565ff6e16f7d.tar.bz2 openwrt-personal-pkgs-473867df15acc740007e8340a72f565ff6e16f7d.zip |
personal-pkgs-repo: for now use only dynfw
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 3fae0df..0c4ce70 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.7 +PKG_VERSION:=1.4.8 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) |