diff options
| author | Karel Kočí <cynerd@email.cz> | 2019-03-09 21:34:09 +0100 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2019-03-09 21:34:09 +0100 | 
| commit | 2035424be7ad1fe0ea8acd29cdfa38310a29dee8 (patch) | |
| tree | cdd9468153390ac958131446662f4171164a507f /personal-pkgs-repo/Makefile | |
| parent | bdbd92379d9b92b2ddb20069ec280b9302e6a713 (diff) | |
| download | openwrt-personal-pkgs-2035424be7ad1fe0ea8acd29cdfa38310a29dee8.tar.gz openwrt-personal-pkgs-2035424be7ad1fe0ea8acd29cdfa38310a29dee8.tar.bz2 openwrt-personal-pkgs-2035424be7ad1fe0ea8acd29cdfa38310a29dee8.zip | |
personal-pkgs-repo: fix opkg uri
Diffstat (limited to 'personal-pkgs-repo/Makefile')
| -rw-r--r-- | personal-pkgs-repo/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/personal-pkgs-repo/Makefile b/personal-pkgs-repo/Makefile index cc5605c..a0fb33d 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.3 +PKG_VERSION:=1.4.4  PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>  PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -50,7 +50,7 @@ define Package/$(PKG_NAME)/postinst  #!/bin/sh  feedsfile="$$IPKG_INSTROOT/etc/opkg/customfeeds.conf"  sed -i '/^src\/gz personal/d' "$$feedsfile" -echo "src/gz personal https://cynerd.cz/repo/turris/$(BOARD)/hbd" >> "$$feedsfile" +echo "src/gz personal https://cynerd.cz/repo/turris/hbd/$(BOARD)" >> "$$feedsfile"  endef  define Package/$(PKG_NAME)/prerm | 
