@crispyoz That makes sense. I intend to get to that. But as a newcomer to the Omega2, that's a significant requirement in getting started. Seems to me that an update of the packages should be a task regularly performed by Onion. First impressions count.

huntc
@huntc
Best posts made by huntc
Latest posts made by huntc
-
RE: Installing wireguard requires kernel dependencies to be ignored
-
RE: Installing wireguard requires kernel dependencies to be ignored
@crispyoz Thanks for replying. Do you mean to build my own OS image? I suppose I'll get to that eventually, but if it possible to update the package then that would also be nice.
-
Installing wireguard requires kernel dependencies to be ignored
Hi there,
I spent a good few hours getting Wireguard to work as a client on the Omega2s+. Eventually, I learned that I could tell
opkg
to ignore the dependency warning:opkg --force-depends install wireguard
While I appear to have things working, this forcing of kernel dependencies concerns me. It also appears that the Wireguard package being used is quite old. Would Onion be able to update the package and also sort out its dependencies at some point?
Thanks.
-
RE: wireguard not install
@crispyoz I found that I needed only:
opkg --force-depends install wireguard
...and that that incorporated the kernel module. Sound right? Thanks.
-
Omega2s+ C compiler optimisations
Howdy!
I was wondering if there are any regular optimisations I should be considering when building release C code for the Omega2s+
Thanks!