From 5f6c86549d9ca6892d3d4bef7d35d28da77ffb8d Mon Sep 17 00:00:00 2001 From: Nikita Tokarchuk Date: Sun, 15 May 2022 20:15:27 +0200 Subject: [PATCH] Add binary installation readme section --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aeace62..11c7989 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ This is an openwrt feed that contains definitions to include CoreDNS software into your OpenWRT build. -## how to add the feed into your build +## install from a binary -> see for details: https://openwrt.org/docs/guide-developer/feeds +1. download an ipk file from the releases page https://code.tokarch.uk/mainnika/openwrt-feed-coredns/releases +2. put the file to the device, e.g. path `/tmp/coredns.ipk` +2. use opkg to install the downloaded file, e.g. `opkg install /tmp/coredns.ipk` + +## how to add the feed into your build 1. open your feeds.conf.default and add the following line: @@ -18,6 +22,8 @@ This is an openwrt feed that contains definitions to include CoreDNS software in `./scripts/feeds install -a -p feed_coredns` +> see for details: https://openwrt.org/docs/guide-developer/feeds + ## service init The package setups an init script `/etc/init.d/coredns` and uci config section: