mirror of
https://github.com/Jan21493/Linkplay.git
synced 2024-11-20 19:33:58 +00:00
Update README.md
This commit is contained in:
parent
98b1dff1ee
commit
3030bc9226
1 changed files with 3 additions and 3 deletions
|
@ -33,8 +33,8 @@ The first version on my devices was 4.2.8020 from 2020/02/20 (20th of Feb 2020).
|
|||
## Download and Prepare Firmware on your own web server
|
||||
If you have some Linkplay devices I have compiled a list / script with useful commands (mainly 'curl')' to download XML files, images and more for version 4.2.80 mentioned above and latest version. There is a lot of information, especially for devices with Linkplay A31 module, but may also be a starting point for other Linkplay modules. The script may help you to download and prepare the firmware on your own web server. [Download and prepare Firmware](/download-firmware.md)
|
||||
|
||||
## Install Persistant Hook
|
||||
When the device reboots, any changes in ramfs are lost, however there is a way to install a script or command so that it survives a reboot. [Install Persistant Hook](/persistant-hook.md)
|
||||
## Install Persistent Hook
|
||||
When the device reboots, any changes in ramfs are lost, however there is a way to install a script or command so that it survives a reboot. [Install Persistent Hook](/persistent-hook.md)
|
||||
|
||||
## Allow own shell scripts in cgi-bin
|
||||
By default the cgi-bin directory is read-only, but there is a way to make it writable to be able to install own shell scripts on the device. See [Allow own shell scripts in cgi-bin](/cgi-bin.md)
|
||||
By default the cgi-bin directory is read-only, but there is a way to make it writable to be able to install own shell scripts on the device. See [Allow own shell scripts in cgi-bin](/cgi-bin.md)
|
||||
|
|
Loading…
Reference in a new issue