From a238c074246ae2fb9388c8b43f6dc5a480ce9edf Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sun, 12 Feb 2023 02:03:36 +0100 Subject: [PATCH] update OpenWRT makefile --- README.md | 2 +- openwrt.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06ddb457..68b255a4 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Please keep in mind that the Docker image doesn't include _FFmpeg_. if you need 5. Transfer the .ipk file from `bin/packages/*/base` to the OpenWRT system and install it with: ``` - opkg install [ipkg-file-name].ipk + opkg install [ipk-file-name].ipk ``` ## Basic usage diff --git a/openwrt.mk b/openwrt.mk index 23fd1749..1901f04a 100644 --- a/openwrt.mk +++ b/openwrt.mk @@ -29,7 +29,7 @@ define Package/rtsp-simple-server endef define Package/rtsp-simple-server/description - ready-to-use and zero-dependency server and proxy that allows users to publish, read and proxy live video and audio streams through various protocols + ready-to-use server and proxy that allows users to publish, read and proxy live video and audio streams through various protocols endef $(eval $(call GoBinPackage,rtsp-simple-server))