SynoCommunity / spksrc

Cross compilation framework to create native packages for the Synology's NAS
https://synocommunity.com
Other
3.02k stars 1.23k forks source link

Missing Midnight Commander for DS120j #4007

Closed Tki2000 closed 4 years ago

Tki2000 commented 4 years ago

I've just configured synocommunity repos for a new DS120j. But some of the applications are missing when listed from it.

The processor is a Marvell Armada 3700 88F3720. So I assume that packages should be compiled for armada37xx. Is that correct?

Is there a chance of having some of these packages compiled for that architecture?

I really miss:

Midnight Commander <- My main terminal browser on any linux distribution DiskUtils <- useful disk programs TestDisk <- useful disk forensics and recovery OwnCloud <- personal cloud Mono <- may allow me to develop apps on Visual Studio (but I see it on Beta packages)

And many others.

I'm using DSM_6.2.3_DS120j_25426.

Is there any technical restriction for not having those apps compiled for that architecture?

hgy59 commented 4 years ago

@Tki2000 as armada37xx is arm64, it runs packages built for the generic aarch64 (currently rtd1296 and armada37xx).

Tki2000 commented 4 years ago

Thank you! Sorry for the silly question, then. I was not looking for multi-packets, but standalone apps, so the synocli tools were totally oversighted. Installed all of them. I have most of them even on my openwrt routers...

Regarding owncloud and mono I was just asking because they do not appear on the listings. And you have confirmed that there are technical issues with them, hence they are not listed. I will assume the same for the rest not listed.

Nice work.