Add missing firmware readme
This commit is contained in:
parent
fa1a1138d6
commit
777e7bb7a2
2 changed files with 20 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,5 +3,5 @@
|
|||
|
||||
# Cisco's licensing disallows sharing of SIP firmware, so unfortunately I cannot
|
||||
# provide it.
|
||||
roles/tftp/files/firmware/
|
||||
roles/tftp/files/firmware/*
|
||||
!roles/tftp/files/firmware/README.md
|
||||
|
|
19
roles/tftp/files/firmware/README.md
Normal file
19
roles/tftp/files/firmware/README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Cisco SIP firmware
|
||||
|
||||
This Ansible playbook expects Cisco SIP firmware files to be placed in this
|
||||
directory (`roles/tftp/files/firmware/`), however due to licensing restrictions
|
||||
they are not included in the repository.
|
||||
|
||||
Cisco no longer provide the files either, but you can find them using a search
|
||||
engine of your choice.
|
||||
|
||||
You will need the following files placed in this directory for the playbook to
|
||||
work:
|
||||
|
||||
* `apps41.8-5-2TH1-9.sbn`
|
||||
* `cnu41.8-5-2TH1-9.sbn`
|
||||
* `cvm41sip.8-5-2TH1-9.sbn`
|
||||
* `dsp41.8-5-2TH1-9.sbn`
|
||||
* `jar41sip.8-5-2TH1-9.sbn`
|
||||
* `SIP41.8-5-2S.loads`
|
||||
* `term41.default.loads`
|
Loading…
Add table
Add a link
Reference in a new issue