Advice about failure installing package ip-full (stepup from ip-tiny)>

With opkg, I might have worked it out or google-fu’ed enough info: apk is bleeding new and there’s next to nothing written about it for ort

root@OpenWrtTTG:/lib/netifd# apk add ip-full
ERROR: unable to select packages:
ip-full-6.18.0-r2:
conflicts: ip-tiny-6.18.0-r2[ip=6.18.0-r2]
satisfies: world[ip-full] ddns-scripts-2.8.2-r90[ip]
ip-tiny-6.18.0-r2:
conflicts: ip-full-6.18.0-r2[ip=6.18.0-r2]]
satisfies: world[ip-tiny] ddns-scripts-2.8.2-r90[ip]
root@OpenWrtTTG:/lib/netifd#

Hrmm.

Custom build by hnyman..

        "kernel": "6.12.71",
        "hostname": "OpenWrtTTG",
        "system": "ARMv7 Processor rev 0 (v7l)",
        "model": "Netgear Nighthawk X4S R7800",
        "board_name": "netgear,r7800",
        "rootfs_type": "squashfs",
        "release": {
                "distribution": "OpenWrt",
                "version": "25.12-SNAPSHOT",
                "firmware_url": "https://downloads.openwrt.org/",
                "revision": "r32680-17d625c858",
                "target": "ipq806x/generic",
                "description": "OpenWrt 25.12-SNAPSHOT r32680-17d625c858",
                "builddate": "1771669041"

You can manipulate package set via owut or attendedsysupgrade.

why are you running a snapshot on a R7800, it's not a bleeding edge device.

It is next-stable-snapshot, quite ok and stable.

I know what it is, question was why they used it ...

Try:

apk update
apk del ip-tiny
apk add ip-full

r7800 has plenty of life left in it, because it’s a community build it gets used in a lot of different ways; ansuel etc is still I think busting bugs and refining the supporting code so it actually does benefit from leading-edge. There are downsides like what I’m posting about the reliability of it now makes it worth it

1 Like

thanks blue.. that was my first instinct but I know nothing of this new packaging system

Getting cautious in my old age if there’s breakage I’ll report back :stuck_out_tongue: