UNVR-NAS/tools/mtd-lock
Chris Blake 116b6591a9 fix: improvements across the board
* Update README.md, make sure the disclaimer is seen before install instructions.
* update ustorage to have temp readings on some samsung ssds (stupid samsung)
* Patch and support ulcmd relying on output from ubnteeprom
* Move away from ubnthal FINALLY now that we patched ulcmd (hacky but works!)
* added README.md to ubnteeprom, since I expect at somepoint folks will fork/use it for other projects.
* Added our own kernel module to force mtd's RO, which does a better job than ubnthal did :)
2024-06-16 13:50:44 -05:00
..
Kbuild fix: improvements across the board 2024-06-16 13:50:44 -05:00
README.md fix: improvements across the board 2024-06-16 13:50:44 -05:00
ubnt-mtd-lock.c fix: improvements across the board 2024-06-16 13:50:44 -05:00

mtd-lock

A stupid basic kernel module to ensure we set /dev/mtd as RO (fully) in our firmware. This is done to prevent users/bad actors from wiping your bootloader/Unifi EEPROM, which are required for your device to function!

Building

make -C ${kernel_source_dir} M=$PWD

License

This code is licensed under the GNU General Public License, version 2. A copy of said license can be found at https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html#SEC1