UrNVR / urnvr

Unlock the full potential of your UNVR
16 stars 1 forks source link
nas ubiquiti unifi unvr

UrNVR

Unlock the full potential of your UNVR

:warning: :warning: :warning: :warning: :warning: :warning: :warning: :warning: :warning:

This may brick your device and void your warranty. Any use of these tools and instructions is completely at your own risk!

Make sure that you have no important data on any of the hard drives attached to the UNVR. Depending on your setup it may not be accessible after the changes described here.

:warning: :warning: :warning: :warning: :warning: :warning: :warning: :warning: :warning:

Compilation

Assuming you have a linux system with regular build tools, follow these steps (a cross compiler will be automatically built for you)

# clone the git directory and enter it
git clone --recurse-submodules https://github.com/UrNVR/urnvr
cd urnvr

# If you want to modify the buildroot configuration (skip otherwise)
make buildroot-menuconfig

# If you want to modify the kernel configuration (skip otherwise)
make kernel-menuconfig

# Compile everything
make

Installation