From 5dba73e86371293a036c41418caf1623897b243d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 13 Feb 2019 21:48:04 +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 6b2b7c7..8cf5827 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.1 +PKG_VERSION:=1.4.2 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/openwrt/$(BOARD)" >> "$$feedsfile" +echo "src/gz personal https://cynerd.cz/repo/turris/$(BOARD)/hbd" >> "$$feedsfile" endef define Package/$(PKG_NAME)/prerm -- cgit v1.2.3