@Lazar-Demin Please, consider fixing the poweroff
and halt
issues before summiting the Pull Request.
Best posts made by jorgegarciadev
-
RE: Omega2 reboot
-
RE: Any easy guide to turn Omega2 into WiFi media hub/media center?
@Mar-Adrian-Belen They are not on the Omega repos but in the LEDE ones. You have to uncomment the repo
http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/packages/
in your/etc/opkg/distfeeds.conf
or, what I would do, download the packages and their dependencies and install them manually. You can download the packages with:wget http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/packages/minidlna_1.1.5-1_mipsel_24kc.ipk
And then install them with:
opkg install minidlna_1.1.5-1_mipsel_24kc.ipk
Good luck.
-
RE: SFTP on Omega 2+ [RESOLVED]
Since some people are asking on private messages, to install
openssh-sftp-server
download the package from the repository with:wget http://downloads.lede-project.org/snapshots/packages/mipsel_24kc/packages/openssh-sftp-server_7.4p1-1_mipsel_24kc.ipk
and install it with:
opkg install openssh-sftp-server_7.4p1-1_mipsel_24kc.ipk
I didn't uncomment the
reboot_packages
repo on/etc/opkg/distfeeds.conf
because I don't know if all those packages would cause any issues. -
RE: Any easy guide to turn Omega2 into WiFi media hub/media center?
@Danny-K Just found you can download minidlna and forked-daapd from LEDE project's repos.