[Solved] Firmware Selection: Customize installed packages

There my eye fell on the "Customize installed packages" option :smiley: Does it resolve dependencies or do I need to add them also?

luci-app-wireguard

or

luci-proto-wireguard libuci-lua luci-app-wireguard kmod-crypto-lib-chacha20poly1305 kmod-crypto-lib-poly1305 kmod-udptunnel4 kmod-udptunnel6 kmod-crypto-kpp kmod-wireguard wireguard-tools kmod-crypto-lib-curve25519 kmod-crypto-lib-chacha20

Dependencies are resolved anyway.
Where did you read this?

1 Like

Apparently not all :confused: I had to add "luci". Probably for a reason I don't understand yet.

luci luci-app-wireguard

root@barracuda:[~]#opkg depends luci-app-wireguard
luci-app-wireguard depends on:
        libc
        wireguard-tools
        kmod-wireguard
        luci-proto-wireguard

root@barracuda:[~]#opkg depends luci-proto-wireguard
luci-proto-wireguard depends on:
        libc
        kmod-wireguard
        wireguard-tools

It's not in the dependencies list.

2 Likes

Yes, but why isn't it? If you install a luci-app its quite obvious that you require luci in order to use it, no?

1 Like

The question is why isn't luci in the stable build that you are using. I would understand that if you were building on a snapshot which comes without luci.

1 Like

(You have to specifically add luci-ssl or luci to the Firmware Selector list.)

See:

2 Likes

Ahh I see .. so the problem is "choice" :wink:

1 Like

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