Voxel
Part of the Furniture
Continuation of
https://www.snbforums.com/threads/custom-firmware-build-for-r7800.36859/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-22sf.37222/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-23sf-v-1-0-2-24sf.37477/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-25sf-v-1-0-2-29sf.38032/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-30sf.38366/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-31sf.39142/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-32sf.39657/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-33sf.40198/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-34sf.40523/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-35sf.40794/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-36sf.41166/
New version of my custom firmware build: 1.0.2.37SF.
Changes (vs 1.0.2.36SF):
1. libxml2 package is upgraded 2.9.4->2.9.5.
2. expat package is upgraded 2.2.3->2.2.4.
3. confuse package is upgraded 3.2->3.2.1.
4. wget package is upgraded 1.18->1.19.1.
5. libubox package is upgraded 2017-02-24->2017-06-17.
6. curl/libcurl is synchronized with OpenWRT/LEDE.
7. CIFS kernel modules are added (possibility to mount remote shared disks from console).
8. Host tools: several patches are added (genext2fs lzma m4 mkimage).
Example of mounting remote shared disks:
The link is:
https://www.voxel-firmware.com (thanks to vladlenas for his help with hosting).
No reset is needed to upgrade from my previous versions.
Voxel.
https://www.snbforums.com/threads/custom-firmware-build-for-r7800.36859/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-22sf.37222/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-23sf-v-1-0-2-24sf.37477/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-25sf-v-1-0-2-29sf.38032/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-30sf.38366/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-31sf.39142/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-32sf.39657/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-33sf.40198/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-34sf.40523/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-35sf.40794/
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-36sf.41166/
New version of my custom firmware build: 1.0.2.37SF.
Changes (vs 1.0.2.36SF):
1. libxml2 package is upgraded 2.9.4->2.9.5.
2. expat package is upgraded 2.2.3->2.2.4.
3. confuse package is upgraded 3.2->3.2.1.
4. wget package is upgraded 1.18->1.19.1.
5. libubox package is upgraded 2017-02-24->2017-06-17.
6. curl/libcurl is synchronized with OpenWRT/LEDE.
7. CIFS kernel modules are added (possibility to mount remote shared disks from console).
8. Host tools: several patches are added (genext2fs lzma m4 mkimage).
Example of mounting remote shared disks:
Code:
mkdir /mnt/cifs
mount \\\\192.168.1.10\\ShareName /mnt/cifs -t cifs -o "username=UserName,password=PassWord"
The link is:
https://www.voxel-firmware.com (thanks to vladlenas for his help with hosting).
No reset is needed to upgrade from my previous versions.
Voxel.