pmaports/device/community/device-odroid-hc2/device-odroid-hc2.post-install
Dylan Van Assche c3b1eeda66
odroid-hc2: move to community (MR 2455)
This devices runs a close-to mainline kernel as linux-odroid-hc2.
I have 2 of these devices which power my selfhosted infrastructure
for some time now and they work really well! Running my selfhosted
infrastructure on Alpine stable releases would be great.
2021-09-10 19:32:45 -07:00

5 lines
56 B
Bash

#!/bin/sh
rc-update add networkmanager default
exit 0