mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-03-09 15:40:13 +00:00
fix: additional fixups for UNVR/UNVRPro
* Fixup fan control so it works on UNVR * Add LED integration work for UNVR * Rename our mtd-ro kernel module dir * Fixup shortnames in ubnteeprom
This commit is contained in:
parent
5962f1ea30
commit
58ce1fb99f
10 changed files with 35 additions and 32 deletions
|
@ -55,7 +55,7 @@ mv ./modules-dir ${build_path}/kernel/kernel-modules
|
|||
|
||||
# Now that the kernel is done, build our out of tree modules! :)
|
||||
module_builddir=$(mktemp -d)
|
||||
cp ${root_path}/tools/mtd-lock/* "${module_builddir}"
|
||||
cp ${root_path}/tools/ubnt-mtd-lock/* "${module_builddir}"
|
||||
cd "${module_builddir}"
|
||||
make -C ${kernel_builddir}/${kernel_filename%.tar.gz} M=$PWD
|
||||
cp "${module_builddir}/ubnt-mtd-lock.ko" ${build_path}/kernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue