Add repository for opkg

in the official openwrt repo there is adguardhome

however i run the @davidc502 builds
and its opkg is configured differently

is there a way i can add the official repository so i can download this package?

You can your own feeds into /etc/opkg/customfeeds.conf

root@router1:~# cat /etc/opkg/customfeeds.conf
# add your custom package feeds here
#
# src/gz example_feed_name http://www.example.com/path/to/files
4 Likes

You could naturally also directly download the package with wget to router's /tmp, and then install .ipk file manually with opkg.

4 Likes

but do you know the address for the official repository (what should i put there)?

i tried to download and install package but had some issues
in any case i want to script the install eventually so i want to use opkg install

No secret in that...
the packages feed's repo for your target:

https://downloads.openwrt.org/snapshots/packages/arm_cortex-a9_vfpv3-d16/packages/

(note that luci. base etc. have naturally their own directories, but this is the one that contains your interest, adguardhome)

Direct link to the package itself:
https://downloads.openwrt.org/snapshots/packages/arm_cortex-a9_vfpv3-d16/packages/adguardhome_0.103.3-1_arm_cortex-a9_vfpv3-d16.ipk

Ps.

based on your screenshot, you are using rather old build from late May (r13342). Possibly the current package build is not quite compatible, but you can try.

2 Likes

Question:
Is the Adguard Home alot better than Adblock which is readily available?

check out this post

and this good comparision

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.