From 2035424be7ad1fe0ea8acd29cdfa38310a29dee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 9 Mar 2019 21:34:09 +0100 Subject: personal-pkgs-repo: fix opkg uri --- personal-pkgs-repo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'personal-pkgs-repo/Makefile') 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čí 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 -- cgit v1.2.3